summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show 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,48 +1,56 @@
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
33 * #1440 - The icon of opie-mobilemsg is missing (CoreDump) 41 * #1440 - The icon of opie-mobilemsg is missing (CoreDump)
34 * #1426 - Add missing opie-bartender Icon (CoreDump) 42 * #1426 - Add missing opie-bartender Icon (CoreDump)
35 * #1445 - Opie-Sheet Has No Icon (CoreDump) 43 * #1445 - Opie-Sheet Has No Icon (CoreDump)
36 * #1448 - Brightness Applet added (mickeyl) 44 * #1448 - Brightness Applet added (mickeyl)
37 * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) 45 * #1450 - ZSame didn't clear the bonus item after winning a game (zecke)
38 * #1482 - Fix OFileSelector to be able to sort by size (zecke) 46 * #1482 - Fix OFileSelector to be able to sort by size (zecke)
39 * n.a. - Opie-mail: fixed some crasher, some layout-problems 47 * n.a. - Opie-mail: fixed some crasher, some layout-problems
40 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) 48 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke)
41 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) 49 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke)
42 * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) 50 * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem)
43 * n.a. - Build system: Fix deps in several config.in (and fix scripts/deps.pl too) to stop breaking builds, especially with make -j highNumber (clem) 51 * n.a. - Build system: Fix deps in several config.in (and fix scripts/deps.pl too) to stop breaking builds, especially with make -j highNumber (clem)
44 * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) 52 * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl)
45 * n.a. - Opie-Qashmoney has been moved to unsupported (mickeyl) 53 * n.a. - Opie-Qashmoney has been moved to unsupported (mickeyl)
46 * n.a. - Opie-Ubrowser has been moved to unsupported (mickeyl) 54 * n.a. - Opie-Ubrowser has been moved to unsupported (mickeyl)
47 55
48 2004-09-17Opie 1.1.6 56 2004-09-17Opie 1.1.6
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 ""