[Xfce4-commits] <xfce4-terminal:master> Updates for release.
Nick Schermer
noreply at xfce.org
Tue Jan 1 13:12:01 CET 2013
Updating branch refs/heads/master
to 73246c5b0429021ddf87135392ed814008841ef5 (commit)
from 4aac8dc7518ac91dde786d6f27af8541c36e952a (commit)
commit 73246c5b0429021ddf87135392ed814008841ef5
Author: Nick Schermer <nick at xfce.org>
Date: Tue Jan 1 13:09:20 2013 +0100
Updates for release.
NEWS | 26 ++++++++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 45002f8..77544bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+0.6.1
+=====
+- Add drop-down window support with --drop-down parameter. This
+ allows xfce4-terminal to start 1 game-console like window.
+- Rename Go menu to Tabs.
+- Load default Alt+N accelerators on first startup.
+- Make single tab accelerator insensitive again.
+- Rename clear scrollbar to reset.
+- Fix crash when showing toolbar 2nd time (bug #9696).
+- Don't check for version and help in parameters parsing.
+- Remove Report Bug menu entry.
+- Hide search dialog on delete to avoid crash.
+- Set minimum tab label size to 10 chars.
+- Make right-click tab menu more functional.
+- Stop activity timeout when destroying a screen.
+- Rename $TERM to emulation and use new preference to avoid
+ migration crashes.
+- Fix the tab re-use option when running from shortcut.
+- Allow underscore and + in email address (bug #9392).
+- Use new GPL license address (bug #9697).
+- Allow setting the geometry in the preferences.
+- Translation updates: Spanish (Castilian), French, Croatian,
+ Italian, Japanese, Kazakh, Dutch (Flemish), Polish, Portuguese,
+ Portuguese (Brazilian), Romanian.
+
+
0.6.0
=====
- Rename the package from Terminal to xfce4-terminal.
diff --git a/configure.ac.in b/configure.ac.in
index 03f637e..c972144 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ dnl *** Version information ***
dnl ***************************
m4_define([terminal_version_major], [0])
m4_define([terminal_version_minor], [6])
-m4_define([terminal_version_micro], [0])
+m4_define([terminal_version_micro], [1])
m4_define([terminal_version_nano], [])
m4_define([terminal_version_build], [@REVISION@])
-m4_define([terminal_version_tag], [git])
+m4_define([terminal_version_tag], [])
m4_define([terminal_version_dbus], [5])
m4_define([terminal_version], [terminal_version_major().terminal_version_minor().terminal_version_micro()ifelse(terminal_version_nano(), [], [], [.terminal_version_nano()])ifelse(terminal_version_tag(), [git], [terminal_version_tag()-terminal_version_build()], [terminal_version_tag()])])
More information about the Xfce4-commits
mailing list