diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-06-30 16:02:24 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-06-30 16:02:24 -0700 |
commit | 71204f7324a2e01ce50007f16c46386354712ec9 (patch) | |
tree | a918084bf9e52c7857d4238d03588596933d2f9c /CHANGELOG | |
parent | 197f6fedf46c866123ddb37872708baf9bb2dc3f (diff) | |
download | tmwa-71204f7324a2e01ce50007f16c46386354712ec9.tar.gz tmwa-71204f7324a2e01ce50007f16c46386354712ec9.tar.bz2 tmwa-71204f7324a2e01ce50007f16c46386354712ec9.tar.xz tmwa-71204f7324a2e01ce50007f16c46386354712ec9.zip |
Add changelog before the release this time
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +v14.6.30: + - packet names (thanks evets) + - silence secondary output from tests + - port the variant + - fix anti-purge thing by giving every account a date + - prevent null session crash during shutdown + - specialize inventory/storage indices to avoid out-of-bounds + - don't crash when giving invalid ID to @item + - play with obscure corners of the C++ standard that no one can interpret + - replace hand-coded network protocols with generate ones + - lots source layout and formatting cleanup + - faster depedency calculation + - strict ids (yay less bugs, boo account/block entanglement) + - beginning of integers + - support libc++ (experimental) + - drop gcc 4.6 support + - completely remove flex/bison dependency + - fix duplication in npctalk v14.4.18: - fix some fatal bugs related to logout in the previous release - fix out-of-bounds in trades exposed in the previous commit |