[Xfce4-commits] r29559 - libxfcegui4/trunk
Stephan Arts
stephan at xfce.org
Tue Feb 24 02:06:56 CET 2009
Author: stephan
Date: 2009-02-24 01:06:56 +0000 (Tue, 24 Feb 2009)
New Revision: 29559
Modified:
libxfcegui4/trunk/ChangeLog
libxfcegui4/trunk/NEWS
libxfcegui4/trunk/configure.in.in
Log:
==== Xfce 4.6.0 Released! ====
Modified: libxfcegui4/trunk/ChangeLog
===================================================================
--- libxfcegui4/trunk/ChangeLog 2009-02-24 00:57:47 UTC (rev 29558)
+++ libxfcegui4/trunk/ChangeLog 2009-02-24 01:06:56 UTC (rev 29559)
@@ -1,3 +1,24 @@
+2009-02-22 10:28 mmassonnet
+
+ * po/ChangeLog, po/ro.po:
+ update translations
+
+2009-02-21 13:30 stavrosg
+
+ * po/ChangeLog, po/el.po:
+ Greek translations update.
+
+2009-02-20 23:58 maximilian
+
+ * po/ChangeLog, po/gl.po, po/it.po, po/zh_CN.po:
+ Translations Updates - ca es gl id it pt_PT zh_CN
+
+2009-02-18 12:35 stephan
+
+ * ChangeLog, NEWS, configure.in.in:
+ Update NEWS, ChangeLog Add configure output to indicate how
+ libxfcegui4 will be compiled
+
2009-02-16 10:31 nick
* NEWS, libxfcegui4/dialogs.h, libxfcegui4/gtk_style.h:
Modified: libxfcegui4/trunk/NEWS
===================================================================
--- libxfcegui4/trunk/NEWS 2009-02-24 00:57:47 UTC (rev 29558)
+++ libxfcegui4/trunk/NEWS 2009-02-24 01:06:56 UTC (rev 29559)
@@ -1,8 +1,8 @@
-4.x.xx
+4.6.0
==================
- Fix translations of libxfce4kbd-private not being used (Bug #4784).
- Fix lib ageing (Bug #4864)
-- Update translations (tr, uk, fi)
+- Update translations (el, en_GB, fi, gl, hu, id, it, pl, ro, tr, uk, zh_CN)
- Add default "xrandr --auto" for XF86Display so that monitor switching works
with recent Xorg
- Fix transient mode of XfceShortcutDialog.
Modified: libxfcegui4/trunk/configure.in.in
===================================================================
--- libxfcegui4/trunk/configure.in.in 2009-02-24 00:57:47 UTC (rev 29558)
+++ libxfcegui4/trunk/configure.in.in 2009-02-24 01:06:56 UTC (rev 29559)
@@ -10,11 +10,11 @@
m4_define([libxfcegui4_verinfo], [7:0:3])
m4_define([libxfce4kbd_private_verinfo], [5:0:0])
m4_define([libxfcegui4_version_major], [4])
-m4_define([libxfcegui4_version_minor], [5])
-m4_define([libxfcegui4_version_micro], [99])
-m4_define([libxfcegui4_version_nano], [1]) dnl leave this empty to have no nano version
+m4_define([libxfcegui4_version_minor], [6])
+m4_define([libxfcegui4_version_micro], [0])
+m4_define([libxfcegui4_version_nano], []) dnl leave this empty to have no nano version
m4_define([libxfcegui4_version_build], [r at REVISION@])
-m4_define([libxfcegui4_version_tag], [svn])
+m4_define([libxfcegui4_version_tag], [])
m4_define([libxfcegui4_version], [libxfcegui4_version_major().libxfcegui4_version_minor().libxfcegui4_version_micro()ifelse(libxfcegui4_version_nano(), [], [], [.libxfcegui4_version_nano()])ifelse(libxfcegui4_version_tag(), [svn], [libxfcegui4_version_tag()-libxfcegui4_version_build()], [libxfcegui4_version_tag()])])
@@ -104,7 +104,7 @@
dnl *** Check for required packages ***
dnl ***********************************
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.5.99.1])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.6.0])
dnl **************************************************
dnl *** Check whether to build the keyboard libary ***
@@ -114,7 +114,7 @@
[Do not compile the keyboard library needed by xfwm4 and xfce4-settings (default=enabled)])],
[enable_keyboard_library=$enableval], [enable_keyboard_library=yes])
if test "x$enable_keyboard_library" = "xyes"; then
- XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.5.99.1])
+ XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.6.0])
fi
AM_CONDITIONAL([ENABLE_KEYBOARD_LIBRARY], [test "x$enable_keyboard_library" = "xyes"])
More information about the Xfce4-commits
mailing list