cardwords 0.0.11 NEWS: - Necessary changes for Gtk-- 1.2.1 - Declared the copy constructors of all CardWords_Gtk* classes private. This is to discover use of the copy constructor at compile time. Use of the copy constructor for these classes is usually a bug that would lead to double deletion and thus segfaults. - Reduced time needed for compilation by reducing the number of includes and outlining all inlined functions (They have not really been inlined, as the default compiler flags were without optimization.) Result is 14% time gain. So it was really not worth it. cardwords 0.0.10 NEWS: - Necessary changes for Gtk-- 1.1.5. cardwords 0.0.9 NEWS: - Necessary changes for g++ 2.95.2 and Gtk-- 1.1.4. Will no longer work with Gtk-- 1.0.x and probably earlier g++ versions. cardwords 0.0.8 NEWS: - Code cleanup towards C++ strings and casts. - Partial support for end of game. cardwords 0.0.7 NEWS: - Updated german translation. cardwords 0.0.6 NEWS: cardwords_gtkclient: - Changing the library versions: Previous versions of the gtkclient would only have compiled and run with Gtk-- 0.9.2 and Gtk+ 1.0.4, I suppose. I updated my versions of these libs and made the necessary modifications to the source. Due to this inability to compile the program with the recent libraries, I have not yet announced the game on freshmeat, but I think I can do with this release. cardwords 0.0.5 NEWS: cardwords_gtkclient: - Changed option setting dialog completely, added a save-options button. - Handling missing HOME environment variable separately from options. - The client will not show or try moves with invalid geometry any more. - Delete-event from window-manager causes program to exit. - Window responds better to resizes before game starts. source Package: - should move to games/multiplayer/cards on sunsite with this release. first announcement on freshmeat cardwords 0.0.4 NEWS: Fixed behaviour of help and cardlist windows. Changed color of wildcard meanings. Fixed the one-card-move bug that let the server crash. cardwords 0.0.2 NEWS: Added a list of total cards in the game and a list of cards that are either still remaining in the pile or already in the other player's hands (which we do not know) to the gtk client. Renamed cardwords_gtkclient_test to cardwords_gtkclient.