author | mickeyl <mickeyl> | 2005-02-02 22:44:43 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-02-02 22:44:43 (UTC) |
commit | 6dad37f8fcf7c767083d4f34313b53bc1d31d5a9 (patch) (unidiff) | |
tree | 2e649b10bda043bb0d6b1eb81296f57180db08f2 | |
parent | 231688524c0c42303d580c4a6fc62958579f283b (diff) | |
download | opie-6dad37f8fcf7c767083d4f34313b53bc1d31d5a9.zip opie-6dad37f8fcf7c767083d4f34313b53bc1d31d5a9.tar.gz opie-6dad37f8fcf7c767083d4f34313b53bc1d31d5a9.tar.bz2 |
1.1.9 is so much yesterday... unbelievable
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | library/version.h | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,24 +1,35 @@ | |||
1 | 2005-??-??Opie 1.2.0 | ||
2 | |||
3 | New Features | ||
4 | ------------ | ||
5 | |||
6 | Fixed Bugs | ||
7 | ---------- | ||
8 | |||
9 | Internal | ||
10 | -------- | ||
11 | |||
1 | 2005-02-03Opie 1.1.9 | 12 | 2005-02-03Opie 1.1.9 |
2 | 13 | ||
3 | New Features | 14 | New Features |
4 | ------------ | 15 | ------------ |
5 | * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) | 16 | * Number of icon columns in Launcher is customizable through Launcher.conf (hrw,zecke,mickeyl) |
6 | * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) | 17 | * Number of icon columns in Launcher is customizable through LauncherSettings (mickeyl) |
7 | * Usability enhancements in OpieIRC (skyhusker) | 18 | * Usability enhancements in OpieIRC (skyhusker) |
8 | 19 | ||
9 | Fixed Bugs | 20 | Fixed Bugs |
10 | ---------- | 21 | ---------- |
11 | * #1501 - Fixed bug in todo sql backend (eilers) | 22 | * #1501 - Fixed bug in todo sql backend (eilers) |
12 | * #1505 - Added more Swap sizes in memoryapplet (mickeyl) | 23 | * #1505 - Added more Swap sizes in memoryapplet (mickeyl) |
13 | * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke) | 24 | * #1525 - Hopefully fixed double alarms and not removing alarms set with the Clock application (zecke) |
14 | * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke) | 25 | * #1533 - Security Owner Dialog (shown in case of unsuccessfull authentiacation) wasn't able to display information in non latin1 encoding (zecke) |
15 | * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl) | 26 | * n.a. - Removed hard coded font sizes in a couple of inputmethods (mickeyl) |
16 | * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl) | 27 | * n.a. - Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) (mickeyl) |
17 | * n.a. - Fixed numerous buglets in OpieIRC (skyhusker) | 28 | * n.a. - Fixed numerous buglets in OpieIRC (skyhusker) |
18 | 29 | ||
19 | Internal | 30 | Internal |
20 | -------- | 31 | -------- |
21 | * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl) | 32 | * Added the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd party apps against our headers (mickeyl) |
22 | * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl) | 33 | * You can now use the Opie build system in combination with a OpenEmbedded staging area which makes a nice cross development environment (mickeyl) |
23 | * Made Opie compilable with Qt/Embedded 2.3.10 (ar) | 34 | * Made Opie compilable with Qt/Embedded 2.3.10 (ar) |
24 | * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl) | 35 | * Changed Launcher to get default orientation from ODevice w/ QWS_DISPLAY overriding (mickeyl) |
diff --git a/library/version.h b/library/version.h index 826a567..0da9ccf 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.9" | 2 | #define QPE_VERSION "1.1.9-snapshot" |
3 | #define SUB_VERSION "" | 3 | #define SUB_VERSION "" |