aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
blob: de66da341ee4f61939d737f68c1567236296fe24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
WARNING

Evolution 1.1.1 is a BETA quality release.  This means that it has
bugs, including possibly destructive bugs that can cause valuable data
to be lost.

For this reason, please make sure you back up your mail and your
calendar/addressbook information before using Evolution 1.1.1 on them.
In particular, you are strongly advised to backup the `evolution'
directory in your home directory if you are upgrading from a 1.0.x
version of Evolution to Evolution 1.1.1.


UPGRADING FROM 1.0.x

The format of certain configuration files has changed in this version
of Evolution.  When you start Evolution 1.1.1 for the first time, it
will automatically migrate your configuration so that it will work as
expected with this version.


RETURNING TO 1.0.x

If you want to return to a 1.0.x version after trying 1.1.1, you have
to restore the original configuration files.  From the command-line,
you can do the following, after having quit Evolution:

    killev
    cd ~/evolution
    mv filters.xml.bak-1.0 filters.xml
    mv vfolders.xml.bak-1.0 vfolders.xml
    mv shortcuts.xml.bak-1.0 shortcuts.xml
    mv mail/imap.bak-1.0 mail/imap

Note that any changes to filters, vfolders or shortcuts made with
1.1.1 will be lost after this operation.

Also note that the upgrade mechanism runs automatically only the first
time you run 1.1.1.  For this reason, if you run Evolution 1.1.1, then
go back to 1.0 using the aforementioned procedure, and then go back to
using 1.1.1 again, the settings will not be upgraded.

To force the upgrade to happen again in this case, use the following
command to start Evolution 1.1.1:

    evolution --force-upgrade


SEARCH CRITERIA CHANGES

When you specify multiple words in search "contains" criterion,
Evolution will now search the mail messages that contain all the words
specified, in any order.  (The 1.0.x behavior was to look for the
whole string in "subject contains" matches, and matched no messages in
the case of body searches.)

This applies to the search bar, the filter rules and the vfolder
rules.  Filter rules and vfolder rules might need to be re-adjusted
after you upgrade to version 1.1.1.


IMAP FOLDER NAME CHANGES (I18N)

If you created any folder names using non-ASCII characters using prior
versions of Evolution, you will find they may not be displayed
properly anymore.  This is because previous versions did not implement
IMAP I18N folder names correctly as specified in RFC 2060.

The upgrade script will try to rectify any filters or vfolders using
any such names.  However, as it does not know the character set used
by the server, non ISO-8859-1 (latin-1) characters will not be
properly converted.  You may need to reverify the filter and vFolder
rules in this case.

Also note that if such folder names do not display properly that it is
purely cosmetic and may be fixed by renaming the folder(s) in
question.


KNOWN BUGS

If you have any unnamed contact lists in any of your addressbook
folders, you might experience hangs and/or crashes when specifying
destination addresses, for example when composing meeting requests.
Giving a name to all the contact lists will fix the problem.  This
problem will be fixed in the next Evolution release.


NOTE FOR SOLARIS/CDE USERS

This release of Evolution doesn't install icons in the CDE
"Application" group as Evolution 1.0.x used to do.  While this doesn't
affect users who are running Ximian Desktop, users who wish to run
Evolution under the CDE environment will also have to set the PATH,
GNOME_PATH and LD_LIBRARY_PATH environment variables to point to the
Evolution installation before launching the `evolution' executable.

This can be done, for example, with a shell script like the following:

    PATH=/opt/gnome/bin:/usr/bin:${PATH}
    GNOME_PATH=/opt/gnome:/usr
    LD_LIBRARY_PATH=/opt/gnome/lib:/usr/lib:${LD_LIBRARY_PATH}

    export LD_LIBRARY_PATH GNOME_PATH PATH

    exec evolution

This problem will be fixed in the next release of Evolution.
:42 +0800'>2004-08-315-189/+0 * Use intlhack.adamw2004-08-282-2/+2 * Update to 2.0.11.marcus2004-08-2726-162/+52 * Optionalize building of tcl/tk bindings.lofi2004-08-264-20/+38 * Change maintainer's email.krion2004-08-212-4/+1 * Fix build with gcc-3.4krion2004-08-181-2/+11 * - Fix build with gcc-3.4pav2004-08-142-0/+78 * Factor out all but one of the build switches of the KDE main module portslofi2004-08-115-0/+189 * - Upgrade to 3.2 (1).kuriyama2004-08-064-5/+18 * Fix build with GCC 3.4.2. This patch was originally submitted bymarcus2004-08-062-0/+22 * Fix build with GCC 3.4.2.marcus2004-08-038-0/+80 * Add pdbc, the PalmOS database compiler/decompiler.pav2004-08-017-0/+122 * Move a bunch of now unique stuff out of gnomehier and intoadamw2004-07-288-4/+12 * re-organize Makefileijliao2004-07-192-142/+42 * Change the default configuration to use GTK2 rather than GTK1.vs2004-07-151-3/+4 * Fix build w/ GCC2 / GTK2vs2004-07-141-0/+20 * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-108-8/+8 * Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 ormezz2004-07-082-8/+4 * After many hours of fiddling with ugen and uvisor and coldsync and such,green2004-07-022-1/+41 * Update to version 0.6krion2004-06-252-3/+3 * BROKEN on sparc64: Fails to linkkris2004-06-111-0/+4 * Sync with new bsd.autotools.mkade2004-06-051-2/+1 * - Fix build on 5.x and unbreakpav2004-05-112-13/+13 * Make TCL_VER a knob. Default it to 8.4, there for bump PORTREVISION.mi2004-05-092-8/+10 * - Support WITHOUT_NLS to disable gettextpav2004-05-032-49/+59 * Correct pkg-plistkris2004-04-174-2/+22 * Fix /bin/bash-ism (approved by maintainer)vs2004-04-121-0/+8 * Tidy up whitespace.trevor2004-04-111-1/+0 * - Update to 0.40: http://jasonday.home.att.net/code/libmal/ChangeLogvs2004-04-104-7/+19 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-059-9/+9 * - drop math libdinoex2004-04-041-1/+0 * - fix linkage with netpbmdinoex2004-04-041-0/+2 * BROKEN on !i386: Does not compilekris2004-04-031-1/+7 * Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2 * BROKEN: Incorrect pkg-plistkris2004-04-011-0/+2 * SIZEify (maintainer timeout)trevor2004-03-315-0/+6 * - Use USE_ICONV knobkrion2004-03-31