diff options
author | Eitan Isaacson <eitan@monotonous.org> | 2011-08-12 09:44:46 +0200 |
---|---|---|
committer | Eitan Isaacson <eitan@monotonous.org> | 2011-08-12 09:44:46 +0200 |
commit | 34a30b69e1c6678536284aa3c9625c5938c85c2c (patch) | |
tree | b8901b8abc012d724a82006cf4a2d66c7bf8ae23 | |
parent | f086cfca1750bc6d53ba80e152ce1d6c17b964be (diff) | |
download | caribou-34a30b69e1c6678536284aa3c9625c5938c85c2c.tar.gz |
Preparing 0.3.5 release.CARIBOU_0_3_5
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 23 insertions, 2 deletions
@@ -1,4 +1,25 @@ ============= +Version 0.3.5 +============= + +What's New +========== +- Added modifiers support. +- Replaced IM module with GTK+ module so it does not override the +user's preferred IM. +- Added "full scale" keyboards to caribou. +- Remove emoticon buttons, for now. + +New And Updated Translations +============================ +- Marek Černocký (cs) +- Daniel Mustieles (es) +- Gabriel Speckhahn (pt_BR) +- Yuri Myasoedov (ru) +- Matej Urbančič (sl) +- Yinghua Wang (zh_CN) + +============= Version 0.3.3 ============= @@ -1,4 +1,4 @@ -Caribou 0.3.3 +Caribou 0.3.5 Description =========== diff --git a/configure.ac b/configure.ac index 5ba155d..721f317 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) AC_INIT([caribou], - [0.3.3], + [0.3.5], [https://bugzilla.gnome.org/enter_bug.cgi?product=caribou], [caribou]) |