Wrap up version 1.3.3.

This commit is contained in:
Justin Maggard 2023-05-31 00:44:26 -07:00
parent 9bd58553fa
commit 1a9b32ee7a
4 changed files with 11 additions and 4 deletions

6
NEWS
View File

@ -1,3 +1,9 @@
1.3.3 - Released 1-Jun-2023
--------------------------------
- Fixed HTTP chunk length parsing.
- Improved Dutch and Swedish translations.
- Fixed directory symlink deletion handling.
1.3.2 - Released 30-Aug-2022
--------------------------------
- Improved DNS rebinding attack protection.

View File

@ -9,5 +9,5 @@ export BR2_EXTERNAL=$(realpath .)
cd $BUILDROOT_DIR
make O=output-readymedia defconfig BR2_DEFCONFIG=${BR2_DEFCONFIG}
make O=output-readymedia
echo -e "\n\nStatic binary built in $(realpath output/target/usr/sbin/minidlnad)"
ls -lh $(realpath output/target/usr/sbin/minidlnad)
echo -e "\n\nStatic binary built in $(realpath output-readymedia/target/usr/sbin/minidlnad)"
ls -lh $(realpath output-readymedia/target/usr/sbin/minidlnad)

View File

@ -4,8 +4,9 @@
#
################################################################################
READYMEDIA_VERSION = v1_3_1
READYMEDIA_VERSION = v1_3_3
READYMEDIA_SITE = https://git.code.sf.net/p/minidlna/git
#READYMEDIA_SITE = ssh://localhost/home/jmaggard/source/minidlna
READYMEDIA_SITE_METHOD = git
READYMEDIA_LICENSE = GPL-2.0, BSD-3-Clause
READYMEDIA_LICENSE_FILES = COPYING LICENCE.miniupnpd

View File

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