[Xfce4-commits] <xfce4-terminal:master> Updates for release.

Nick Schermer noreply at xfce.org
Thu Dec 27 21:28:02 CET 2012


Updating branch refs/heads/master
         to 8d6e39a63e7ae511a2c3b9496082ac5111cfd09a (commit)
       from 50260c8994beff980e0b0348fe43f974a256b4d8 (commit)

commit 8d6e39a63e7ae511a2c3b9496082ac5111cfd09a
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Dec 27 21:07:42 2012 +0100

    Updates for release.

 NEWS            |   37 +++++++++++++++++++++++++++++++++++++
 configure.ac.in |   11 +++--------
 2 files changed, 40 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index 9cdc8b3..45002f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+0.6.0
+=====
+- Rename the package from Terminal to xfce4-terminal.
+- Don't add mailto when copying to clipboard (bug #7909)
+- Add search dialog.
+- Fix activity handling when resizing the window.
+- Use mid color if activity expired (bug #9686).
+- Improve quit confirm dialog.
+- Add move tab left/right options (bug #5918).
+- Only show terminal in the system category (bug #8693).
+- Don't pre-parse options after -x (bug #9167).
+- Make tabs a fraction smaller.
+- Drop the special handling of the Super key.
+- Depend on libxfce4ui and use its API.
+- Use standard stock icons.
+- Depend on vte 0.28 and exo 0.10.
+- Drop anti-alias preference (deprecated in vte).
+- Add =+@ to the default word-chars.
+- Add encoding support.
+- Use GDBus for dbus communication.
+- Remove toolbar editor.
+- Remove the exo dependency.
+- Remove the custom accelerator code.
+- Bundle palette colors into a single string.
+- Add background color vary option.
+- Add option --color-table.
+- Add support for color presets.
+- Properly set termcap emulation.
+- Another attempt to fix the invalid sizing issues (bug #4728).
+- Use G_ENABLE_DEBUG to enable additional checks (bug #8552).
+- Allow setting the bold color (bug #5987).
+- Use xmllint to strip the glade file.
+- Rename reset option to "Reset Scrollback".
+- Allow re-using of last window with --tab.
+- Improve documentation of --role (bug #8246).
+
+
 0.4.8
 =====
 - Update online documentation location.
diff --git a/configure.ac.in b/configure.ac.in
index 1814d47..3fd7538 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,11 +9,11 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([terminal_version_major], [0])
-m4_define([terminal_version_minor], [4])
-m4_define([terminal_version_micro], [8])
+m4_define([terminal_version_minor], [6])
+m4_define([terminal_version_micro], [0])
 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()])])
 
@@ -184,11 +184,6 @@ dnl ***************************
 echo
 echo "Build Configuration:"
 echo
-if test x"$DBUS_FOUND" = x"yes"; then
-echo "* D-Bus support:           yes"
-else
-echo "* D-Bus support:           no"
-fi
 echo "* Debug support:           $enable_debug"
 if test x"$enable_gen_doc" = x"yes"; then
 echo "* Man Pages:               yes (generate)"


More information about the Xfce4-commits mailing list