diff options
author | Chris Toshok <toshok@ximian.com> | 2004-04-10 01:20:51 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-04-10 01:20:51 +0800 |
commit | 65a076f8dc040039769be03e5461506ce43148ab (patch) | |
tree | a6a1ee0f2cde28524b0d1752d770a43f33ac8ddb /shell/ChangeLog | |
parent | 19fed9bc8395928b12a7351e334b336148290440 (diff) | |
download | gsoc2013-evolution-65a076f8dc040039769be03e5461506ce43148ab.tar gsoc2013-evolution-65a076f8dc040039769be03e5461506ce43148ab.tar.gz gsoc2013-evolution-65a076f8dc040039769be03e5461506ce43148ab.tar.bz2 gsoc2013-evolution-65a076f8dc040039769be03e5461506ce43148ab.tar.lz gsoc2013-evolution-65a076f8dc040039769be03e5461506ce43148ab.tar.xz gsoc2013-evolution-65a076f8dc040039769be03e5461506ce43148ab.tar.zst gsoc2013-evolution-65a076f8dc040039769be03e5461506ce43148ab.zip |
use BASE_VERSION to supply the major/minor version, and use
2004-04-09 Chris Toshok <toshok@ximian.com>
* e-shell.c (e_shell_attempt_upgrade): use BASE_VERSION to supply
the major/minor version, and use UPGRADE_REVISION for the
revision.
(attempt_upgrade): store the key based on BASE_VERSION and
UPGRADE_REVISION.
svn path=/trunk/; revision=25386
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 8635e6537a..dc6f8ad5df 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2004-04-09 Chris Toshok <toshok@ximian.com> + + * e-shell.c (e_shell_attempt_upgrade): use BASE_VERSION to supply + the major/minor version, and use UPGRADE_REVISION for the + revision. + (attempt_upgrade): store the key based on BASE_VERSION and + UPGRADE_REVISION. + 2004-04-09 Dan Winship <danw@ximian.com> * e-user-creatable-items-handler.c: Change this a lot. Now each |