-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | library/version.h | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,32 +1,40 @@ | |||
1 | 2004-??-??Opie 1.1.8 | ||
2 | |||
3 | New Features | ||
4 | ------------ | ||
5 | |||
6 | Fixed Bugs | ||
7 | ---------- | ||
8 | |||
1 | 2004-11-14Opie 1.1.7 | 9 | 2004-11-14Opie 1.1.7 |
2 | 10 | ||
3 | New Features | 11 | New Features |
4 | ------------ | 12 | ------------ |
5 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) | 13 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) |
6 | * Backup now uses the busy indicator when backing up and restore (ar) | 14 | * Backup now uses the busy indicator when backing up and restore (ar) |
7 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) | 15 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) |
8 | * OpiePlayer2 better error handling (zecke) | 16 | * OpiePlayer2 better error handling (zecke) |
9 | * OpiePlayer2 progress indication while streaming (zecke) | 17 | * OpiePlayer2 progress indication while streaming (zecke) |
10 | * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) | 18 | * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) |
11 | * Ported brightnessapplet from Qtopia 1.7 (mickeyl) | 19 | * Ported brightnessapplet from Qtopia 1.7 (mickeyl) |
12 | * Opie-Eye got a Digital Camera File Backend (alwin,zecke) | 20 | * Opie-Eye got a Digital Camera File Backend (alwin,zecke) |
13 | * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) | 21 | * Support for Tuxpad1 of Tradesquare.NL (mickeyl,zecke) |
14 | * Opie-Console use Custom Font and Size in a Profile (harlekin) | 22 | * Opie-Console use Custom Font and Size in a Profile (harlekin) |
15 | * Opie-Console transparently log the Output and Input to a file (harlekin) | 23 | * Opie-Console transparently log the Output and Input to a file (harlekin) |
16 | * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) | 24 | * Added new O-menu icon to lock the PDA immediately: opie-lockapplet (clem) |
17 | * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) | 25 | * Opie-Security now hides the plugin-based authentication tabs if no auth. plugin package is installed (clem) |
18 | * Opie-Security gained a 'test authentication' button (clem) | 26 | * Opie-Security gained a 'test authentication' button (clem) |
19 | * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults | 27 | * Opie-Eye got a more unique layout (menubar), a slideshow, user can setup some defaults |
20 | * Opie-Mail improve the handling of POP mail boxes (alwin) | 28 | * Opie-Mail improve the handling of POP mail boxes (alwin) |
21 | * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin) | 29 | * Both Opie-Eye and Opie-Mail were greatly improved due the hard work of Rajko Albrecht(alwin) |
22 | * Opie IRC - backports of the 'NeIRC fork' (zecke) | 30 | * Opie IRC - backports of the 'NeIRC fork' (zecke) |
23 | 31 | ||
24 | Fixed Bugs | 32 | Fixed Bugs |
25 | ---------- | 33 | ---------- |
26 | * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) | 34 | * #501 - Pickboard is able to show 'Umlaute' (TT,zecke) |
27 | * #608 - Make Opie usable for left handed users (zecke) | 35 | * #608 - Make Opie usable for left handed users (zecke) |
28 | * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) | 36 | * #957 - Import of VCards/VTodos/VEvents with BASE64 encoding (ljp,zecke) |
29 | * #1245 - Opie-Go 'paused' (zecke) | 37 | * #1245 - Opie-Go 'paused' (zecke) |
30 | * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) | 38 | * #1358 - DocTab didn't show any MimeTypes (was fixed earlier) (zecke) |
31 | * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) | 39 | * #1380 - QDateBookAccess::remove() doesn't remove entries (eilers, zecke) |
32 | * #1395 - Build VNC Backend with gcc3.4 | 40 | * #1395 - Build VNC Backend with gcc3.4 |
diff --git a/library/version.h b/library/version.h index b210ed7..0eb7cb6 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.7" | 2 | #define QPE_VERSION "1.1.7-snapshot" |
3 | #define SUB_VERSION "" | 3 | #define SUB_VERSION "" |