update to 1.2.0

- Make TAB when used to enable/disable the lookup table work as a toogle
- Create a VIEW for “LIKE input_phrase%” in select_words() and use that
  in the following SELECT statements (Makes candidate calculation more
  than 10 times faster)
This commit is contained in:
Mike FABIAN 2013-06-28 16:58:42 +02:00
parent 8d0df998b7
commit 2f6239f3e2
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@
/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 /ibus-typing-booster-1.1.0.tar.gz
/ibus-typing-booster-1.2.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-typing-booster Name: ibus-typing-booster
Version: 1.1.0 Version: 1.2.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,13 @@ 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
* 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
- Create a VIEW for “LIKE input_phrase%” in select_words() and use that
in the following SELECT statements (Makes candidate calculation more
than 10 times faster)
* Mon Jun 24 2013 Mike FABIAN <mfabian@redhat.com> - 1.1.0-1 * Mon Jun 24 2013 Mike FABIAN <mfabian@redhat.com> - 1.1.0-1
- Update to 1.1.0 upstream version - Update to 1.1.0 upstream version
- Add a commit=True parameter to check_phrase_and_update_frequency() - Add a commit=True parameter to check_phrase_and_update_frequency()

View File

@ -1 +1 @@
4ba0c9dc0067be802dd0cd00c4d9b6bd ibus-typing-booster-1.1.0.tar.gz 8ac891a0ec81de6b4b06264f9e999788 ibus-typing-booster-1.2.0.tar.gz