update to 1.1.0

- Add a commit=True parameter to check_phrase_and_update_frequency()
- Fix that the page_size is shown as 0 in the setup tool if it has not been set before
- Do not use AUTOINCREMENT
- Make it possible to exit the setup tool by typing Control-C in the terminal
- Add feature to read a text file for training the user database
- Update German translations and .pot file
- Fix error when the hunspell dictionary for an engine is missing
This commit is contained in:
Mike FABIAN 2013-06-24 17:12:06 +02:00
parent e0c7497633
commit 8d0df998b7
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@
/ibus-typing-booster-1.0.1.tar.gz /ibus-typing-booster-1.0.1.tar.gz
/ibus-typing-booster-1.0.2.tar.gz /ibus-typing-booster-1.0.2.tar.gz
/ibus-typing-booster-1.0.3.tar.gz /ibus-typing-booster-1.0.3.tar.gz
/ibus-typing-booster-1.1.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-typing-booster Name: ibus-typing-booster
Version: 1.0.3 Version: 1.1.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: A typing booster engine for the IBus platform Summary: A typing booster engine for the IBus platform
License: GPLv3+ License: GPLv3+
@ -74,6 +74,16 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
%{_datadir}/applications/ibus-setup-typing-booster.desktop %{_datadir}/applications/ibus-setup-typing-booster.desktop
%changelog %changelog
* Mon Jun 24 2013 Mike FABIAN <mfabian@redhat.com> - 1.1.0-1
- Update to 1.1.0 upstream version
- Add a commit=True parameter to check_phrase_and_update_frequency()
- Fix that the page_size is shown as 0 in the setup tool if it has not been set before
- Do not use AUTOINCREMENT
- Make it possible to exit the setup tool by typing Control-C in the terminal
- Add feature to read a text file for training the user database
- Update German translations and .pot file
- Fix error when the hunspell dictionary for an engine is missing
* Tue Jun 18 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.3-1 * Tue Jun 18 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.3-1
- Update to 1.0.3 upstream version - Update to 1.0.3 upstream version
- Dont output page_size in “/usr/libexec/ibus-engine-typing-booster --xml” (Resolves: rhbz#975449 - ibus-daemon prints warnings because “/usr/libexec/ibus-engine-typing-booster --xml” prints the invalid element “page_size”) - Dont output page_size in “/usr/libexec/ibus-engine-typing-booster --xml” (Resolves: rhbz#975449 - ibus-daemon prints warnings because “/usr/libexec/ibus-engine-typing-booster --xml” prints the invalid element “page_size”)

View File

@ -1 +1 @@
03c0992a9cf5b8a0ba43b6dba93966ff ibus-typing-booster-1.0.3.tar.gz 4ba0c9dc0067be802dd0cd00c4d9b6bd ibus-typing-booster-1.1.0.tar.gz