[easytag] Update NEWS for 2.3.5 release



commit f73e12fe96b66cc36470acc39d88a23b96744a37
Author: David King <amigadave amigadave com>
Date:   Mon Mar 9 23:20:28 2015 +0000

    Update NEWS for 2.3.5 release

 NEWS         |   22 ++++++++++++++++++++++
 SOURCES      |    2 +-
 configure.ac |    2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4b37378..4629286 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+2.3.5 - 2015-03-09 :
+====================
+
+    * Fix changing tag fields containing certain characters
+    * Fix for truncated CDDB results
+    * Fix changing the artwork description
+    * Avoid a crash when reading FLAC files with no tags
+    * Avoid a crash when reading invalid MP3 files
+    * Further refactoring of the internal file list code
+    * Add several unit tests
+    * Handle empty descriptions in ID3 tag artwork
+    * Build against the patched Debian version of id3lib
+    * Fix compilation when FLAC support is disabled
+    * Avoid a runtime warning in the file browser
+    * Fix a couple of Coverity warnings
+    * Fix string format sign warnings with GCC 5.0
+    * Further improvements to compiler warning flag checking
+    * Marek Černocký’s Czech translation updates
+    * Piotr Drąg’s Polish translation updates
+    * Åka Sikrom’s Norwegian bokmål translation update
+    * Osman Karagöz’s Turkish translation update
+
 2.3.4 - 2014-02-06 :
 ====================
 
diff --git a/SOURCES b/SOURCES
index 08daf79..8a032a7 100644
--- a/SOURCES
+++ b/SOURCES
@@ -1,4 +1,4 @@
-Source: https://git.gnome.org/browse/easytag/tag/?id=easytag-2.3.4
+Source: https://git.gnome.org/browse/easytag/tag/?id=easytag-2.3.5
 
 This binary was generated with GCC/MinGW on Fedora Rawhide.
 
diff --git a/configure.ac b/configure.ac
index f47b66e..ba47c8e 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.3.4], [https://bugzilla.gnome.org/enter_bug.cgi?product=easytag], [easytag], 
[https://wiki.gnome.org/Apps/EasyTAG])
+AC_INIT([EasyTAG], [2.3.5], [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]