-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | library/version.h | 2 |
2 files changed, 12 insertions, 2 deletions
@@ -1,5 +1,13 @@ | |||
1 | 2004-??-??The Opie Team <opie@handhelds.org> | 1 | 2004-??-??The Opie Team <opie@handhelds.org> |
2 | 2 | ||
3 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) | ||
4 | * Integrated the new security framework into libopie2 (zecke) | ||
5 | * Converted the launcher to use the new security framework (zecke) | ||
6 | |||
7 | 2004-07-06The Opie Team <opie@handhelds.org> | ||
8 | |||
9 | * Tagged as Version 1.1.4 (devel) | ||
10 | |||
3 | New Features | 11 | New Features |
4 | ------------ | 12 | ------------ |
5 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) | 13 | * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) |
@@ -11,6 +19,8 @@ | |||
11 | Fixed Bugs | 19 | Fixed Bugs |
12 | -------- | 20 | -------- |
13 | * #1068 - Country Drop Down Box Off Screen | 21 | * #1068 - Country Drop Down Box Off Screen |
22 | * #1291 - Opie tinykate does not open .desktop files (ar) | ||
23 | * #1291 - Opie sheet not saving correctly (ar) | ||
14 | * #1294 - Opie does not know about British Summer Time | 24 | * #1294 - Opie does not know about British Summer Time |
15 | * #1314 - Drawpad initialization (mickeyl) | 25 | * #1314 - Drawpad initialization (mickeyl) |
16 | * #1317 - Packagemanager crashes on hold-down or install (chicken) | 26 | * #1317 - Packagemanager crashes on hold-down or install (chicken) |
@@ -22,7 +32,7 @@ | |||
22 | * #1348 - Datebook dependency on libopiedb2 (chicken) | 32 | * #1348 - Datebook dependency on libopiedb2 (chicken) |
23 | + #1328 - Switched SQLDatabase and VCards char encoding from latin1 to unicode (eilers) | 33 | + #1328 - Switched SQLDatabase and VCards char encoding from latin1 to unicode (eilers) |
24 | 34 | ||
25 | 2004-25-04The Opie Team <opie@handhelds.org> | 35 | 2004-04-25The Opie Team <opie@handhelds.org> |
26 | 36 | ||
27 | * Released as Version 1.1.3 (devel) | 37 | * Released as Version 1.1.3 (devel) |
28 | * Introduced first implementation of SQL-Support using SQLite (eilers) | 38 | * Introduced first implementation of SQL-Support using SQLite (eilers) |
diff --git a/library/version.h b/library/version.h index bc739a3..ab54651 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.4-snapshot" | 2 | #define QPE_VERSION "1.1.5-snapshot" |
3 | #define SUB_VERSION "" | 3 | #define SUB_VERSION "" |