[libvtemm] Update for 0.23.0.



commit b0ff1e3eed74f0472f405012acbd1b217201bc5e
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Wed Jan 6 00:13:47 2010 +0100

    Update for 0.23.0.
    
    * NEWS: mention about deprecations.
    * README: update version and dependencies.

 NEWS   |    6 ++++++
 README |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index a111f20..05933b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.23.0:
+
+* Terminal::get_padding() method is deprecated in favor of using
+"inner-border" style property - shown in examples.
+(Krzesimir Nowak)
+
 0.22.2:
 
 * Cleanup license files.
diff --git a/README b/README
index 10e41d3..b728080 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
-C++ wrapper for vte, version 0.22.2.
+C++ wrapper for vte, version 0.23.0.
 
 Current dependencies:
 - to build a library from tarball:
-  * vte >= 0.22.0
+  * vte >= 0.23.2
   * glibmm >= 2.18.0
   * pangomm >= 2.24.0
-  * gtkmm >= 2.14.0
+  * gtkmm >= 2.19.2
 - to build a documentation:
   * same as above and tools required by mm-common, that are:
     - perl



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