[Xfce4-commits] <xfce4-smartbookmark-plugin:master> updates for 0.4.5 release
Landry Breuil
noreply at xfce.org
Sun Jan 20 21:46:01 CET 2013
Updating branch refs/heads/master
to 700a8552263982b6358cca808d9236805dbd01e4 (commit)
from 8f13e2b967814f7d41caf39c35d3d29eff9f9134 (commit)
commit 700a8552263982b6358cca808d9236805dbd01e4
Author: Landry Breuil <landry at xfce.org>
Date: Sun Jan 20 21:34:23 2013 +0100
updates for 0.4.5 release
NEWS | 8 ++++++++
configure.ac.in | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index 13a929e..75dc2b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.4.5 : 2013/01/20
+=====
+- Port to libxfce4ui
+- Build the plugin as a module
+- Fix broken argument handling (bug #8642)
+- Save config after destroying the dialog (bug #9523)
+- Allow numpad enter to trigger the search too (bug #9663)
+
0.4.4
=====
- Fix compatibility with Xfce 4.7+, fixing bug #6939 and #6940
diff --git a/configure.ac.in b/configure.ac.in
index 0db20e8..49f206e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,7 +1,7 @@
dnl Version information
m4_define([smartbookmark_version_major], [0])
m4_define([smartbookmark_version_minor], [4])
-m4_define([smartbookmark_version_micro], [4])
+m4_define([smartbookmark_version_micro], [5])
m4_define([smartbookmark_version],
[smartbookmark_version_major.smartbookmark_version_minor.smartbookmark_version_micro])
More information about the Xfce4-commits
mailing list