summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog1
-rw-r--r--library/version.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 997c8db..4c61c92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,24 +14,25 @@
14 * Fifteen can have custom background images (zecke) 14 * Fifteen can have custom background images (zecke)
15 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) 15 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl)
16 * Integrated the new security framework into libopie2 (zecke,clem) 16 * Integrated the new security framework into libopie2 (zecke,clem)
17 * Converted the launcher to use the new security framework (zecke) 17 * Converted the launcher to use the new security framework (zecke)
18 * Backup can now handle custom locations for backup and restore (ar) 18 * Backup can now handle custom locations for backup and restore (ar)
19 * Implemented right-on-hold feedback (wimpie,zecke) 19 * Implemented right-on-hold feedback (wimpie,zecke)
20 * Lots of new features in opie-reader (tim,pohly) 20 * Lots of new features in opie-reader (tim,pohly)
21 * Build system cleanups (schurig) 21 * Build system cleanups (schurig)
22 22
23 Fixed Bugs 23 Fixed Bugs
24 -------- 24 --------
25 * #1005 - Fixed backup to CompactFlash (ar) 25 * #1005 - Fixed backup to CompactFlash (ar)
26 * #1167 - Fixed Opie write crashing on more text than one page (ar)
26 * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) 27 * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl)
27 * #1359 - Fixed bookmarks in Gutenbrowser (ljp) 28 * #1359 - Fixed bookmarks in Gutenbrowser (ljp)
28 * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) 29 * #1361 - Fixed auto upercase in Opie-Addressbook (eilers)
29 * #1370 - Pimconverter now reacts on cancel key (eilers) 30 * #1370 - Pimconverter now reacts on cancel key (eilers)
30 * #1376 - Bring back the capslock/numlock display (zecke) 31 * #1376 - Bring back the capslock/numlock display (zecke)
31 * #1383 - Language settings now warns about losing open apps (Markus Litz) 32 * #1383 - Language settings now warns about losing open apps (Markus Litz)
32 * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) 33 * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl)
33 * #1394 - Fixed oversized headline in opie-login (coredump) 34 * #1394 - Fixed oversized headline in opie-login (coredump)
34 * #1396 - Opie-console captures the escape key and vim is working (zecke) 35 * #1396 - Opie-console captures the escape key and vim is working (zecke)
35 * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) 36 * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl)
36 37
37 2004-07-06Opie 1.1.4 38 2004-07-06Opie 1.1.4
diff --git a/library/version.h b/library/version.h
index 4d27e24..c084122 100644
--- a/library/version.h
+++ b/library/version.h
@@ -1,3 +1,3 @@
1#define QPE_VENDOR "Project Opie" 1#define QPE_VENDOR "Project Opie"
2#define QPE_VERSION "1.1.6" 2#define QPE_VERSION "1.1.6-snapshot"
3#define SUB_VERSION "" 3#define SUB_VERSION ""