Wrap up 1.1.1 release.

This commit is contained in:
Justin Maggard 2013-11-01 18:06:41 -07:00
parent 9312583101
commit eeffcf47dd
2 changed files with 7 additions and 3 deletions

8
NEWS
View File

@ -1,3 +1,9 @@
1.1.1 - Released 01-Nov-2013
--------------------------------
- Add network interface monitoring support on Linux.
- Don't require a configured network interface to start up.
- Fix some minor spec compliance issues.
1.1.0 - Released 04-April-2013
--------------------------------
- Add support for other operating systems.
@ -12,8 +18,6 @@
- Add some logging and forking tweaks to work better with systemd.
- Validate or escape user input to prevent SQL injection.
- Add forced sorting support for Panasonic devices.
- Add network interface monitoring support on Linux.
- Don't require a configured network interface to start up.
1.0.25 - Released 13-July-2012
--------------------------------

View File

@ -57,7 +57,7 @@
#include <sqlite3.h>
#define MINIDLNA_VERSION "1.1.0"
#define MINIDLNA_VERSION "1.1.1"
#ifdef NETGEAR
# define SERVER_NAME "ReadyDLNA"