author | mickeyl <mickeyl> | 2004-09-17 21:08:42 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-09-17 21:08:42 (UTC) |
commit | 7f76f445500b701a8b80785e57b116073809b7b1 (patch) (side-by-side diff) | |
tree | b17e2ffe18fcf9cd3b0c173fba4d9f7d519979c0 | |
parent | dcb3342e9f310425ed1abeaa6c00a3132ec609b8 (diff) | |
download | opie-7f76f445500b701a8b80785e57b116073809b7b1.zip opie-7f76f445500b701a8b80785e57b116073809b7b1.tar.gz opie-7f76f445500b701a8b80785e57b116073809b7b1.tar.bz2 |
this is 1.1.6
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | library/version.h | 2 |
2 files changed, 10 insertions, 2 deletions
@@ -1,25 +1,33 @@ -2004-??-?? The Opie Team <opie@handhelds.org> +2204-??-?? Opie 1.1.x + + New Features + ------------ + + Fixed Bugs + ---------- + +2004-09-17 Opie 1.1.6 New Features ------------ * Fifteen gained configurable number of items (zecke) * Fifteen can have custom background images (zecke) * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) * Integrated the new security framework into libopie2 (zecke,clem) * Converted the launcher to use the new security framework (zecke) * Backup can now handle custom locations for backup and restore (ar) * Implemented right-on-hold feedback (wimpie,zecke) * Lots of new features in opie-reader (tim,pohly) * Build system cleanups (schurig) Fixed Bugs -------- * #1005 - Fixed backup to CompactFlash (ar) * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) * #1359 - Fixed bookmarks in Gutenbrowser (ljp) * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) * #1370 - Pimconverter now reacts on cancel key (eilers) * #1376 - Bring back the capslock/numlock display (zecke) * #1383 - Language settings now warns about losing open apps (Markus Litz) * #1393 - Fixed line wrap issues in opie-console for the default profile (mickeyl) * #1394 - Fixed oversized headline in opie-login (coredump) 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 @@ #define QPE_VENDOR "Project Opie" -#define QPE_VERSION "1.1.5-snapshot" +#define QPE_VERSION "1.1.6" #define SUB_VERSION "" |