summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 4d8df25be..31a5c1697 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,13 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2007/11/28
+ * Reconstructed a list of all PACKETVER types, by reverse-engineering
+ it from places in the code where the define is used [ultramage]
+ - recovered PACKETVER 6 which was added in r51, but overwritten by r141,
+ one of the dumbest commits that I have seen so far
+ - since 6 was the 'new trade window' update, it and its corresponding
+ reply packet will now be used from now on instead the old version
2007/11/27
* Added safesnprintf to strlib.c/h (bugreport:372) [FlavioJS]
* removed login/char server_fd[] arrays, added server[].fd instead