[easytag] Update NEWS for 2.4.2 release



commit 4a995762ac51971d6699774dff8e4fc1eb811818
Author: David King <amigadave amigadave com>
Date:   Sun Feb 21 23:18:23 2016 +0000

    Update NEWS for 2.4.2 release

 NEWS         |   14 ++++++++++++++
 SOURCES      |    2 +-
 configure.ac |    2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index edc5cd6..57afc31 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.4.2 - 2016-02-21 :
+====================
+
+    * Fix a crash when renaming directories
+    * Fix input of new file names in the file area
+    * Add case-insensitive sorting of the artist/album list
+    * Improve searching within UTF-8 strings
+    * Handle UTF-8 strings when sorting the file list
+    * Fix display of the Monkey's Audio file type
+    * Avoid locale-sensitive tag reading issues (especially for FLAC and Ogg)
+    * Only install the metainfo file for the Nautilus extension if requested
+    * Refactor reading of Ogg and FLAC tags
+    * Refactor Monkey's Audio and Musepack header reading
+
 2.4.1 - 2016-01-25 :
 ====================
 
diff --git a/SOURCES b/SOURCES
index 3a9e333..d0bca73 100644
--- a/SOURCES
+++ b/SOURCES
@@ -1,4 +1,4 @@
-Source: https://git.gnome.org/browse/easytag/tag/?id=easytag-2.4.1
+Source: https://git.gnome.org/browse/easytag/tag/?id=easytag-2.4.2
 
 This binary was generated with GCC/MinGW on Fedora 22.
 
diff --git a/configure.ac b/configure.ac
index b8e13aa..de2b87f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.64])
 
 dnl To set also in config.h.mingw
 dnl defines ($PACKAGE_NAME, $PACKAGE_VERSION, etc.)
-AC_INIT([EasyTAG], [2.4.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=easytag], [easytag], 
[https://wiki.gnome.org/Apps/EasyTAG])
+AC_INIT([EasyTAG], [2.4.2], [https://bugzilla.gnome.org/enter_bug.cgi?product=easytag], [easytag], 
[https://wiki.gnome.org/Apps/EasyTAG])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]