diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-08-29 18:05:13 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-08-29 18:05:13 -0700 |
commit | 98253f8cd9ad6e3b4443556aa5bda6d735a0bf3b (patch) | |
tree | b02dd53691fcaf88b928c5629e557786e3f47100 | |
parent | dd52b92ddf73ba6deceb7615cfdd59446394e90b (diff) | |
download | tmwa-98253f8cd9ad6e3b4443556aa5bda6d735a0bf3b.tar.gz tmwa-98253f8cd9ad6e3b4443556aa5bda6d735a0bf3b.tar.bz2 tmwa-98253f8cd9ad6e3b4443556aa5bda6d735a0bf3b.tar.xz tmwa-98253f8cd9ad6e3b4443556aa5bda6d735a0bf3b.zip |
Add changelogv14.8.29
-rw-r--r-- | CHANGELOG | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +v14.8.29: + - fix testsuite + - add missing changelog +v14.8.28: + - stop meko from crashing the test server + - support updating race without relogin (manaplus is still bitchy) + - build infrastructure to debug debug scripts + - bust up all the unions + - burn the strings with fire + - use more namespaces + - safety-pin all enum -> integer conversions + - check for statement/function mismatches in scripts + - quieten the makefile when doing nothing + - use/check more of the configured build dirs + - support shared libraries in build system and rpath + - bump attoconf + - implement 'make bindist' and write a blessed nightly script + - revert breakage, go back to signed numbers + - fix compile failure with --disable-warnings (the default, but no CI) +v14.7.1: + - avoid this and the previous release at all costs + - keep one less rotating backup to avoid going insane + - attempt to fix signedness breakage from the network change v14.6.30: - packet names (thanks evets) - silence secondary output from tests |