[Xfce4-commits] <parole:master> Updates to changelog, news, todo, and version number. Readying for 0.4 release.
Sean Davis
noreply at xfce.org
Sat Jan 5 11:52:01 CET 2013
Updating branch refs/heads/master
to 233cee1db0630f6b8694a6e106445496cb2746e1 (commit)
from 0ce75f991fee9e16fd1b0d385312e3eb12d19b84 (commit)
commit 233cee1db0630f6b8694a6e106445496cb2746e1
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sat Jan 5 05:50:38 2013 -0500
Updates to changelog, news, todo, and version number. Readying for 0.4 release.
.gitignore | 20 ++++++++++++++++++++
ChangeLog | 20 ++++++++++++++++++++
NEWS | 28 ++++++++++++++++++++++++----
TODO | 2 --
configure.ac.in | 6 +++---
src/parole-about.c | 2 +-
6 files changed, 68 insertions(+), 10 deletions(-)
diff --git a/.gitignore b/.gitignore
index 5501b76..9abea57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,26 @@ data/interfaces/*.h
data/mime/parole-mime-types.h
depcomp
docs/plugin-api/version.xml
+docs/plugin-api/Parole-Plugins-decl-list.txt
+docs/plugin-api/Parole-Plugins-decl.txt
+docs/plugin-api/Parole-Plugins-undeclared.txt
+docs/plugin-api/Parole-Plugins-undocumented.txt
+docs/plugin-api/Parole-Plugins-unused.txt
+docs/plugin-api/Parole-Plugins.args
+docs/plugin-api/Parole-Plugins.hierarchy
+docs/plugin-api/Parole-Plugins.interfaces
+docs/plugin-api/Parole-Plugins.prerequisites
+docs/plugin-api/Parole-Plugins.signals
+docs/plugin-api/html-build.stamp
+docs/plugin-api/html.stamp
+docs/plugin-api/html/
+docs/plugin-api/scan-build.stamp
+docs/plugin-api/setup-build.stamp
+docs/plugin-api/sgml-build.stamp
+docs/plugin-api/sgml.stamp
+docs/plugin-api/tmpl-build.stamp
+docs/plugin-api/tmpl.stamp
+docs/plugin-api/xml/
gtk-doc.make
install-sh
intltool-extract.in
diff --git a/ChangeLog b/ChangeLog
index 4e1022e..f6b23a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2013-01-05: bluesabre at xfce.org
+ * Development release 0.4.0
+ * Fixed build bugs #9219, #9226
+ * Fixed fullscreen controls (bug #9270)
+ * Fixed screensaver inhibition (bug #7407)
+ * Fixed freezing with subtitles (bug #9194)
+ * Fixed skipping every second ogg-vorbis in playlist (bug #9562)
+ * Added embedded mode (bug #8506)
+ * Added missing codec installation (bug #8469)
+ * Added custom subtitle management (bug #6731)
+ * Added CD and DVD playlist support
+ * Added DVD navigation support
+ * Added Recent Items in open menu
+ * Replaced Stream Properties plugin with AudioBox widget
+ * Moved notifications from system tray plugin to notify plugin.
+ * Added album artwork and details to notifications.
+ * Ported configuration to Xfconf
+ * Interface refinements
+ * Keyboard shortcut refinements (bug #9317)
+
2012-08-21: bluesabre at xfce.org
* Bugfix release 0.3.0.2
* Fixed --enable-gtk-doc
diff --git a/NEWS b/NEWS
index 7d1e1d5..52bbd80 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,29 @@
+0.4.0
+=======
+- Fixed build bugs #9219, #9226
+- Fixed fullscreen controls (bug #9270)
+- Fixed screensaver inhibition (bug #7407)
+- Fixed freezing with subtitles (bug #9194)
+- Fixed skipping every second ogg-vorbis in playlist (bug #9562)
+- Added embedded mode (bug #8506)
+- Added missing codec installation (bug #8469)
+- Added custom subtitle management (bug #6731)
+- Added CD and DVD playlist support
+- Added DVD navigation support
+- Added Recent Items in open menu
+- Replaced Stream Properties plugin with AudioBox widget
+- Moved notifications from system tray plugin to notify plugin.
+- Added album artwork and details to notifications.
+- Ported configuration to Xfconf
+- Interface refinements
+- Keyboard shortcut refinements (bug #9317)
+
0.3.0.3
=======
- - Maintenance release
- - Fixed --enable-gtk-doc
- - Fixed CD-Drive icon disappearing after drive eject
- - Small interface tweaks to Plugins dialog.
+- Maintenance release
+- Fixed --enable-gtk-doc
+- Fixed CD-Drive icon disappearing after drive eject
+- Small interface tweaks to Plugins dialog.
0.3.0.2
=======
diff --git a/TODO b/TODO
index 907a616..4f79584 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,5 @@
=== Media player ===
* Support scale ratio view.
-* Handle missing gstreamer plugins.
-* ...
=== Plugins ===
* Library collection.
diff --git a/configure.ac.in b/configure.ac.in
index 44d5a8a..1899767 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,9 +1,9 @@
m4_define([intltool_minimum_version], [0.31])
-m4_define([parole_verinfo], [0:3:1])
+m4_define([parole_verinfo], [0:4:1])
m4_define([parole_version_api], [0])
m4_define([parole_version_major], [0])
-m4_define([parole_version_minor], [3])
-m4_define([parole_version_micro], [0.3])
+m4_define([parole_version_minor], [4])
+m4_define([parole_version_micro], [0])
m4_define([parole_version_build], [])
m4_define([parole_version_tag], [])
m4_define([parole_version], [parole_version_major().parole_version_minor().parole_version_micro()ifelse(parole_version_tag(), [git], [parole_version_tag().parole_version_build()], [parole_version_tag()])])
diff --git a/src/parole-about.c b/src/parole-about.c
index e58841c..105a374 100644
--- a/src/parole-about.c
+++ b/src/parole-about.c
@@ -61,7 +61,7 @@ void parole_about (GtkWindow *parent)
/* Copyright information */
static const gchar *copyrights =
"Copyright \302\251 2009-2011 Ali Abdallah\n"
- "Copyright \302\251 2012 Sean Davis, Simon Steinbeiss";
+ "Copyright \302\251 2012-2013 Sean Davis, Simon Steinbeiss";
gtk_show_about_dialog (parent,
"authors", authors,
More information about the Xfce4-commits
mailing list