[Xfce4-commits] <thunar-vfs:master> Updates for release.
Nick Schermer
noreply at xfce.org
Thu Nov 4 20:30:01 CET 2010
Updating branch refs/heads/master
to e9f547ecf8e6c9da3168626fa5f97e550c789e96 (commit)
from b8a4cbae11cbce6f862d57af7449a0dface0e7ea (commit)
commit e9f547ecf8e6c9da3168626fa5f97e550c789e96
Author: Nick Schermer <nick at xfce.org>
Date: Thu Nov 4 20:22:26 2010 +0100
Updates for release.
NEWS | 38 ++++++++++++++++++++++++++------------
configure.in.in | 8 ++++----
2 files changed, 30 insertions(+), 16 deletions(-)
diff --git a/NEWS b/NEWS
index 9c49206..db529ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,21 @@
+1.1.0
+=====
+- First standalone release from thunar to support plugins and
+ application that have not ported to GIO yet.
+- Added the exo-hal and exo-mount-point code that has been removed
+ in exo 0.5.
+- Umask < 0022 not honoured (bug #3532).
+- Work around png 1.4 API change.
+- Build improvements and compiler warnings fixed.
+- Remove deprecated encoding key from desktop file.
+- Translation updates (da, ca, ja, nl, zh_CN, pt, kk, gl, pt_BR, cs,
+ fi, ru, eu, hu, lv, de, uk, es, el, pa, zh_TW, ug, fr, sk, id, hr,
+ he, it, sv).
+
1.0.1
========
- Put quotes around filenames in thunar-wallpaper-plugin (bug #5056)
-- Apply umask properly when creating files/directories.
+- Apply umask properly when creating files/directories.
Patch by Giovanni Bechis (bug #3532).
1.0.0
@@ -14,13 +28,13 @@
0.9.99.1
========
- Optional nano version added to configure.in.in.
-- Update Danish, Norwegian Bokmal, Simplified Chinese and Turkish
+- Update Danish, Norwegian Bokmal, Simplified Chinese and Turkish
translations.
0.9.93
======
- Fix crash in the tree side pane when hidden files are toggled (bug #2502).
-- Always show an error dialog if one of the files passed via the command
+- Always show an error dialog if one of the files passed via the command
line cannot be opened.
- Only show eject option for devices when requires_eject is TRUE (bug #3978).
- Fix crash when cd drive is ejected (bug #4257).
@@ -34,7 +48,7 @@
people with dead keys to use the location selector.
- Unload folders in the tree side pane when they are collapsed (bug #4051).
- Don't monitor /proc and /dev on Linux systems.
-- Implement window groups so modal dialogs don't block other Thunar
+- Implement window groups so modal dialogs don't block other Thunar
windows (bug #3586).
- Open a question dialog before removing a custom action (bug #3838).
- Make the first alpha numeric character upper-case in the case renamer
@@ -45,25 +59,25 @@
- Implement menu providers in the side pane popup menus (bug #2740).
- Unmounted volumes are 50% translucent so give some visual feedback.
- Add rename option to the tree side pane popup menu.
-- Don't go back in the history anymore if the new directory is the first
+- Don't go back in the history anymore if the new directory is the first
one in the backward history (bug #4660).
- Implement reorder, positioned drag and drop and rubberbanding in the
renamer dialog (bug #3325).
- Change Name value of the desktop entry to "Thunar File Manager".
- Go back and forward using the 8th and 9th button on the mouse (bug #4687).
-- Various compilers warnings were fixed, some performace improvements
+- Various compilers warnings were fixed, some performace improvements
and less memory allocations.
-- Update Albanian, Basque, Belarusian, Brazilian Portuguese, Catalan, Czech,
- Danish, Finnish, French, Galician, German, Hungarian, Indonesian, Japanese,
+- Update Albanian, Basque, Belarusian, Brazilian Portuguese, Catalan, Czech,
+ Danish, Finnish, French, Galician, German, Hungarian, Indonesian, Japanese,
Norwegian Bokmal, Polish, Simplified Chinese, Spanish, Swedish, Turkish and
Ukrainian translations.
0.9.92
======
- Fix build on MacOS X (bug #4433).
-- Don't create Thunar -> thunar symlink on case-insensitive
+- Don't create Thunar -> thunar symlink on case-insensitive
filesystems (bug #4430).
-- Add thunar-wallpaper-plugin for setting the wallpaper on
+- Add thunar-wallpaper-plugin for setting the wallpaper on
xfdesktop >= 4.5.90.
0.9.91
@@ -72,9 +86,9 @@
0.9.80
======
-- Fix .desktop file to launch thunar-settings dialog with
+- Fix .desktop file to launch thunar-settings dialog with
xfce4-settings-manager
-- Update Indonesian, Korean, Polisn, Arabic, Ukranian, Galician, Turkish,
+- Update Indonesian, Korean, Polisn, Arabic, Ukranian, Galician, Turkish,
English Brittish, Lithuanian, Latvian, Chinese (traditional), Portuguese,
Brazilian Portuguese, Catalan, Greek, French, Spanish, Russian, Czech and
Hungarian translations.
diff --git a/configure.in.in b/configure.in.in
index 83d3a65..ab9582d 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -12,11 +12,11 @@ dnl ***************************
m4_define([thunar_vfs_verinfo], [5:1:3])
m4_define([thunar_vfs_version_api], [1])
m4_define([thunar_vfs_version_major], [1])
-m4_define([thunar_vfs_version_minor], [0])
-m4_define([thunar_vfs_version_micro], [1])
+m4_define([thunar_vfs_version_minor], [1])
+m4_define([thunar_vfs_version_micro], [0])
m4_define([thunar_vfs_version_nano], [])
m4_define([thunar_vfs_version_build], [@REVISION@])
-m4_define([thunar_vfs_version_tag], [git])
+m4_define([thunar_vfs_version_tag], [])
m4_define([thunar_vfs_version], [thunar_vfs_version_major().thunar_vfs_version_minor().thunar_vfs_version_micro()ifelse(thunar_vfs_version_nano(), [], [], [.thunar_vfs_version_nano()])ifelse(thunar_vfs_version_tag(), [git], [thunar_vfs_version_tag()-thunar_vfs_version_build()], [thunar_vfs_version_tag()])])
dnl *******************************************
@@ -153,7 +153,7 @@ XDT_I18N([@LINGUAS@])
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
-XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.1])
+XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.4])
XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.12.0])
XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.12.0])
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
More information about the Xfce4-commits
mailing list