summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2008-08-24 18:13:04 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2008-08-24 18:13:04 +0000
commit9e32489296550242a7da50857923c81e424ce2aa (patch)
treec52c1e1ab8dcede6c0455137fede709ef7d075e8 /README
parent8eb6691615c52cf1630c9b8802be0b57080845c8 (diff)
downloadpygtk-9e32489296550242a7da50857923c81e424ce2aa.tar.gz
update NEWS and README
svn path=/trunk/; revision=3024
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index 30d82321..e2001f57 100644
--- a/README
+++ b/README
@@ -20,12 +20,12 @@ patches is unified diff format (ie. diff -u). Please don't send me
diffs which don't have any context, as these make it very difficult to
see what the patch does.
-What's new in PyGTK 2.12
+What's new in PyGTK 2.14
========================
-See the wiki page for an overview of the features in PyGTK 2.12:
+See the wiki page for an overview of the features in PyGTK 2.14:
-http://live.gnome.org/PyGTK/WhatsNew212
+http://live.gnome.org/PyGTK/WhatsNew214
New Versions
============
@@ -51,8 +51,9 @@ Requirements
* GTK+ 2.8.0 or higher (optional) or
GTK+ 2.10.0 or higher for 2.10 API
GTK+ 2.12.0 or higher for 2.12 API
+ GTK+ 2.14.0 or higher for 2.14 API
* libglade 2.5.0 or higher (optional)
- * pycairo 0.5.0 or higher (optional)
+ * pycairo 1.0.2 or higher (optional)
* Numeric (optional)
This release is supporting the following GTK+ releases:
@@ -60,6 +61,7 @@ This release is supporting the following GTK+ releases:
2.8.x
2.10.x
2.12.x
+ 2.14.x
To include support for the 2.10 API you'll need GTK+ 2.10.0 etc.