[Goodies-commits] r4123 - xfmpc/trunk

Mike Massonnet mmassonnet at xfce.org
Fri Mar 28 02:45:51 CET 2008


Author: mmassonnet
Date: 2008-03-28 01:45:51 +0000 (Fri, 28 Mar 2008)
New Revision: 4123

Modified:
   xfmpc/trunk/ChangeLog
   xfmpc/trunk/NEWS
   xfmpc/trunk/configure.in.in
Log:
=== Release 0.0.4 ===


Modified: xfmpc/trunk/ChangeLog
===================================================================
--- xfmpc/trunk/ChangeLog	2008-03-28 00:50:12 UTC (rev 4122)
+++ xfmpc/trunk/ChangeLog	2008-03-28 01:45:51 UTC (rev 4123)
@@ -1,5 +1,9 @@
 2008-03-28	Mike Massonnet <mmassonnet at gmail.com>
 
+=== Release 0.0.4 ===
+
+2008-03-28	Mike Massonnet <mmassonnet at gmail.com>
+
 Add multiple selection to the XfmpcDbbrowser tree view, and go to parent directory with backspace
 	* src/dbbrowser.c(xfmpc_dbbrowser_init):
 	  - Enable rubber banding

Modified: xfmpc/trunk/NEWS
===================================================================
--- xfmpc/trunk/NEWS	2008-03-28 00:50:12 UTC (rev 4122)
+++ xfmpc/trunk/NEWS	2008-03-28 01:45:51 UTC (rev 4123)
@@ -1,3 +1,10 @@
+    0.0.4 (2008-03-28)
+
+- Add a database browser with the ability to add songs
+- Add behaviors in the filter entry of the playlist
+- Be more efficient with playlist refreshes
+- Fix misc bugs
+
     0.0.3 (2008-02-23)
 
 - New widget XfmpcExtendedInterface which displays notebook pages selectable

Modified: xfmpc/trunk/configure.in.in
===================================================================
--- xfmpc/trunk/configure.in.in	2008-03-28 00:50:12 UTC (rev 4122)
+++ xfmpc/trunk/configure.in.in	2008-03-28 01:45:51 UTC (rev 4123)
@@ -12,7 +12,7 @@
 m4_define([xfmpc_version_minor], [0])
 m4_define([xfmpc_version_micro], [4])
 m4_define([xfmpc_version_build], [r at REVISION@])
-m4_define([xfmpc_version_tag], [svn]) # leave empty for release
+m4_define([xfmpc_version_tag], []) # leave empty for release
 m4_define([xfmpc_version], [xfmpc_version_major().xfmpc_version_minor().xfmpc_version_micro()ifelse(xfmpc_version_tag(), [svn], [xfmpc_version_tag()-xfmpc_version_build()], [xfmpc_version_tag()])])
 
 dnl ***************************




More information about the Goodies-commits mailing list