summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2014-12-01 15:12:53 +0300
committerEric Koegel <eric.koegel@gmail.com>2014-12-01 15:12:53 +0300
commitbe6a2bb0b2048de4f90b5b5621053097111117e2 (patch)
tree3da6f8d342200c39b5260cd1beed9146e15aa4a5
parentc8dadc2962595ae13d186a90cfeb9a38d088365b (diff)
downloadxfce4-session-be6a2bb0b2048de4f90b5b5621053097111117e2.tar.gz
Updates for release.xfce4-session-4.11.1
-rw-r--r--NEWS29
-rw-r--r--configure.ac.in4
2 files changed, 31 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e039bbe6..58c4460c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+4.11.1
+======
+- Add DesktopNames to .desktop file
+- Export XDG_CURRENT_DESKTOP (Bug #11239)
+- Expand usage of xfsm_verbose for debugging
+- Don't log errors when trying to close non-existent FDs
+- Add error checking for fcntl
+- Properly print the dbus error message
+- Check the return value of select
+- atoi (argv[2]) is unsafe
+- Check the return value of gtk_tree_selection_get_selected
+- gtk_cell_renderer_text_new is never used
+- Minor Autotools Updates
+- Add fallback DragonflyBSD support for suspend/hibernate
+- Use pkexec for xfsm-shutdown (Bug 9952)
+- Handle gpg and ssh agents separately
+ Patch by Mikhail Efremov
+- Non-POSIX compliant test used in startxfce4 (Bug 10828)
+ Patch by seejay
+- Update copyright year (Bug 10768)
+- polkit_unix_process_new is deprecated (Bug 10793)
+ Patch by Baurzhan Muftakhidinov
+- Add logind runtime detection to support suspend/hibernate (Bug 9952)
+ Patch by Guido Berhoerster
+- Translation Updates: Asturian (ast), Bulgarian (bg),
+ German (de), Spanish (Castilian) (es), Finnish (fi),
+ French (fr), Norwegian Bokmål (nb), Dutch (Flemish) (nl),
+ Polish (pl), Swedish (sv), Phan Vĩnh Thịnh (vi).
+
4.11.0
======
- Remove gnome-keyring remains.
diff --git a/configure.ac.in b/configure.ac.in
index fae3fcf5..ebb82c69 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,10 +8,10 @@ dnl
dnl Version information
m4_define([xfsm_version_major], [4])
m4_define([xfsm_version_minor], [11])
-m4_define([xfsm_version_micro], [0])
+m4_define([xfsm_version_micro], [1])
m4_define([xfsm_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfsm_version_build], [@REVISION@])
-m4_define([xfsm_version_tag], [git])
+m4_define([xfsm_version_tag], [])
m4_define([xfsm_version], [xfsm_version_major().xfsm_version_minor().xfsm_version_micro()ifelse(xfsm_version_nano(), [], [], [.xfsm_version_nano()])ifelse(xfsm_version_tag(), [git], [xfsm_version_tag()-xfsm_version_build()], [xfsm_version_tag()])])
m4_define([xfsm_debug_default], [ifelse(xfsm_version_tag(), [git], [full], [minimum])])