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,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 ""