[caribou] Preparing for 0.1.2 release.



commit a62a90ca42063d0b3291ab24a1d07726f546d187
Author: Eitan Isaacson <eitan monotonous org>
Date:   Mon May 24 11:00:35 2010 -0700

    Preparing for 0.1.2 release.

 NEWS         |   15 +++++++++++++++
 README       |   22 +++++++++++++++-------
 configure.ac |    2 +-
 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])
 



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