[vte] Release 0.25.1
- From: Behdad Esfahbod <behdad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] Release 0.25.1
- Date: Tue, 4 May 2010 01:40:26 +0000 (UTC)
commit 7af990ed413f19de0b20815b4ceeec13c201790f
Author: Behdad Esfahbod <behdad behdad org>
Date: Mon May 3 11:31:46 2010 -0400
Release 0.25.1
NEWS | 17 +++++++++++++++++
configure.in | 2 +-
2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5cf1f24..236abd0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+0.25.1
+=======
+- Add support for searching the buffer. New public API:
+ vte_terminal_search_[sg]et_regex
+ vte_terminal_search_find_(previous|next)
+
+0.24.1
+======
+- Bugs fixed: https://bugzilla.gnome.org/buglist.cgi?status_whiteboard_type=substring;chfieldto=2010-04-26%2012%3A00%3A00;query_format=advanced;chfieldfrom=2010-03-29;status_whiteboard=fixed-0-24;bug_status=RESOLVED;resolution=FIXED;product=vte
+- Translation updates
+
+0.24.0
+======
+- Updated API docs
+- Cache backgrounds as cairo surfaces
+- Translation updates
+
0.23.5
=======
- Fix unintented soversion bump
diff --git a/configure.in b/configure.in
index 4483504..0b40db1 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
m4_define([vte_version_major],[0])
m4_define([vte_version_minor],[25])
-m4_define([vte_version_micro],[0])
+m4_define([vte_version_micro],[1])
m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro])
m4_define([vte_api_version],[0])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]