[Xfce4-commits] <parole:master> Release version 0.3.0

Sean Davis noreply at xfce.org
Thu Aug 9 16:08:01 CEST 2012


Updating branch refs/heads/master
         to 6dcd0a6b3e7fa984fce0f94648d1907d81f641f5 (commit)
       from 7a960060ed6a9d8ba6b9ab71ddb6a210c3b38a4a (commit)

commit 6dcd0a6b3e7fa984fce0f94648d1907d81f641f5
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Thu Aug 9 10:05:21 2012 -0400

    Release version 0.3.0

 AUTHORS                   |    4 +++-
 ChangeLog                 |    9 +++++++++
 NEWS                      |   13 +++++++++++++
 README                    |    8 ++++----
 configure.ac.in           |    8 ++++----
 data/interfaces/parole.ui |    1 +
 6 files changed, 34 insertions(+), 9 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 70526e9..956d3ec 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,3 @@
-Ali Abdallah aliov at xfce.org
\ No newline at end of file
+Ali Abdallah aliov at xfce.org
+Sean Davis bluesabre at xfce.org
+Simon Steinbeiss simon at xfce.org
diff --git a/ChangeLog b/ChangeLog
index a6e4724..642dc3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-08-09: bluesabre at xfce.org
+    * Release version 0.3.0
+    * Replaced libxfce4gui dependencies with libxfce4ui
+    * Upgraded GTK interface to GTK 2.20+
+    * Revamped, minimalistic interface
+    * Replaced playbin with playbin2
+    * Improved subtitle/audio track handling
+    * Fixed many of the existing bugs
+
 2009-08-11: aliov at xfce.org
 	* main.c show gtk and gst command line options.
 	* parole-medialist.c, allow multiple selection, so handle list up 
diff --git a/NEWS b/NEWS
index ec1fe61..b9cba8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+0.3.0
+=======
+- Replaced libxfce4gui dependencies with libxfce4ui
+- Upgraded GTK interface to GTK 2.20+
+- Revamped, minimalistic interface
+- Replaced playbin with playbin2
+- Improved subtitle/audio track handling
+- Improved keyboard shortcuts
+- Updated application icon
+- Added command line option to enqueue files
+- Cleared warnings due to deprecated functions
+- Fixed many of the existing bugs
+
 0.2.0.1
 =======
 - Automatically detect disc type when parole is started with --device=/dev/sr0 without a uri
diff --git a/README b/README
index 495ad8b..494c613 100644
--- a/README
+++ b/README
@@ -10,14 +10,14 @@ Required packages
 =================
 Parole depends on the following packages:
 
- - Gtk 2.16 or above.
- - Glib 2.16 or above.
+ - Gtk 2.20 or above.
+ - Glib 2.24 or above.
  - Gio 2.16 or above.
  - DBus 0.60 or above.
  - DBus glib 0.70 or above.
  - GStreamer: base, video, interface and GStreamer X, version 0.10.11 or above.
- - libxfce4ui 4.7.0 or above.
- - libxfce4util 4.6.0 or above
+ - libxfce4ui 4.8.0 or above.
+ - libxfce4util 4.8.0 or above
 
 How to report bugs?
 ===================
diff --git a/configure.ac.in b/configure.ac.in
index b9db577..e3c19a4 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:2:0])
+m4_define([parole_verinfo],  [0:3:0])
 m4_define([parole_version_api],  [0])
 m4_define([parole_version_major],  [0])
-m4_define([parole_version_minor],  [2])
-m4_define([parole_version_micro],  [90])
+m4_define([parole_version_minor],  [3])
+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()])])
@@ -68,7 +68,7 @@ XDT_I18N([@LINGUAS@])
 #==================================================== #
 #          Check for required packages 		      #
 #=====================================================#
-m4_define([gtk_minimum_version], [2.24.0])
+m4_define([gtk_minimum_version], [2.20.0])
 m4_define([glib_minimum_version], [2.24.0])
 m4_define([gstreamer_minimum_version], [0.10.11])
 
diff --git a/data/interfaces/parole.ui b/data/interfaces/parole.ui
index f6714aa..71d1812 100644
--- a/data/interfaces/parole.ui
+++ b/data/interfaces/parole.ui
@@ -371,6 +371,7 @@
                             <child>
                               <object class="GtkMenuItem" id="subtitles-menu-custom">
                                 <property name="visible">True</property>
+                                <property name="sensitive">False</property>
                                 <property name="can_focus">False</property>
                                 <property name="use_action_appearance">False</property>
                                 <property name="label" translatable="yes">Select Text Subtitles...</property>


More information about the Xfce4-commits mailing list