[easytag] Update NEWS for 2.3.4 release



commit bec4bdd64f7650e0051f90d198ab3e6ee9a4dfb3
Author: David King <amigadave amigadave com>
Date:   Fri Feb 6 17:49:05 2015 +0000

    Update NEWS for 2.3.4 release

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 35ae841..4b37378 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.3.4 - 2014-02-06 :
+====================
+
+    * Fix crash when saving FLAC tags
+    * Port to use AX_COMPILER_FLAGS for improved compiler warning checks
+    * Many compiler warning fixes, discovered after enabling extra warnings
+    * Fixes for two Coverity warnings
+    * Improve validation of Vorbis artwork and MIME types
+    * Refactoring of internal file list code
+    * Relicense id3lib wrapper to GPLv2+
+    * Christian Kirbach’s German help translation
+    * Marek Černocký’s Czech help translation
+    * Daniel Mustieles’ Spanish translation update
+
 2.3.3 - 2014-12-31 :
 ====================
 
diff --git a/configure.ac b/configure.ac
index bc4682e..82463e1 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.3], [https://bugzilla.gnome.org/enter_bug.cgi?product=easytag], [easytag], 
[https://wiki.gnome.org/Apps/EasyTAG])
+AC_INIT([EasyTAG], [2.3.4], [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]