Skip to content

Commit

Permalink
Version 1.3.3.1P
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenVolkoff committed Sep 30, 2024
1 parent a514640 commit 483cafb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
(P Versions are the Password support versions, we keep the same base "1.x.y" as the upstream version)

1.3.3.1P - Released 30-Sept-2024
--------------------------------
- Fixes in the 1.3.1/1.3.2/1.3.3 Migration
- Make sure database is closed after scanning (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/03-make-sure-the-database-is-closed-after-scanning.patch)
- Ignore artist when looking up existing container (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/07-fix-multi-artist-album-handling.patch)
- Fix testupnpdescgen build (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/08-Fix-testupnpdescgen-build.patch)
- Do not close socket on sighup (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/10-do-not-close-socket-on-sighup.patch)
- Fix spelling and typos (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/13-spelling-and-typos.patch)
- Fixes for configure.ac (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/14-autoupdate.patch)
- Add suport for generating thumbnails with libffmpegthumbnailer (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/15-thumbnails.patch)
- Add compatibility with FFMPEG 7.0 (https://sources.debian.org/patches/minidlna/1.3.3%2Bdfsg-1.1/16-Add-compatibility-with-FFMPEG-7.0.patch)

1.3.3 - Released 1-Jun-2023
--------------------------------
- Fixed HTTP chunk length parsing.
Expand Down
2 changes: 1 addition & 1 deletion upnpglobalvars.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

#include <sqlite3.h>

#define MINIDLNA_VERSION "1.3.3P"
#define MINIDLNA_VERSION "1.3.3.1P"

#ifdef NETGEAR
# define SERVER_NAME "ReadyDLNA"
Expand Down

0 comments on commit 483cafb

Please sign in to comment.