summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog8
-rw-r--r--library/version.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f58efe..f66dd34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,24 +1,32 @@
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
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 ""