summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEitan Isaacson <eitan@monotonous.org>2010-05-24 11:00:35 -0700
committerEitan Isaacson <eitan@monotonous.org>2010-05-24 11:10:24 -0700
commita62a90ca42063d0b3291ab24a1d07726f546d187 (patch)
tree74b2e628004a17191dad8eea37ed9596a3c7446d
parent0ca9db005e128f2a1d91fecab1be79f3ca1679e3 (diff)
downloadcaribou-a62a90ca42063d0b3291ab24a1d07726f546d187.tar.gz
Preparing for 0.1.2 release.CARIBOU_0_1_2
-rw-r--r--NEWS15
-rw-r--r--README22
-rw-r--r--configure.ac2
3 files changed, 31 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index e69de29..b0e9966 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,15 @@
+=============
+Version 0.1.2
+=============
+
+What's New
+==========
+This is the first development release for GNOME 3.0. God help us all!
+
+New And Updated Translations
+============================
+- Christian Kirbach (de)
+- Jorge González (es)
+- Claude Paroz (fr)
+- Fran Diéguez (gl)
+- Andrej Žnidaršič (sl)
diff --git a/README b/README
index f87336b..fd5532c 100644
--- a/README
+++ b/README
@@ -1,10 +1,18 @@
-Running Caribou
-===============
+Caribou 0.1.2
-cd src
-python ./caribou.py --debug
+Description
+===========
-When an editable text widget has focus, a keyboard should pop up. There are
-still some problems with the text focus detection and keyboard placement.
+Caribou is an input assistive technology intended for swithc and
+pointer users.
-Use the right control key (Control_R) to quit caribou.
+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 d7cb601..ee5210a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
AC_INIT([caribou],
- [0.0.2],
+ [0.1.2],
[https://bugzilla.gnome.org/enter_bug.cgi?product=caribou],
[caribou])