From 839daea795201a31cefb534ad7a11d2ea68cf3ba Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Jun 13 2013 18:14:32 +0000 Subject: 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 --- diff --git a/.gitignore b/.gitignore index 834b197..2efcab8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 9d11b90..8249e59 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -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 - 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 - 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 diff --git a/sources b/sources index a7736c1..83334f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a6df71cc1ac58a069d4734432f9d620 ibus-typing-booster-0.0.32.tar.gz +1fa5836add423140efe88de2c0b6dda6 ibus-typing-booster-1.0.0.tar.gz