summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEitan Isaacson <eitan@monotonous.org>2011-01-09 16:11:17 -0800
committerEitan Isaacson <eitan@monotonous.org>2011-01-09 16:11:17 -0800
commit5f18d2af3ba6945351c6571b7e8ae30fbf4d917a (patch)
tree219dbe5ff38e37965553be83c5e1db72dfae54dd
parentc0ffa1d98fe95824e36e827e6ec4361932b3c224 (diff)
downloadcaribou-5f18d2af3ba6945351c6571b7e8ae30fbf4d917a.tar.gz
Prepared 0.1.7 release.CARIBOU_0_1_7
-rw-r--r--NEWS24
-rw-r--r--README9
-rw-r--r--configure.ac2
3 files changed, 26 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 6d34ecf..7564de0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,28 @@
=============
+Version 0.1.7
+=============
+
+What's New
+==========
+- Ported to GTK3 and PyGI. Yikes!
+- New Japanese keyboard. Thanks Jiro Matsuzawa!
+- Many bugs fixed during the porting process that involved a lot of
+ rewriting code.
+- Many bugs introduced during the porting process that involved a lot of
+ rewriting code.
+
+New And Updated Translations
+============================
+- Christian Kirbach (de)
+- Daniel Mustieles (es)
+- Claude Paroz (fr)
+- Gabor Kelemen (hu)
+- Hugo Vaz Sampaio (pt_BR)
+- Andrej Žnidaršič (sl)
+- Daniel Nylander (sv)
+- lainme (zh_CN)
+
+=============
Version 0.1.6
=============
diff --git a/README b/README
index e34663f..afcf85a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Caribou 0.1.5
+Caribou 0.1.7
Description
===========
@@ -9,10 +9,3 @@ pointer users.
Features
========
A configurable on screen keyboard with scanning mode.
-
-Requirements
-============
-
-- pygtk >= 2.16
-- pyclutter >= 1.0
-- python-virtkey >= 0.50
diff --git a/configure.ac b/configure.ac
index 110a14a..c8b5830 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
AC_INIT([caribou],
- [0.1.6],
+ [0.1.7],
[https://bugzilla.gnome.org/enter_bug.cgi?product=caribou],
[caribou])