[Xfce4-commits] <parole:bluesabre/gtk3> Updated changelog, news, and version number.
Sean Davis
noreply at xfce.org
Sun Aug 11 15:16:16 CEST 2013
Updating branch refs/heads/bluesabre/gtk3
to 9acc65a09bd430deb4d34f03c29524bca0db1a66 (commit)
from eca34b56a113025097a259ae6a489c1f6acc5a53 (commit)
commit 9acc65a09bd430deb4d34f03c29524bca0db1a66
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Thu Feb 21 07:19:04 2013 -0500
Updated changelog, news, and version number.
ChangeLog | 19 +++++++++++++++++++
NEWS | 19 +++++++++++++++++++
configure.ac.in | 4 ++--
3 files changed, 40 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f6b23a7..4e9a4d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2013-02-21: bluesabre at xfce.org
+ * Stable release 0.5.0
+ * Fixed potential file name clash in parole extension (bug #9728)
+ * Fixed libnotify error on make (bug #9744)
+ * Fixed moving show/hide playlist button (bug #9755)
+ * Fixed mute button toggling (bug #9760)
+ * Fixed playlist manipulation while playlist hidden (bug #9762)
+ * Fixed webm file support (bug #9798)
+ * Fixed auto-saved playlist saving as UTF-8
+ * Fixed playlist menu from opening off-screen
+ * Added improved locale name support in audio tracks and subtitles
+ * Added gstreamer 1.0 support with --with-gstreamer=0.10|1.0
+ * Added additional tooltips
+ * Added theming to fullscreen widgets
+ * Improved audio cover image loading
+ * Improved support for window manager fullscreen command
+ * Made codec installer transient for player window
+ * Moved history and playlist to .config/xfce4/parole
+
2013-01-05: bluesabre at xfce.org
* Development release 0.4.0
* Fixed build bugs #9219, #9226
diff --git a/NEWS b/NEWS
index 52bbd80..56acce4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+0.5.0
+=======
+- Fixed potential file name clash in parole extension (bug #9728)
+- Fixed libnotify error on make (bug #9744)
+- Fixed moving show/hide playlist button (bug #9755)
+- Fixed mute button toggling (bug #9760)
+- Fixed playlist manipulation while playlist hidden (bug #9762)
+- Fixed webm file support (bug #9798)
+- Fixed auto-saved playlist saving as UTF-8
+- Fixed playlist menu from opening off-screen
+- Added improved locale name support in audio tracks and subtitles
+- Added gstreamer 1.0 support with --with-gstreamer=0.10|1.0
+- Added additional tooltips
+- Added theming to fullscreen widgets
+- Improved audio cover image loading
+- Improved support for window manager fullscreen command
+- Made codec installer transient for player window
+- Moved history and playlist to .config/xfce4/parole
+
0.4.0
=======
- Fixed build bugs #9219, #9226
diff --git a/configure.ac.in b/configure.ac.in
index 03b8327..e5530a5 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,8 +1,8 @@
m4_define([intltool_minimum_version], [0.31])
-m4_define([parole_verinfo], [0:4:1])
+m4_define([parole_verinfo], [0:5:1])
m4_define([parole_version_api], [0])
m4_define([parole_version_major], [0])
-m4_define([parole_version_minor], [4])
+m4_define([parole_version_minor], [5])
m4_define([parole_version_micro], [0])
m4_define([parole_version_build], [])
m4_define([parole_version_tag], [])
More information about the Xfce4-commits
mailing list