update to 1.0.0 upstream version

- Remove mudb and use “Write-Ahead Logging”
- Introduce an environment variable IBUS_TYPING_BOOSTER_DEBUG_LEVEL for debugging
- Speed up converting an old database to the current format
- Make prediction more intelligent by using context of up to 2 previous words
- Automatically remove whitespace between the last word and a punctuation character ending a sentence
This commit is contained in:
Mike FABIAN 2013-06-13 19:22:35 +02:00
parent b416a7e036
commit 839daea795
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
/ibus-typing-booster-0.0.30.tar.gz
/ibus-typing-booster-0.0.31.tar.gz
/ibus-typing-booster-0.0.32.tar.gz
/ibus-typing-booster-1.0.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: ibus-typing-booster
Version: 0.0.32
Version: 1.0.0
Release: 1%{?dist}
Summary: A typing booster engine for the IBus platform
License: GPLv3+
@ -74,6 +74,14 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg
%{_datadir}/applications/ibus-setup-typing-booster.desktop
%changelog
* Thu Jun 13 2013 Mike FABIAN <mfabian@redhat.com> - 1.0.0-1
- Update to 1.0.0 upstream version
- Remove mudb and use “Write-Ahead Logging”
- Introduce an environment variable IBUS_TYPING_BOOSTER_DEBUG_LEVEL for debugging
- Speed up converting an old database to the current format
- Make prediction more intelligent by using context of up to 2 previous words
- Automatically remove whitespace between the last word and a punctuation character ending a sentence
* Sun Jun 02 2013 Mike FABIAN <mfabian@redhat.com> - 0.0.32-1
- Update to 0.0.32 upstream version
- Resolves: rhbz#969847 - Editing in the preëdit of ibus-typing-booster behaves weird, especially with transliteration

View File

@ -1 +1 @@
3a6df71cc1ac58a069d4734432f9d620 ibus-typing-booster-0.0.32.tar.gz
1fa5836add423140efe88de2c0b6dda6 ibus-typing-booster-1.0.0.tar.gz