Changes between Version 7 and Version 8 of Release Notes


Ignore:
Timestamp:
15.06.2014 14:31:29 (10 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release Notes

    v7 v8  
    22
    33If there is anything that has to be taken care of manually after updating the scripts from previous versions (e.g. add an option to the global config or copy files) it will explicitly be stated in the release notes.
     4
     5=== v.19 (2014-06-15) ===
     6* TODO
     7
     8=== v.18 (2014-06-15) ===
     9* Fixed updatescripts deleting start-stop-daemon
     10'''Update from previous versions:'''
     11You have to recompile start-stop-daemon once when updating from previous versions:
     12{{{
     13cd /usr/local/lib/7dtd/start-stop-daemon
     14gcc -Wall -Wextra -Wno-return-type -o start-stop-daemon start-stop-daemon.c
     15chown root.root start-stop-daemon
     16chmod 0755 start-stop-daemon
     17}}}
     18
     19=== v.17 (2014-06-15) ===
     20* Fixed display of server name with blanks in status command
    421
    522=== v.16 (2014-06-09) ===