summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac.in4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5e3b0e0..caf8f14 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+4.9.1
+=====
+- Open docs.xfce.org when Help in xfce4-about is clicked.
+- Cache header icons and avoid large icons in XfceTitledDialog.
+- Restore glade directory information in .pc file.
+- Update translator credits.
+- Translation updates (ar, ca, cs, da, de, es, eu, fi, fr, hu, id,
+ it, kk, ko, lt, nl, nn, pt, pt_BR, ru, sk, te, tr, uk, zh_CN, zh_TW).
+
4.9.0
=====
- A lot of improvements in the shortcuts code.
diff --git a/configure.ac.in b/configure.ac.in
index edb1e9b..16a8c59 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ m4_define([libxfce4ui_verinfo], [0:0:0])
m4_define([libxfce4ui_version_api], [1])
m4_define([libxfce4ui_version_major], [4])
m4_define([libxfce4ui_version_minor], [9])
-m4_define([libxfce4ui_version_micro], [0])
+m4_define([libxfce4ui_version_micro], [1])
m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano version
m4_define([libxfce4ui_version_build], [@REVISION@])
-m4_define([libxfce4ui_version_tag], [git])
+m4_define([libxfce4ui_version_tag], [])
m4_define([libxfce4ui_version], [libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(), [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], [libxfce4ui_version_tag()-libxfce4ui_version_build()], [libxfce4ui_version_tag()])])
m4_define([libxfce4kbd_private_verinfo], [0:0:0])