* Wrap up v1.1.0.

This commit is contained in:
Justin Maggard 2013-04-04 23:39:12 +00:00
parent cd20aa0b24
commit bcc69d0dd3
2 changed files with 4 additions and 2 deletions

4
NEWS
View File

@ -1,4 +1,4 @@
1.1.0 - Released 00-Month-0000
1.1.0 - Released 04-April-2013
--------------------------------
- Add support for other operating systems.
- Switch to autoconf from our handcrafted genconfig.sh.
@ -10,6 +10,8 @@
- Fix crash bug on video files with some ffmpeg library versions.
- Add support for TiVo MPEG-TS files.
- 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.
1.0.25 - Released 13-July-2012
--------------------------------

View File

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