-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | library/version.h | 2 |
2 files changed, 10 insertions, 2 deletions
@@ -1,33 +1,41 @@ | |||
1 | 2004-??-??The Opie Team <opie@handhelds.org> | 1 | 2204-??-??Opie 1.1.x |
2 | |||
3 | New Features | ||
4 | ------------ | ||
5 | |||
6 | Fixed Bugs | ||
7 | ---------- | ||
8 | |||
9 | 2004-09-17Opie 1.1.6 | ||
2 | 10 | ||
3 | New Features | 11 | New Features |
4 | ------------ | 12 | ------------ |
5 | * Fifteen gained configurable number of items (zecke) | 13 | * Fifteen gained configurable number of items (zecke) |
6 | * Fifteen can have custom background images (zecke) | 14 | * Fifteen can have custom background images (zecke) |
7 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) | 15 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) |
8 | * Integrated the new security framework into libopie2 (zecke,clem) | 16 | * Integrated the new security framework into libopie2 (zecke,clem) |
9 | * Converted the launcher to use the new security framework (zecke) | 17 | * Converted the launcher to use the new security framework (zecke) |
10 | * Backup can now handle custom locations for backup and restore (ar) | 18 | * Backup can now handle custom locations for backup and restore (ar) |
11 | * Implemented right-on-hold feedback (wimpie,zecke) | 19 | * Implemented right-on-hold feedback (wimpie,zecke) |
12 | * Lots of new features in opie-reader (tim,pohly) | 20 | * Lots of new features in opie-reader (tim,pohly) |
13 | * Build system cleanups (schurig) | 21 | * Build system cleanups (schurig) |
14 | 22 | ||
15 | Fixed Bugs | 23 | Fixed Bugs |
16 | -------- | 24 | -------- |
17 | * #1005 - Fixed backup to CompactFlash (ar) | 25 | * #1005 - Fixed backup to CompactFlash (ar) |
18 | * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) | 26 | * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) |
19 | * #1359 - Fixed bookmarks in Gutenbrowser (ljp) | 27 | * #1359 - Fixed bookmarks in Gutenbrowser (ljp) |
20 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) | 28 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) |
21 | * #1370 - Pimconverter now reacts on cancel key (eilers) | 29 | * #1370 - Pimconverter now reacts on cancel key (eilers) |
22 | * #1376 - Bring back the capslock/numlock display (zecke) | 30 | * #1376 - Bring back the capslock/numlock display (zecke) |
23 | * #1383 - Language settings now warns about losing open apps (Markus Litz) | 31 | * #1383 - Language settings now warns about losing open apps (Markus Litz) |
24 | * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) | 32 | * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) |
25 | * #1394 - Fixed oversized headline in opie-login (coredump) | 33 | * #1394 - Fixed oversized headline in opie-login (coredump) |
26 | * #1396 - Opie-console captures the escape key and vim is working (zecke) | 34 | * #1396 - Opie-console captures the escape key and vim is working (zecke) |
27 | * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) | 35 | * #1401 - Scrollbar is now only visible if necessary in DocTab (mickeyl) |
28 | 36 | ||
29 | 2004-07-06Opie 1.1.4 | 37 | 2004-07-06Opie 1.1.4 |
30 | 38 | ||
31 | New Features | 39 | New Features |
32 | ------------ | 40 | ------------ |
33 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) | 41 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) |
diff --git a/library/version.h b/library/version.h index ab54651..4d27e24 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.5-snapshot" | 2 | #define QPE_VERSION "1.1.6" |
3 | #define SUB_VERSION "" | 3 | #define SUB_VERSION "" |