summaryrefslogtreecommitdiffstats
path: root/konquest/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'konquest/ChangeLog')
-rw-r--r--konquest/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/konquest/ChangeLog b/konquest/ChangeLog
index 0601252e..74a128b1 100644
--- a/konquest/ChangeLog
+++ b/konquest/ChangeLog
@@ -5,16 +5,16 @@
2004-08-22 Inge Wallin <inge@lysator.liu.se>
- * gameboard.cc (nextTurn): Fixed a grammatical error.
+ * gameboard.cpp (nextTurn): Fixed a grammatical error.
0.99.4 --
Brought the KDE CVS tree in sync with my own. Changes from previous version
- include:
+ include:
-- removed dependence on libg++ random integer classes
- -- fixed a couple of problems with the game state machine.
+ -- fixed a couple of problems with the game state machine.
0.0.4 --
- Fixed (hopefully) a compiler error. gamecore.cc would compile fine with
+ Fixed (hopefully) a compiler error. gamecore.cpp would compile fine with
debug (-g), but not with the optimizer (-O2). Added a destructor
and things seem okay.