author | mickeyl <mickeyl> | 2005-03-31 19:02:53 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-03-31 19:02:53 (UTC) |
commit | a06caf5772561e9ce6842dc414686601a78d179c (patch) (side-by-side diff) | |
tree | 5b13f4a4c826bffda2d428d30c63d60682ee38a1 | |
parent | b135ff0f8c4d1876eea8ecc81e2a821ec8e9cb9a (diff) | |
download | opie-a06caf5772561e9ce6842dc414686601a78d179c.zip opie-a06caf5772561e9ce6842dc414686601a78d179c.tar.gz opie-a06caf5772561e9ce6842dc414686601a78d179c.tar.bz2 |
this is 1.2.0-snapshot now
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | library/version.h | 2 |
2 files changed, 8 insertions, 3 deletions
@@ -1,9 +1,14 @@ -2005-03-nn Opie 1.2.0 +2005-??-?? Opie 1.2.1 + + Fixed Bugs + ---------- + +2005-03-25 Opie 1.2.0 Fixed Bugs ---------- * #1613 - AdvancedFM - scale toolbar icons appropriately (drw) * #1620 - OFileSelector - show the button on press and not on press on hold (alwin) * #1473 - Opie-Eye - Same as #1620 but we lack a common FileSystem Button class (zecke) * n.a. - PackageManager - fix bug where messages show up multiple times in install dialog (drw) * n.a - make qpeglobal.h include qglobal.h (zecke) @@ -13,17 +18,17 @@ New Features ------------ * Launcher: Support a static background pixmap (mickeyl) * LauncherSettings: Choose whether to have a static background pixmap (mickeyl) * PackageManager supports the 'lists_dir' ipkg configuration option (drw) * Added hi-res inline images for large resolution devices (drw) * Improved launcher icons for consistency (ar) - * Datebook: Added plugin system to datebook so holidays and birthdays from contacts may displayed in datebook. (alwin) + * Datebook: Added plugin system to datebook so holidays and birthdays from contacts may displayed in datebook (alwin) Fixed Bugs ---------- * #1236 - VCards contained empty home and work address entries causing Palms to crash (eilers) * #1412 - Launcher Settings - fixed default settings for background in Edit tab dialog (drw) * #1472 - Opie textedit now check for unsaved changes on ESC key (ljp) * #1474 - Implement GUI for Scrollbars on the Left in Appearance (zecke) * #1482 - Fix double '/' in paths (zecke) diff --git a/library/version.h b/library/version.h index 11c0e0f..a44c7d2 100644 --- a/library/version.h +++ b/library/version.h @@ -1,3 +1,3 @@ #define QPE_VENDOR "Project Opie" -#define QPE_VERSION "1.2.0" +#define QPE_VERSION "1.2.0-snapshot" #define SUB_VERSION "" |