Evolution-Data-Server 2.24.2 2008-11-24
-----------------------------------------
Bug Fixes:
#546637: Now unread vfolder should be better (Srinivasa Ragavan)
#557348: Clear summary when we reset query. (Srinivasa Ragavan)
#558883: Improve performance in case of large IMAP folders. (Srinivasa Ragavan, Milan Crha)
#560076: Handle followup better (Srinivasa Ragavan)
#561069: If nothing to expunge, don't crash. (Srinivasa Ragavan)
Updated Translations:
Rafael Garcia (la)
* IMAP QUOTA extension now returns "MESSAGE" quota, not "MESSAGES".
This makes Dovecot now RFC 2087 compliant. Hopefully this change
doesn't break anyone's Dovecot-specific quota checking code..
+ Added !include and !include_try directives to config file reader.
Note that !include doesn't currently work with deliver. The main
point here is that ssl_key_password can be placed to a different
file with !include_try that deliver can just ignore.
+ More error/debug message logging improvements.
- v1.1.6 gave "userdb didn't return a home directory" error at startup
- Some config file parsers (deliver, passwd-file, acl, trash) ignored
the file's last line if it didn't end with LF.
- fts: SEARCH SUBJECT didn't search messages that weren't already
in fts index.
- fts-solr: Don't assert-crash if we couldn't connect to Solr.
- IMAP: Mailbox deletion gave an error, but still worked, if mails'
control directory wasn't the same as index directory.
- Several fixes to rarely used mailbox list layout configurations.
Changes since 1.10
Additions include:
* Redesigned Web Alpine interface
* Experimental S/MIME support added in UNIX versions of Alpine
* Attempt to include the attachment filename as part of the name
of the temporary file used when viewing an attachment with an
external program. Add some randomness to that filename to make
it hard to predict the filename. Add a filename extension,
usually derived from the type/subtype, to the temporary
filename. This was previously done only on Windows and MacOS
X.
* Enhance address completion in the composer (TAB command) so
that it looks through nicknames, fullnames, and addresses from
the address book; addresses from the message being viewed, if
any; and the results from LDAP Directory Server lookups for
all of the defined directory servers that have the
"Use-Implicitly-From-Composer" feature set.
* Make the default character set setting more liberal in what it
will accept from the UNIX nl_langinfo call and the various
values of LANG seen in the wild
* Remove the Alpine revision number from the titlebar in released
versions while leaving it there in snapshot versions
* Add a feature to suppress the display of asterisks when you
type a password for Alpine
* Add line wrapping when displaying PRE formatted sections of HTML
* When the Convert Dates To Localtime feature is turned on
convert not only the dates in the index screen but also the dates
in the MESSAGE VIEW
Bugs that have been addressed in this release include:
* Crash when using tab-completion for selecting a Save filename
* Make Web Alpine help text images relative for more portability
* Fixed attach save of html parts in Web Alpine
* Viewing, printing, exporting, replying, and bouncing of message
digests was broken. Replying and bouncing should not have
been allowed at all for digests. It would be nice to have a
more standard index-like view of a message digest but that has
not been addressed with this minor bug fix.
* Adjust wrapping of HTML messages so that the margins specified
by Viewer Margin Left and Viewer Margin Right are observed
correctly
* Interrupt of WhereIs command in index was broken
* The Unknown Character Set option did not work correctly
interpreting unknown characters in message headers
* Long address lines could cause blank continuation lines
* Save to a local default INBOX failed if the primary collection
was also local, which it is by default. The save went to
~/mail/inbox instead.
* Make a default save folder of "inbox" always mean the real
inbox, not the inbox in the primary collection
* Address book entries with lots of addresses would be truncated
when entered in the composer with a screen size wider than 270
or so charcters
* Some fields in the index screen were truncated when the screen
width was wider than 256 characters
* Crash when TABing to next folder, the next folder with new mail
is a POP folder, and there is a more than 10 minute pause
between typing the TAB and typing the Yes
Pkgsrc changes:
o Canonicalize HOMEPAGE
Upstream changes:
version 3.11: Wed Oct 8 10:57:31 CEST 2008
Fixes:
- some SSL connections process more bytes then needed, which
made the select() timeout. Nice fix by [David Sansome]
rt.cpan.org#39776
Improvements:
- improved example imap_to_mbox by [Ralph Sobek]
version 3.10: Sun Aug 24 21:26:27 CEST 2008
Fixes:
- INET socket scope error, introduced by 3.09
rt.cpan.org#38689 [Matt Moen]
version 3.09: Fri Aug 22 16:38:25 CEST 2008
Fixes:
- return status of append_message reversed.
rt.cpan.org#36726 [Jakob Hirsch]
- no line-breaks in base64 encoded strings when logging-in
rt.cpan.org#36879 [David Jonas]
- fix MD5 authentication.
rt.cpan.org#38654 [Thomas Jarosch]
Improvements:
- extensions and clean-ups in examples/imap_to_mbox.pl by
[Ralph Sobek]
- an absolute path as Server setting will open a local ::UNIX
socket, not an ::INET
rt.cpan.org#38655 [Thomas Jarosch]
Pkgsrc changes:
o Changed MAINTAINER to pkgsrc-users@ from a non-developer
(sorry if this offends...)
o Added DEPENDS on packages which this now depends on
o Added a patch to get rid of pesky interactivity during build:
"There ought to be a law!"
Upstream changes:
Version 3.023
Correct erroneous changelog entry
Fix typo in perldoc: utf-8, not utf8
Version 3.022
Behave on Cygwin as on Win32 with regard to defaulting to SMTP sending.
Respect crazy people who put multiple Cc or Bcc headers in
message (#30574, thanks Pavel V. Rochnyack!)
We no longer rewrite array and hash refs in the send_by_sendmail
args so aggressively.
Cope with missing local sendmail (thanks to Debian for patching
for this, and for putting up with me (rjbs) being an insufferable
jerk!)
Fix weird unicode-in-$1 bug (thanks SREZIC!)
Other minor bug fixes.
Version 3.021
Replace Email::Date with Email::Date::Format to limit prereqs
(Email::Date::Format produced just for this!)
Begin the process of removing use of ExtUtils::TBone for testing
Version 3.020
Optimized code for speedup of creation of two-part messages.
The internal structure of the object has changes, but that
won't matter if you were using the published interface. (Sam
Tregar)
Removed the "advanced features", ie auto-fallback delivery,
from send_by_smtp. They didn't belong there in the first place.
Version 3.01_06 (2007/07/29)
First release from Perl Email Project. Updated packaging.
Version 3.01_04 (2004/05/05)
Reworked the new send_by_smtp stuff. Documentation modifications.
Version 3.01_02 (2003/08/28)
Well, it seems 3.01_01 failed tests on Win32 due to me accidentally
changing the line ending format to DOSish. Also the way that
email extraction for SMTP with or without Mail::Address was
different (from 2.117 even). So ive fixed that.
Anybody depending on the undocumented extract_addrs() is in
for a suprise. I suggest you look at using Mail::Address.
Version 3.01_01 (2003/04/25 - 2003/08/21)
(This version is a test release, if its ok then I'll re-release
it as 3.02)
Patched the pod to use correct entities Thanks to Ed Avis for
the patch. Added better support for funky names in the from
field when sending via SMTP, thanks to prodding by Darren
Hemphill and Ollie Gallardo. (Actually I kind of messed this
up orginally and no doubt Darren wasn't impressed. I ended up
using something pretty close to his solution. My bad for not
paying more attention. Sorry mate.)
08/21: Apparently I never uploaded my changes for this version
to CPAN. Sigh.
*** Win32 CHANGES ***
Up until this release the default send() method for all OS'es
has been to invoke sendmail and pipe the mail to it. This
behaviour has now changed on Win32 to default to using SMTP.
This means that if your /site/lib/Net/libnet.cfg file is properly
configured then you can use SMTP without specifying a send
method explicitly. This seemed a rational decision as most
Win32 users who send mails are using an SMTP server and not a
tool like sendmail.
*** SMTP CHANGES ***
Jonathan Eunice <jeunice at illuminata dot com> pointed out an
interesting bug in the interaction between MIME::Lite and
Net::SMTP/Net::CMD. This was that sending a mail ending in
"\n\n" without additional encoding would cause Net::CMD to send
an incorrect end of mail signal to the SMTP server which would
result in A) The mail failing to be sent due to a timeout, and
B) MIME::Lite to report that all was well.
This has been fixed by checking to make sure that if the last
character sent was \n, but the last two chars were not \r\n
then the \n is turned into an \r, which Net::CMD then adds an
\n to and then sends the normal ".\r\n" to terminate the message.
Weird error, that im not entirely sure has been resolved
properly. Please inform me if this screws anything up that it
shouldn't.
As stated earlier send_by_smtp wasnt extracting the _real_
email address from the overall fancy once specified in the
From: field. This is resolved now, fancy display names are now
possible while using SMTP.
*** Content-Id ***
It was pointed out by alex via CPAN RT that Content-Id needs
to have angle brackets around it or HTML mails dont show up
properly in many mail clients, furthermore the RFC mandates it
(to be honest im taking his word on this, please feel free to
yell at me if this causes trouble), so as he suggested I am
automatically adding them in they arent provided.
*** sendmail path ***
Dom pointed out via CPAN RT that despite some effort going in
to trying to discover the correct location of sendmail, that
it was still using a bad default. Fixed.
*** Date Stamping ***
Kurt reported via RT that datestamps were not being correctly
formatted. His patch has been incorporated with only one change,
a comment where Perl was spelled PERL :-)
*** Quoted printable fix ***
Klaus Rusch noted a bug in how quoted-printable handled weird
\r\n combinations. Fixed now.
Upstream changes:
1.6.6 Sun Sep 07 10:20:22 CST 2008
- Thomas Jarosch sent a patch that adds unix socket support for those
who have their admin restricted to unix socket instead of tcp
1.6.5 apparently a mystery release
Pkgsrc changes:
o Adjust dependency for p5-Test-Simple according to corelist output
(perl 5.7.3 had 0.41 of Test::More)
Upstream changes:
1.400 2008-10-02
return MessageID objects, not Email::Address objects
this lets us add in_brackets
use Sys::Hostname::Long if available
Changes:
- no questions asked about Mail::Box::Parser::C; it is not
really maintained as it should... but probably still works
in most cases.
Fixes:
- change in TAP::Harness shows missing TAP::Parser::Aggregator
in test.pl rt.cpan.org#39264 [Jerrad Pierce]
- removed (@) prototype on Mail::Internet::new replacement,
because it produces a warning on 5.10
version 2.083: Tue Sep 2 09:41:19 CEST 2008
Changes:
- FIX CHARACTER-SET HANDLING. When a new body is created,
it will get charset 'PERL', which means: Perl internal
representation. Also the decoded() body is of that. As part
of a message, the body with be translated into real utf-8.
This change will make Mail::Box slower, but correct! Check
your applications! Use $msg->decoded when you process the
content.
- removed $msg->decoded option 'keep', because decoded object
depends on temporary decoding parameters.
Fixes:
- use File::Temp, not POSIX::tmpnam, to work around Windows
bug. rt.cpan.org#35747 [Ron Murray]
- Mail::Message::contentType could produce "use of undefined"
error message [Patrick Heesom]
- Fix listing IMAP folders. rt.cpan.org#36458 [Jonathan Kamens]
- do not set charset on non-text parts.
- no complaints for IMAP4 object without explicit folder
name. rt.cpan.org#37801 [Slaven Rezic]
- remove SpamAssassion question from installation: SAv2 is the
only supported, but most people will not install that.
Improvements:
- doc-patch, where "my Type @array" is not permitted
anymore [Mike Andrews]
- do not coerce parts via messages into parts.
- The shared library major version because it is no longer compatible
with old binaries.
- The package revision because of the above change.
- The minimum API and ABI versions because new binary packages are no
longer compatible with an old "imap-uw" package.
Changes:
libSieve 2.2.7
--------------
- Fixed a duplicate symbol definition (thanks to Wilfried Goesgens).
- Fixed a mismatched function declaration (thanks to Eugene Prokopiev).
- More cases where Vacation should be ignored (thanks to Dilyan Palauzov).
- Generate Vacation handle according to RFC 5230 (thanks to Dilyan Palauzov).
- Use of NULL without declaration (thanks to Dilyan Palauzov).
- Added pkgconfig support (thanks to Dilyan Palauzov).
- Documentation corrections (thanks to Dilyan Palauzov).
- Use left-recursion when parsing stringlists (thanks to Dilyan Palauzov).
LDFLAGS. Bump PKGREVISION.
Reported by Mr. Siemiradzki (yes, I'm avoiding writing your first name
because I don't know what the first character is) on current-users.
Features:
po/ja.po, po/web_help_ja.po: update Japanese translation of the user
interface, add Japanese translation of online help
po/ru.po: Updated Russian translation.
src/Commands.pm: [#3990][Submitted by A. Berstein, electricembers.net] The
quiet option has been reactivated for the "reject" mail command.
Bug fixes:
wwsympa/archived.pl: [Reported by M. Kretchner, INRIA] It was impossible
to remove a message from web archives or rebuild these archives.
check_perl_modules.pl: [Reported by M. Gorecka-Wolniewicz,
Nicolaus Copernicus univ., Torun] In some cases, CAS logout didn't work.
src/task_manager.pl, wwsympa/archived.pl, wwsympa/bounced.pl: [#3957]
[Reported by O. Berger, Telecom & Management SudParis] When launching
Sympa daemons (other than sympa.pl) with an unknown option, the daemon
was still launched instead of failing to launch.
Imported from wip, originally packaged there by marc, updated by me.
Evolution# is a .NET language binding for various Ximian Evolution (tm)
libraries.
Initial support is for libebook for addressbook access.
Evolution 2.24.1.1 2008-11-07
----------------------------
Releasing Evolution under 'GNU LGPL V2 or (at your option) V3'. Refer COPYING file for more details
Bug Fixes:
#437226: (Novell Bugzilla) Proper message is missing in mail sent by delegatee (Bharath Acharya)
#440007: (Novell Bugzilla) Print Preview of Calendar Event Shows Blank Page Before Data (Bharath Acharya)
#541121: Updated Meetings Need to Notify the Organizer Just as Brand New Meetings Do (Patrick Ohly)
#554450: drag and drop to attachment bar doesn't work (Matthew Barnes)
#557246: Unsubscribe other user's folder throws an error (Bharath Acharya)
#557613: evolution crashed with SIGSEGV in e_flag_set() (Matthew Barnes)
#557726: New address book creation dialog doesn't get refreshed (Bharath Acharya)
#558726: format string bugs causing potential crashes (Matthew Barnes)
#559028: Evolution: Reserve tab order in mail composer window is not the same as the forward tab order in reverse. (Matthew Barnes)
#559041: Please add translator comment (Matthew Barnes)
#559371: Evolution: spell-checker underlines even the words correctly spelled whilst language is ticked. (Matthew Barnes)
Updated Translations:
Maxim Dziumanenko (uk)
Leonardo Ferreira Fontenelle (pt_BR)
Gabor Kelemen (hu)
Kenneth Nielsen (da)
Luca Ferretti (it)
iharh (be)
Jorge Gonzalez (es)
Priit Laes (et)
Daniel Nylander (sv)
Gil Forcada (ast)
Evolution-Data-Server 2.24.1.1 2008-11-07
-----------------------------------------
Bug Fixes:
#209514: (Novell Bugzilla) Evolution Groupwise missing mails (Sankar P)
#372382: (Novell Bugzilla) VUL-0: OTRS SOAP interface vulnerability (Sankar P)
#434946: (Novell Bugzilla) Deleted Messages in Trash Show Bold and Behave Like New Messages (Sankar P)
#434950: (Novell Bugzilla) Newly Fetched Mail Doesn't Update Mailbox Count in QuickViewer Until Exit and Entry (Sankar P)
#434958: (Novell Bugzilla) 'Empty Trash' Sometimes Requires Multiple Attempts Before Initiating (Sankar P)
#435725: (Novell Bugzilla) Disable Right-Mouse "Delete" On GrouPWise System Email Folders (Sankar P)
#435727: (Novell Bugzilla) Deleted Shared Folder Crashes Evolution (Sankar P)
#435964: (Novell Bugzilla) Evo crashed after switching from offline to online in GW addressbook (Ashish Shrivastava)
#440502: (Novell Bugzilla) Tracker Bug: GroupWise Magic Patch Tracker (Sankar P)
#532136: Evolution crashed - modifying a local task and changed offline state (Milan Crha)
#555979: Evolution does not empty trash on exit (Milan Crha)
#556119: Takes a very long time to index newsgroup. (Srinivasa Ragavan)
#558727: Format string bugs causing potential crashes (Matthew Barnes)
#558737: Evolution freezes on trying to store folder (Milan Crha)
#558883: Evolution 2.24 is terribly slow with large IMAP folders. (Srinivasa Ragavan)
Updated Translations:
Maxim Dziumanenko (uk)
Changed spamdyke_log() to send all messages to stderr (when appropriate) using
a single call to vfprintf() by adding newline characters and PID prefixes to
the format before outputting anything. This is necessary to work around a
problem with the design of DJB's multilog program, which uses a single pipe
to accept input from all processes and thus cannot keep log messages
separate. This means partial output from some spamdyke processes could
overlap output from other spamdyke processes when the load rises (a race
condition). Thanks to Philip Nix Guru for reporting this one.
- security fix for users of tmail or dmail.
- bug fixes and reliability improvements.
- A new function, utf8_csvalidmap(), has been added for the benefit of
Alpine to use in examining UTF-8 text and determining efficiently
whether it can be downgraded to a legacy charset. If you develop an
MUA, this may be useful for you too, although you'll have to read the
source code to see how to use it. The purpose of the "not-CJK" bit is
to prevent messages being downgraded to a CJK charset if all they have
in that charset are some special punctuation.
This update address the security vulnerability reported in SA32483.
version of pine in mail/pine. I've switched to mail/alpine as MUA, and
mail/dovecot for imap service, and so should you.
This package should be updated to the current version of imap-uw. Although
we are _not_ vulnerable to the current secunia advisory for imap-uw -- we do
not install tmail or dmail with the setuid bit set, nor advise users to
configure their mta to pass untrusted mailbox names to dmail on the command
line (who would do this?), there will eventually be a vulnerability which
does affect this old version.
However, as long as we support mail/pine, upgrading is not quite
straightforward -- the last version of mail/pine links against the version
of imap-uw currently included herein, and an upgrade would require testing.
Akonadi is a new personal information management (PIM) framework for KDE 4
and is included in the 4.1 release. Akonadi will function as an extensible
data storage for all PIM applications. In KDE 3 all PIM applications had
different data storage and handling methods, which lead to several
implementations of essentially the same thing. Besides data storage,
Akonadi has several other components including search, and a library
(cache) for easy access and notification of data changes.
* Many changes for developers, and many fixes
* Added gettext support (thanks blackmoon)
* Added support to Windows Event Logging (lwel module) and smart
logging facility (smartlog module)
* CURL library bindings revamped to version 7.18.1 to help the
development of the hotmail plugin
* MacOSX startup script fixed, thanks nx2000car
* Too many fixes in plugins to be listed, thanks to all contributors
Ok'ed geert@
The invalid message address parsing bug is pretty important since it
allows a remote user to send broken mail headers and prevent the
recipient from accessing the mailbox afterwards, because the process
will always just crash trying to parse the header. This is assuming that
the IMAP client uses FETCH ENVELOPE command, not all do. Note that it
doesn't affect versions older than v1.1.4.
+ dovecot -n and -a now prints some system information at the top.
+ More error/debug message logging improvements.
- pop3-login: Fixed assert-crash if a client sent USER+PASS+USER+PASS
commands in the same IP packet.
- Parsing an invalid message address like "From: (" caused an
assert-crash in v1.1.4 and v1.1.5.
- Folding whitespace wasn't handled correctly inside quoted-strings,
causing some messages to be parsed incorrectly.
- mbox: Fixed saving messages that begin with a valid From_-line.
Based on PR 38262, some portability improvement and ipv6 support optionify.
mailx (Heirloom Mailx; formerly nail) is a mail user agent derived from
Berkeley Mail 8.1. It is intended to provide the functionality of the
POSIX.2 mailx command with built-in support for MIME messages. This means
it can handle international character sets as well as attachments. In
recent system environments, nail is Unicode/UTF-8 capable. It further
contains some minor enhancements like the ability to set a "From:" Address.
Changes:
* Balsa-2.3.26 release. Release date 2008-09-07
- composing format=flowed messages with spaces pasted in works better.
- allow to explicitly specify a GPG key id for an identity.
* Balsa-2.3.25 release. Release date 2008-06-14
- GMail compatibility.
- notification icon in GNOME panel is optional now.
- wrapping of flowed text improved.
- lots of various bug fixes.
* Balsa-2.3.24 release. Release date 2008-05-31
- Support for accessing files over gnome-vfs (smb, ssh mounts, etc.)
- maildir tree scanning fixes.
- Rudimentary support for sending text/html messages.
- UIDPLUS IMAP extension support.
* Balsa-2.3.23 release. Release date 2008-03-20
- Suppport for IMAP MULTIAPPEND extension for faster uploading of
message batches to and from IMAP servers.
- improved scanning of mailbox trees.
- GtkSourceView2 support.
* Balsa-2.3.22 release. Release date 2007-12-23
- new address edition widget in the compose window.
- compose window displays languages available for spell checking.
- more new icons.
* Balsa-2.3.21 release. Release date 2007-12-08
- migration from GnomeUI to GtkUIManager
- Rubrica address book support.
- bugs fixed: GNOME: 481842, 488432, 496316; Redhat: 414361.
* Balsa-2.3.20 release. Release date 2007-09-07
- fix buffer overflow (#474366).
- avoid sending messages twice under certain conditions.
* Balsa-2.3.19 release. Release date 2007-08-25
- more build fixes.
* Balsa-2.3.18 release. Release date 2007-08-22
- reflow improvements.
- Build problems against steaming-hot GNOME fixed.
- Make BINARY and ESEARCH IMAP extensions usage more robust.
* Balsa-2.3.17 release. Release date 2007-07-04
- check validity of server APOP challenge.
- add ability to store VCARD signatures.
- use ESEARCH IMAP extension if available.
- message wrapping fixes.
- and an usual bunch of bugfixes.
* Balsa-2.3.16 release. Release date 2007-05-27
- fix message threading regression.
- reorganize "Identity" dialog.
- code cleanup.
* Balsa-2.3.15 release. Release date 2007-05-01
- Use GtkPrint infrastructure if available.
- handle LDAP referrals.
- nicer citation marks.
- initial libnotify support.
- IMAP BINARY support.
* Balsa-2.3.14 release. Release date 2006-12-12
- deferred population of the mailbox index.
- client-side IMAP sorting.
- be compatible with recent gtk2 releases.
- mailbox tabs reorderable with d&d.
- enhanced mailto: URL handling.
* Balsa-2.3.13 release. Release date 2006-06-26
- many small fixes
- nicer icons.
* Balsa-2.3.12 release. Release date 2006-03-04
- do not reference freed memory in mbox driver.
* Balsa-2.3.11 release. Release date 2006-02-28
- assure messages are properly signed after identity change.
- Ctrl-N goes over unread messages in all mailboxes.
- Redone Preference Manager.
- support better slow LDAP servers.
- use better real estate when displaying message counts.
- fixed bugs: 330085, 330093, 332980.
Evolution Exchange 2.24.0 2008-09-22
-------------------------------------
Bug Fixes:
#546972: Added SYNC_COUNT to sync up counts on the operations needed (Bharath Acharya)
#552013: Just update the count when adding messages. Also fixes the deadlock reported (Bharath Acharya)
Updated Translations:
Kenneth Nielsen (da)
Igor Nestorovi (sr, sr@latin)
Tirumurthi Vasudevan (ta)
Sweta Kothari (gu)
Chao-Hsiung Liao (zh_HK, zh_TW)
Djihed Afifi (ar)
Runa Bhattacharjee (bn_IN)
Jiri Eischmann (cs)
Sandeep Shedmake (mr)
Tino Meinen (nl)
Ilkka Tuohela (fi)
Gabor Kelemen (hu)
Baris Cicek (tr)
Gintautas Miliauskas (lt)
Alexander Shopov (bg)
Luca Ferretti (it)
Shankar Prasad (kn)
Evolution Exchange 2.23.92 2008-08-08
-------------------------------------
Bug Fixes:
#550160: Be able to search for "Name contains" like queries (Milan Crha)
Updated Translations:
Philip Withnall (en_GB)
David Planella (ca)
Changwoo Ryu (ko)
Andre Klapper (de)
Laurent Dhima (sq)
Evolution Exchange 2.23.91 2008-08-01
-------------------------------------
Updated Translations:
Andre Klapper (de)
Kjartan Maraas (nb)
Ilkka Tuohela (fi)
Daniel Nylander (sv)
Leonardo Ferreira Fontenelle (pt_BR)
Robert-André Mauchin (fr)
Inaki Larranaga Murgoitio (eu)
Ignacio Casal Quinteiro (gl)
Theppitak Karoonboonyanan (th)
Evolution Exchange 2.23.90 2008-08-18
------------------------------------
Bug fixes:
#329505: Recognize Distribution lists stored on the server and work with them as with Contact lists (Milan Crha)
#489236: Evolution Inbox not displaying messages which have already been opened in another application using exchange (Milan Crha)
#545877: Migrate Camel from EDList to CamelDList (Matthew Barnes)
#546257: Use proper ref/unref functions on EBookBackendExchange object (Milan Crha)
#546397: Fetch uids correctly (Milan Crha)
#546933: Do not lookup for NULL (Milan Crha)
#546934: Track contact changes correctly (Patrick Ohly)
#547308: Distinguish between GAL offline and unsupported authentication method used (Milan Crha)
Updated Translations:
Kjartan Maraas (nb)
Ivar Smolin (et)
Runa Bhattacharjee (bn_IN)
Laurent Dhima (sq)
Ilkka Tuohela (fi)
Djavan Fagundes (pt_BR)
Duarte Loreto (pt)
Arangel Angov (mk)
Djihed Afifi (ar)
Evolution Exchange 2.23.6 2008-08-04
------------------------------------
Bug fixes:
#208394: (Novell Bugzilla) Use rid along with uid while searching for recurring instances (Chenthill Palanisamy)
#500389: Option to set different authentication type for GAL and OWA (Milan Crha)
#544031: Compiler warnings cleanup (Milan Crha)
#544513: Do not unref NULL object (Milan Crha)
Other Contributions:
DB Summary fixes (Bharath Acharya)
Updated Translations:
Jorge Gonzalez (es)
Djihed Afifi (ar)
Leonardo Ferreira Fontenelle (pt_BR)
Claude Paroz (fr)
Evolution Exchange 2.23.5 2008-07-21
------------------------------------
New in 2.23.5
Camel DB Summary support. (Srinivasa Ragavan)
Bug fixes:
#528902: Better time zone handling (Patrick Ohly)
Other Contributors:
Rewrite the evolution-data-server version check and set it to require 2.23.5 (Matthew Barnes)
Updated Translations:
Yannig Marchegay (oc)
Daniel Nylander (sv)
Evolution Exchange 2.23.4 2008-06-16
------------------------------------
Bug fixes:
#402752: Prevent crash when got a component without set UID (Milan Crha)
#532844: If it's a bad case we can just goto the error handling code instead of trying to process the response (Paul Smith)
#536376: Check libebackend when running ./configure (Wang Xin)
#536638: Allow evolution-exchange to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (Matthew Barnes)
Updated Translations:
Djihed Afifi (ar)
Inaki Larranaga Murgoitio (eu)
Ivar Smolin (et)
Evolution Exchange 2.23.3 2008-06-02
------------------------------------
New in 2.23.2:
Final outstanding Win32 portability changes (Tor Lillqvist)
Bug fixes:
#366250: Don't compile/package semi-free RFCs and other IETF documents that are easily accessible on the web (Øystein Gisnås)
#523023: Another leak fix (Matthew Barnes)
#533422: server_DATA should not be packed in dist tarballs (Johnny Jacob)
Updated Translations:
Ignacio Casal Quinteiro (gl)
Philip Withnall (en_GB)
Clytie Siddall (vi)
Djihed Afifi (ar)
Jorge Gonzalez (es)
Kjartan Maraas (nb)
Evolution Exchange 2.23.2 2008-05-12
------------------------------------
New in 2.23.2:
Enable building on Windows (Tor Lillqvist)
Bug fixes:
#358706: (Novell Bugzilla) Fix evolution hang (Bharath Acharya)
Other Contributors:
Fix include path for e-data-server-module.h, now in libebackend (Johan Euphrosine)
Updated Translations:
Yair Hershkovitz (he)
Evolution Exchange 2.23.1 2008-04-21
------------------------------------
Bug fixes:
#268259: (Novell Bugzilla) Don't require restart of Evolution to create appointment on switching from offline to online mode. (Suman Manjunath)
#303067: Fix a random crash looking up addresses in new email (Milan Crha)
#520676: Sent item and Deleted item folder should have special icons (Bharath Acharya)
#526740: Drop dependency on gnome-vfs, use new gio instead. (Milan Crha)
Updated Translations:
Philip Withnall (en_GB)
Krishna Babu K (te)
Ivar Smolin (et)
Evolution 2.24.1 2008-10-20
---------------------------
Many Bug Fixes and Updated Translations
Evolution 2.24.0 2008-09-22
---------------------------
New in 2.24.0:
* Message Templates
* WebDAV Contacts Plugin
* Google Contacts Plugin
* Custom header support while sending mails
* Single Model view for Calendar
* Sqlite Based message summary
* New Bonobo-less composer for Evolution
* Quota support to IMAP/POP accounts
* Gtk+ Recent manager integration in Composer
Many Bug Fixes and Updated Translations.
Evolution 2.23.92 2008-09-08
----------------------------
New in 2.23.92:
Evolution source code license changed to LGPLv2 & LGPLV3 (Sankar P)
One Bug Fix, A Few Updated Translations.
Evolution 2.23.91 2008-09-01
----------------------------
Many Bug Fixes and Updated Translations.
Evolution 2.23.90 2008-08-18
----------------------------
Many Bug Fixes.
Other fixes:
Lots of disk summary related stability fixes (Srinivasa Ragavan)
Many Updated Translations.
Evolution 2.23.6 2008-08-04
---------------------------
New in 2.23.6:
WebDAV contacts plugin (Matthias Braun)
Many Bug Fixes and Updated Translations.
Evolution 2.23.5 2008-07-21
---------------------------
New in 2.23.5
Camel DB Summary support. (Srinivasa Ragavan & Sankar P)
New EPlugin for message templates. (Bharath Acharya & Diego Escalante Urrelo)
Google Contacts support (Jörgen Scheibengruber)
Many Bug Fixes
Other Contributors:
Sort the uids so that moving/copying messages preserves mailbox ordering rather than jumbled randomness. (Jeffrey Stedfast)
Add dolt revision 5e9eef10 to the autotools build system. Speeds up the build, otherwise falls back to libtool (Alp Toker)
Configure email-custom-header plugin within the plugin-manager. (Ashish Shrivastava)
Many Updated Translations
Evolution 2.23.4 2008-06-16
---------------------------
New in 2.23.4
Python support for EPlugins. (Johnny Jacob)
A Few Bug Fixes
Other Contributors:
Fix for security vulnerabilities CVE-2008-1108 and CVE-2008-1109 (Matthew Barnes)
A Few Updated Translations
Evolution 2.23.3 2008-06-02
---------------------------
New in 2.23.3
New plugin for setting headers while sending email (Ashish)
Many Bug Fixes and Updated Translations
Evolution 2.23.2 2008-05-12
---------------------------
Many Bug Fixes
Other Contributors:
Fix up the Debug Logs window a bit (Matthew Barnes)
Fix include path for e-dbhash.h, now in libebackend (Johan Euphrosine)
A Few Updated Translations
Evolution 2.23.1 2008-04-21
---------------------------
New in 2.23.1:
Quota support to IMAP/POP accounts (Milan Crha)
Configurable Proxy settings for Evolution (Veerapuram Varadhan)
Gtk+ Recent manager integration in Composer (Suman)
New bonobo-less message composer (Matthew Barnes)
Many Bug Fixes.
Other Contributors:
Add icons for Edit->Select All, Folder->New, Folder->Delete and Folder->Refresh (Matthew Barnes)
Many Updated Translations.