summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--ChangeLog11
-rw-r--r--library/version.h2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 30d04f2..ffedca1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ""