Updating branch refs/heads/master
         to 679b27bb532c1d76eebc71deeb55f004e998e572 (commit)
       from 98b752f33fb7fed37c6813c0c269fb38cbbb2090 (commit)

commit 679b27bb532c1d76eebc71deeb55f004e998e572
Author: Nick Schermer <n...@xfce.org>
Date:   Wed Oct 31 20:23:36 2012 +0100

    Updates for release.

 NEWS            |   40 ++++++++++++++++++++++++++++++++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 1164059..0d0225f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+1.5.1
+=====
+- Show custom commands again in the menus (bug #9169).
+- Drop usage of glib 2.32 functions.
+- Allow resizing of chooser dialog.
+- Don't abort on non-utf8 charaters in path entry.
+- Don't show drive icon for remote mounts in history.
+- Release all ThunarFiles when closing a view, this should resolve
+  mounts that were empty after unmounting.
+- Show tooltip uri/filename in history menu item.
+- End with a / in the path entry.
+- Add function to generate nice remote display names.
+- Easy adding bookmarks for remote mounts.
+- Do not call eject in thunar_device_volume_mount_finished.
+- Reduce tumbler traffic on startup of Thunar.
+- Use drive_stop in device handling.
+- Put reload button in location entry.
+- Create pull-down history buttons and remove arrows.
+- Shortcut pane: Do not mount after eject (bug #9403).
+- Use go-home icon name for menu and toolbar.
+- Drop the separators in the toolbar.
+- Extend history tooltips to describe functionality of the button.
+- Avoid segfault with null mime-type (bug #8390).
+- Implement tabs in Thunar (bug #6102).
+- Do not try to mount a device twice in treeview (bug #9412).
+- Keep delaying selecing files if not loaded yet (bug #7328).
+- Slightly toned thumbnail frame.
+- Make loading priority in shortcuts model higher.
+- Collect properties at once in window_init.
+- Use infobar for root warning in window.
+- Option to set small toolbar icons (bug #3971).
+- Avoid crash when toplevel window cannot be found (bug #9417).
+- Revert "Remove XdndDirectSave0 protocol." (bug #9414).
+- Rename filename of insecure desktop files (bug #8786).
+- Cache pixmaps on the ThunarFile and drop ring buffer.
+- Add lazy checks to thumbnailer.
+- Add menu item for permanent delete.
+- Only show "Move to Trash" if trash is supported.
+
+
 1.5.0
 =====
 - Add support for multiple selections in file preferences dialog.
diff --git a/configure.ac.in b/configure.ac.in
index 462706b..a534907 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -25,10 +25,10 @@ m4_define([thunarx_verinfo], [0:0:0])
 m4_define([thunarx_version_api], [2])
 m4_define([thunar_version_major], [1])
 m4_define([thunar_version_minor], [5])
-m4_define([thunar_version_micro], [0])
+m4_define([thunar_version_micro], [1])
 m4_define([thunar_version_nano], [])
 m4_define([thunar_version_build], [@REVISION@])
-m4_define([thunar_version_tag], [git])
+m4_define([thunar_version_tag], [])
 m4_define([thunar_version], 
[thunar_version_major().thunar_version_minor().thunar_version_micro()ifelse(thunar_version_nano(),
 [], [], [.thunar_version_nano()])ifelse(thunar_version_tag(), [git], 
[thunar_version_tag()-thunar_version_build()], [thunar_version_tag()])])
 
 dnl *******************************************
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to