Explorar el Código

* Fix one of the 1.2.16 fixes showing under 1.2.15

Bryan Drewery hace 17 años
padre
commit
6f51ebbf27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/UPDATES

+ 1 - 1
doc/UPDATES

@@ -25,6 +25,7 @@
 * Fix a socket leak from timed out userfile transfers.
 * Fixed bot dying off when it can't create a temporary file. (fixes #412)
 * Show connection time in cmd_(net|bot)server now.
+* Fix a segfault in the settings handling code. (Could create very random looking segfaults)
 
 1.2.15 - http://wraith.botpack.net/milestone/1.2.15
 * Fix a possible segfault when binaries compiled wrong
@@ -59,7 +60,6 @@
 * Fix datadir being expanded to full path (fixes #405)
 * Bots can now be started as ./binary bot.conf instead of ./binary bot. (Disable autocron and manually crontab it to start like this)
 * Fix a very rare segfault when closing the identd socket (fixes #410)
-* Fix a segfault in the settings handling code. (Could create very random looking segfaults)
 
 1.2.14 - http://wraith.botpack.net/milestone/1.2.14
 * Fix another bug in shell functions. (fixes #321)