summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-28 00:07:12 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-28 00:07:12 +0000
commitb3f8687feebcd9fd8d4f27e97ed33e4b0f951a63 (patch)
tree5c8c8f44d5645f35e894a03aed4d5fc0334851fe /Changelog-Trunk.txt
parentaafdd20c6f7ea338999bbf7b42bbb948aa8c7a0b (diff)
downloadhercules-b3f8687feebcd9fd8d4f27e97ed33e4b0f951a63.tar.gz
hercules-b3f8687feebcd9fd8d4f27e97ed33e4b0f951a63.tar.bz2
hercules-b3f8687feebcd9fd8d4f27e97ed33e4b0f951a63.tar.xz
hercules-b3f8687feebcd9fd8d4f27e97ed33e4b0f951a63.zip
* Reconstructed a list of all PACKETVER types, by reverse-engineering it from places in the code where the define is used
- 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 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11830 54d463be-8e91-2dee-dedb-b68131a5f0ec
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