-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | library/version.h | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,16 +1,27 @@ | |||
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) |
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 "" |