diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | c90c389a8a8d9d8661e9772ec4144c5cf2039f23 (patch) | |
tree | 6d8391395bce9eaea4ad78958617edb20c6a7573 /konquest/ChangeLog | |
download | tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.tar.gz tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'konquest/ChangeLog')
-rw-r--r-- | konquest/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/konquest/ChangeLog b/konquest/ChangeLog new file mode 100644 index 00000000..0601252e --- /dev/null +++ b/konquest/ChangeLog @@ -0,0 +1,26 @@ +2005-02-18 Inge Wallin <ingwa@dhcp-254-182.lkpg.cendio.se> + + * version.h (KONQUEST_VERSION): Bumped version number to 1.1 + because of the upcoming release of KDE 3.4. + +2004-08-22 Inge Wallin <inge@lysator.liu.se> + + * gameboard.cc (nextTurn): Fixed a grammatical error. + +0.99.4 -- + Brought the KDE CVS tree in sync with my own. Changes from previous version + include: + -- removed dependence on libg++ random integer classes + -- fixed a couple of problems with the game state machine. + +0.0.4 -- + Fixed (hopefully) a compiler error. gamecore.cc would compile fine with + debug (-g), but not with the optimizer (-O2). Added a destructor + and things seem okay. + + Added the distance measuring function of the original game. It appears as a + in the toolbar. + +0.0.3 -- + wasn't keeping a changelog prior to 0.0.4 + |