summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2004-07-18 13:15:37 (UTC)
committer mickeyl <mickeyl>2004-07-18 13:15:37 (UTC)
commitb5e4ae2b7d5dfc371ed621242da4e019ede1b579 (patch) (unidiff)
treed3b3cf48b51066bd681f61aa7368026990fd5090
parent2d2e1091b0da1a1f2b1031969d5be0bf25446021 (diff)
downloadopie-b5e4ae2b7d5dfc371ed621242da4e019ede1b579.zip
opie-b5e4ae2b7d5dfc371ed621242da4e019ede1b579.tar.gz
opie-b5e4ae2b7d5dfc371ed621242da4e019ede1b579.tar.bz2
- closed a couple of bugs and added them to changelog
- tagged 1.1.4 in CVS - bumped version to 1.1.5-snapshot
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog12
-rw-r--r--library/version.h2
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 80069ab..593f6e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,31 +1,41 @@
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)
6 * Added Conversion tool for pim-data (eilers) 14 * Added Conversion tool for pim-data (eilers)
7 * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) 15 * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers)
8 * Modified the PIM API for providing generic use of OPimRecords (eilers) 16 * Modified the PIM API for providing generic use of OPimRecords (eilers)
9 * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) 17 * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke)
10 18
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)
17 * #1321 - Batteryapplet graphic glitch (harlekin) 27 * #1321 - Batteryapplet graphic glitch (harlekin)
18 * #1324 - ZSafe not starting up (mickeyl) 28 * #1324 - ZSafe not starting up (mickeyl)
19 * #1328 - Personal Home Address fields is trimmed to 1char (eilers) 29 * #1328 - Personal Home Address fields is trimmed to 1char (eilers)
20 * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) 30 * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken)
21 * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) 31 * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl)
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)
29 * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) 39 * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp)
30 * Added a real system graffiti character set (brad) 40 * Added a real system graffiti character set (brad)
31 * Added Generic Keyconfig Widget (zecke) 41 * Added Generic Keyconfig Widget (zecke)
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 ""