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
@@ -1,33 +1,43 @@ 2004-??-?? The Opie Team <opie@handhelds.org> + * 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 ------------ * Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle) * Added Conversion tool for pim-data (eilers) * Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers) * Modified the PIM API for providing generic use of OPimRecords (eilers) * Clicking on the application symbol now iterates over the application's top level widgets if already raised (zecke) Fixed Bugs -------- * #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 * #1314 - Drawpad initialization (mickeyl) * #1317 - Packagemanager crashes on hold-down or install (chicken) * #1321 - Batteryapplet graphic glitch (harlekin) * #1324 - ZSafe not starting up (mickeyl) * #1328 - Personal Home Address fields is trimmed to 1char (eilers) * #1327 - Opie-mail ipk does not depend on libopiedb2 (chicken) * #1345 - Networksettingsplugin wlan plugin dependency on libpcap0 (mickeyl) * #1348 - Datebook dependency on libopiedb2 (chicken) + #1328 - Switched SQLDatabase and VCards char encoding from latin1 to unicode (eilers) -2004-25-04 The Opie Team <opie@handhelds.org> +2004-04-25 The Opie Team <opie@handhelds.org> * Released as Version 1.1.3 (devel) * Introduced first implementation of SQL-Support using SQLite (eilers) * Added a new Gutenberg Project reader app - opie-gutenbrowser (ljp) * Added a real system graffiti character set (brad) * Added Generic Keyconfig Widget (zecke) * Improved Screenshotapplet and Drawpad integration. You can now open a screenshot in drawpad and take notes (zecke) * Added new Bible reader app - opie-dagger (drw) 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 "" |