author | mickeyl <mickeyl> | 2004-07-18 13:15:37 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-07-18 13:15:37 (UTC) |
commit | b5e4ae2b7d5dfc371ed621242da4e019ede1b579 (patch) (side-by-side diff) | |
tree | d3b3cf48b51066bd681f61aa7368026990fd5090 | |
parent | 2d2e1091b0da1a1f2b1031969d5be0bf25446021 (diff) | |
download | opie-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
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | library/version.h | 2 |
2 files changed, 12 insertions, 2 deletions
@@ -2,2 +2,10 @@ + * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) + * Integrated the new security framework into libopie2 (zecke) + * Converted the launcher to use the new security framework (zecke) + +2004-07-06 The Opie Team <opie@handhelds.org> + + * Tagged as Version 1.1.4 (devel) + New Features @@ -13,2 +21,4 @@ * #1068 - Country Drop Down Box Off Screen + * #1291 - Opie tinykate does not open .desktop files (ar) + * #1291 - Opie sheet not saving correctly (ar) * #1294 - Opie does not know about British Summer Time @@ -24,3 +34,3 @@ -2004-25-04 The Opie Team <opie@handhelds.org> +2004-04-25 The Opie Team <opie@handhelds.org> 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 @@ #define QPE_VENDOR "Project Opie" -#define QPE_VERSION "1.1.4-snapshot" +#define QPE_VERSION "1.1.5-snapshot" #define SUB_VERSION "" |