[vte/vte-0-34] Version 0.34.0



commit c48b33792c07abe8f6c06326c32934b61760c2a3
Author: Christian Persch <chpe gnome org>
Date:   Sun Sep 16 19:07:33 2012 +0200

    Version 0.34.0

 NEWS         |    8 +++++++-
 configure.in |    4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 64c0049..2cfdb5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.34.0
+======
+* Support escape sequences to set the current directory (#675987)
+* Fixed drawing of Box Drawing and Block Elements characters (#682692)
+* Introspection fixes (#679805, #681714)
+* Build fixes
+
 0.32.2
 ======
 - emulation: Fix DoS by malicious escape sequences (#676090)
@@ -1112,4 +1119,3 @@ prehistory
 Local Variables:
 coding: utf-8
 End:
-vim: encoding=utf-8:
diff --git a/configure.in b/configure.in
index ff858d5..4243b00 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([version_major],0)
-m4_define([version_minor],33)
-m4_define([version_micro],90)
+m4_define([version_minor],34)
+m4_define([version_micro],0)
 m4_define([version_triplet],version_major.version_minor.version_micro)
 
 m4_define([so_major_adjust],9) dnl Don't change!



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]