summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2006-05-13 11:44:51 (UTC)
committer mickeyl <mickeyl>2006-05-13 11:44:51 (UTC)
commite847e13515267ae9dc32648c3a427794a9449dfd (patch) (unidiff)
tree65f62a01841e8fe640b278df6fa38f4f8b139b48
parent5521b2c0508cf6e6a390bd4796e8c9f2c7a6d05f (diff)
downloadopie-e847e13515267ae9dc32648c3a427794a9449dfd.zip
opie-e847e13515267ae9dc32648c3a427794a9449dfd.tar.gz
opie-e847e13515267ae9dc32648c3a427794a9449dfd.tar.bz2
introduce integer version code OPIE_VERSION
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog1
-rw-r--r--library/version.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d1b4ef..ce51dab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,24 +21,25 @@
21 * n.a. - make blue-pin UI resizable to looks good in any resolution (hrw) 21 * n.a. - make blue-pin UI resizable to looks good in any resolution (hrw)
22 * n.a. - fix a problem with vCard send to Sony Ericsson k600i (ar) 22 * n.a. - fix a problem with vCard send to Sony Ericsson k600i (ar)
23 * n.a. - add a patch to build Qt/E 2.3.10 on amd64 with gcc 4.x.x (ar) 23 * n.a. - add a patch to build Qt/E 2.3.10 on amd64 with gcc 4.x.x (ar)
24 * n.a. - Opie-console fallback to FixedFont settings from qpe.conf in config (hrw) 24 * n.a. - Opie-console fallback to FixedFont settings from qpe.conf in config (hrw)
25 * n.a. - Set version to 1.2.1 in About applet (hrw) 25 * n.a. - Set version to 1.2.1 in About applet (hrw)
26 * n.a. - add firstusage and background pictures for 480x640 devices (mickeyl) 26 * n.a. - add firstusage and background pictures for 480x640 devices (mickeyl)
27 * n.a. - many bluetooth fixes (korovkin) 27 * n.a. - many bluetooth fixes (korovkin)
28 28
29 Internal 29 Internal
30 -------- 30 --------
31 * libopiecore: /etc/oz_version renamed to /etc/openzaurus-version (hrw) 31 * libopiecore: /etc/oz_version renamed to /etc/openzaurus-version (hrw)
32 * libopiecore: SL6000 (tosa) now uses corgi-bl (Dirk Opfer) 32 * libopiecore: SL6000 (tosa) now uses corgi-bl (Dirk Opfer)
33 * library/version.h: introduce integer version code in OPIE_VERSION for conditional compilation
33 34
34 2005-09-11Opie 1.2.1 35 2005-09-11Opie 1.2.1
35 36
36 37
37 New Features 38 New Features
38 ------------ 39 ------------
39 * OpieStumbler: Scans WiFi networks using the wireless extension scanning (skyhusker) 40 * OpieStumbler: Scans WiFi networks using the wireless extension scanning (skyhusker)
40 * Opie-Reader: Support for document formats ArriereGo and Reb, add flite output (tim,pohly) 41 * Opie-Reader: Support for document formats ArriereGo and Reb, add flite output (tim,pohly)
41 * Opie-Networksettings: Add support for wlan-ng devices and improve WEP handling (Dirk Opfer) 42 * Opie-Networksettings: Add support for wlan-ng devices and improve WEP handling (Dirk Opfer)
42 * Wellenreiter: Remove Joining networks - use OpieStumbler for that (mickeyl) 43 * Wellenreiter: Remove Joining networks - use OpieStumbler for that (mickeyl)
43 * Opie-Mobilemsg has gone unsupported - it never really worked and there will be a replacement (mickeyl) 44 * Opie-Mobilemsg has gone unsupported - it never really worked and there will be a replacement (mickeyl)
44 * Opie-Tabmanager has gone unsupported - it barely works and there is not much of a use of it anyway (mickeyl) 45 * Opie-Tabmanager has gone unsupported - it barely works and there is not much of a use of it anyway (mickeyl)
diff --git a/library/version.h b/library/version.h
index a3b920d..8bf9197 100644
--- a/library/version.h
+++ b/library/version.h
@@ -1,3 +1,4 @@
1#define QPE_VENDOR "Project Opie" 1#define QPE_VENDOR "Project Opie"
2#define QPE_VERSION "1.2.1" 2#define QPE_VERSION "1.2.1"
3#define SUB_VERSION "" 3#define SUB_VERSION ""
4#define OPIE_VERSION 102010