summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEitan Isaacson <eitan@monotonous.org>2011-03-09 13:46:01 -0500
committerEitan Isaacson <eitan@monotonous.org>2011-03-09 13:46:01 -0500
commit081ca935da2b34a2d43c41228646f4d9c05cc695 (patch)
treeb9abd11129a4a9ba8cc84cee32fae85fd313485e
parent9134d8d4316b14a4bdaac11295d8b8d108712f93 (diff)
downloadcaribou-081ca935da2b34a2d43c41228646f4d9c05cc695.tar.gz
Prepared 0.1.91 releaseCARIBOU_0_1_91
-rw-r--r--NEWS21
-rw-r--r--README3
-rw-r--r--configure.ac2
3 files changed, 23 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7564de0..7e299da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+==============
+Version 0.1.91
+==============
+
+What's New
+==========
+- Raise an error when no keyboard is loaded.
+- Make caribou startup automatically (Thanks Bastien Nocera!)
+- Use GTK3 CSS theming for custom colors.
+- Look if a11y is enabled in GSettings.
+- Port app preferences and schema to GSettings.
+
+New And Updated Translations
+============================
+- Khaled Hosny (ar)
+- Kostas Papadimas (el)
+- Claude Paroz (fr)
+- marcoslans (gl)
+- Yaron Shahrabani (he)
+- Mateus Zenaide (pt_BR)
+
=============
Version 0.1.7
=============
diff --git a/README b/README
index afcf85a..c737316 100644
--- a/README
+++ b/README
@@ -1,8 +1,7 @@
-Caribou 0.1.7
+Caribou 0.1.91
Description
===========
-
Caribou is an input assistive technology intended for swithc and
pointer users.
diff --git a/configure.ac b/configure.ac
index 78fbbc0..000f7ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
AC_INIT([caribou],
- [0.1.7],
+ [0.1.91],
[https://bugzilla.gnome.org/enter_bug.cgi?product=caribou],
[caribou])