update to 1.2.1

- Pop up a message box when a file has been read to train the database, indicating success or failure (Resolves: rhbz#979933)
- Update German translation
- Ignore most punctuation characters and mathematical symbols when tokenizing (Resolves: rhbz#979939)
This commit is contained in:
Mike FABIAN 2013-07-03 14:26:35 +02:00
parent 2f6239f3e2
commit f08b62fc88
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -30,3 +30,4 @@
/ibus-typing-booster-1.0.3.tar.gz
/ibus-typing-booster-1.1.0.tar.gz
/ibus-typing-booster-1.2.0.tar.gz
/ibus-typing-booster-1.2.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-typing-booster
Version: 1.2.0
Version: 1.2.1
Release: 1%{?dist}
Summary: A typing booster engine for the IBus platform
License: GPLv3+
@ -74,6 +74,12 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
%{_datadir}/applications/ibus-setup-typing-booster.desktop
%changelog
* Wed Jul 03 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.1-1
- Update to 1.2.1 upstream version
- Pop up a message box when a file has been read to train the database, indicating success or failure (Resolves: rhbz#979933)
- Update German translation
- Ignore most punctuation characters and mathematical symbols when tokenizing (Resolves: rhbz#979939)
* Fri Jun 28 2013 Mike FABIAN <mfabian@redhat.com> - 1.2.0-1
- Update to 1.2.0 upstream version
- Make TAB when used to enable/disable the lookup table work as a toogle

View File

@ -1 +1 @@
8ac891a0ec81de6b4b06264f9e999788 ibus-typing-booster-1.2.0.tar.gz
f141d08898bd8fce5a250bfaba1bf375 ibus-typing-booster-1.2.1.tar.gz