Evolution Exchange 2.6.3 2006-07-31
--------------------------------------
Updated Translations:
- "lv" (Raivis Dejus)
Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi)
#344196 - evolution-connector-2.6.2 causes massive CPU usage,
instability. (Jeffrey Stedfast and Arunprakash)
#332304 - Evolution does not display most of the information of
contact created in outlook (Vandana)
#344651 - crash when importing meeting invitation with attachements
into Exchange calendar (Patrick Ohly)
Other Fixes:
- Fixed the issue with the build (Sushma)
- Exchange storage crash after closing alarm notifier (Chenthill)
- Evolution crash while fetching mails (Jeffrey Stedfast)
Evolution Exchange 2.6.2 2006-05-29
--------------------------------------
Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi)
#341229 - Modify date of a appointment/meeting does not delete event
in old date (Chenthill)
#339561 - Modify all instances does not modify as expected (Chenthill)
#339827 - evolution-exchange-storage crashes on startup (Chenthill)
#330265 - Exchange contacts not overwting the addresses (vandana)
#339277 - 'Public Folder' is displayed under favourites when check box
beside it is checked (Sushma)
#268412 - public mail folder subfolders not displayed on favourites
(Sushma)
#322897 - Evolution hanged when disabled 'Exchange account'
(Jeffrey Stedfast).
#330494 - meeting accepted does not show attachments (Chenthill)
#334727 - Evolution randomly does not display appointments (Chenthill)
#330674 - Updated cancel meeting request exchange storage crashed
(Chenthill)
#334900 - importing complex meeting invitations into Exchange calendar
crashes (Chenthill)
Other Fixes:
- Adding a NULL check to prevent a crash, see bug #335629
(Patrick Ohly)
Evolution Exchange 2.6.1 2006-04-10
--------------------------------------
Updated Translations:
- "cy" (Rhys Jones)
- "dz" (Tommi Vainikainen)
Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi)
#334391 - random connector crash while attaching a file to an
appointment and clicking on "save" (Sushma).
#334925 - Shouldn't create an empty doc directory (Jeremy Messenger).
Changes in brief include:
- Empty header field crashed Mail::Message::Field::Fast.
- Reworked IMAP4 folder selection
- produce warnings when the folder gets locked twice.
- Many additional bugfixes and improvements
For a full list of changes see:
http://search.cpan.org/src/MARKOV/Mail-Box-2.066/ChangeLog
Pkgsrc changes:
- Disabling "debug" mode during compilation was _not_ done through
"--disable-debug" :-/, so I removed it.
Relevant changes since version 1.4.1:
=====================================
** Fixing 'garbage at end of file' bug [Bug# 1513940]. Now tries to handle
gracefully
** Fixing Solaris 10 empty libreplace.a bug [Bug# 1517789]. Now libreplace.a
never empty.
** new tests
Changes in 1.4a:
This release fixes a bug in decoding malformed base64 encoded data that
manifested itself in some architectures. Also corrects a typo in the online
help. Some code cleanup and minor performance tweaks were added as well.
Changes in 1.4b:
This release fixes pair of bugs related to messages with no lines in their
bodies. No new features were added.
Patch from PR 34130, which includes resetting the MAINTAINER to the
default value.
Version 1.2.2 - 1 August 2006
-----------------------------
- Bug fix; a mix up of connections could happen in certain circumstances, when
a hostname and/or username was a prefix of another hostname and/or username
respectively, or when the same hostname and username was used to connect to
a different port.
- Bug fix; the list()/lsub() functions parsed mailboxes/folders whose names
contained spaces incorrectly.
- The list() function now does not return the folder itself, when listing
mailboxes inside a specific folder.
- It is now possible to define new user keywords for messages inside a mailbox,
apart from the standard system flags.
- SSL connections hanged sometimes, especially when saving messages.
- mbox: Mail bodies were saved with CR+LF linefeeds
- Mail forwarding was broken with deliver/Sieve
- dbox fixes. Might actually be usable now.
- Index file handling fixes with keywords
- Cache file was incorrectly used in some situations, which probably
caused problems sometimes.
- Maildir++ quota: Don't count "." and ".." directory sizes to quota.
After rewriting maildirsize file keep its fd open so that we can
later update it. Patch by Alexander Zagrebin
* "Mark all read" was added to the folder context menu.
* "Set as (not) junk mail" was added to the summary context menu.
* The option to filter junk mails before normal filtering was added.
* When replying to all, the original address strings are used for Cc
instead of stripped ones.
* Windows-1257 was added for display encoding.
* Some menu items of the folder context menu were enabled even on receiving
messages.
* The bug that manual junk filtering didn't work when no filter rule exist
was fixed.
* Several crash bugs were fixed.
* Win32: libgpg-error-0.dll and libgpgme-11.dll was updated.
* Win32: The scanning of folders was optimized so that receiving or moving
of messages become faster when folders contain large number of messages.
Pkgsrc changes:
- Incorporated new version requirements for p5-Archive-Tar and p5-IO-Zlib.
Relevant changes since version 3.1.3:
=====================================
- bug 4941: if the first sa-update run failed and wasn't re-run to successful
completion, the local state directory would exist, and therefore SA sees no
rules. now, wait as long as possible to create the directory, and try to
remove it on failure.
- bug 4997: increase module version requirements for Archive::Tar to 1.23 and
IO::Zlib to 1.04
- bug 4966: fix major BSMTP bug, which rendered SA unusable with exim4 when
BSMTP is used.
- bug 4899: Windows had issues with single quotes around filenames so certain
things like pyzor, etc, wouldn't function.
- bug 4958: sa-update should work on Windows
- bug 4908: gtube.t test failed in non-english locales
- bug 4488: deal with potential memory leak due to Bayes and BayesStore
circular references
- bug 4862: update macro values in update channels (ie: @@CONTACT_ADDRESS@@)
- Corrupted queue file after a request to modify a short message
header, when that header was the last one in the message.
- Panic after spurious Milter request when a client was rejected
with "smtpd_delay_reject = no".
- The Milter client is now more tolerant for redundant "data cleanup"
requests. This avoids panic() calls for harmless conditions.
if "ssl" is a package option.
* Stop the abuse of BUILD_TARGET and use MAKE_FLAGS instead. Also,
use OPSYSVARS to simplify the specification of the correct BUILD_TARGET
for each platform.
* Make use of the EXTRASPECIALS variable used by imap makefiles to pass
special MAKE_FLAGS settings through to all recursive make processes.
This gets rid of some MAKE_ENV statements.
* Split off the special alpha-codegen hack into a hacks.mk file.
* Do man page fixups at post-build time, not post-extract time. This
leaves the files pristine for possible patching.
* Add back the special handling if IMAP_UW_MAILSPOOLHOME is defined.
It was accidentally removed in patch-am when the whoson modifications
were added. Move the modifications to the configure phase instead
of post-patch so that the modifications aren't accidentally picked
up by mkpatches.
* Instead of listing each Makefile that needs the sed modification
s/c-client.a/libc-client.la/ and modifying them at post-extract
time, simply create patches for them.
* Instead of listing each header file to be installed, just derive
the list from the PLIST.
* Make the libtoolification a bit more transparent by patching libtool
references directly into the imap makefiles.
* Drop the -limapuw -> -lc-client buildlink transform that was only
needed for much older versions of the imap-uw package, and stop
installing libimapuw.*. All dependents of imap-uw already correctly
use -lc-client.
* Fix the handling of the kerberos package option so that we can use
the pkgsrc Kerberos 5 packages instead of only using the native
ones.
* Properly document the options.mk file.
Bump the PKGREVISION for the libimapuw.* changes and for the
IMAP_UW_MAILSPOOLHOME fixes. The rest of the changes are all
pkgsrc-related and don't really affect the binary package.
Main changes in TLS support:
- The Postfix SMTP client enforced mandatory TLS only when talking
to an ESMTP server; enforcement did not happen if Postfix could
somehow be forced to send HELO instead of EHLO. This problem also
exists in Postfix 2.2, where it is is fixed with Postfix 2.2
patch 11. This is minor compared to the DNS spoofing issues that
were fixed with Postfix 2.2.10.
- Workaround for an interoperability problem introduced with Postfix
2.3. Some buggy TLS client implementations were unable to deliver
mail because the Postfix SMTP server didn't send a TLS session
ID. To disable the workaround specify "smtpd_tls_always_issue_session_ids
= no"; this allows non-buggy TLS clients to save some space.
Main changes in Milter support:
- Safety measure. After "postsuper -r", mail is no longer inspected
by the Milters specified with the non_smtpd_milters parameter.
This measure prevents a bad interaction with external content
filters: Milters would receive incorrect SMTP client information,
and could be tricked into signing or allowing untrusted messages.
This change does not affect Milter applications that run behind
an after-queue content filter. The behavior is detailed in the
postsuper(1) manual page.
on NetBSD/powerpc reported by Makoto Fujiwara.
These patches are slightly aggressive adding most of proto type.
So, please report me if there is any problem.
No PKGREVISION bump since it should change nothing for binary package.
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
with another package. This makes it so this package can be installed
without X. This is for PR #26848.
Note: that some parts of metamail still reference "xterm".
Also changed path used in two scripts that reference the
now not-installed fonts. (Maybe that will need to be fixed too.)
Honor PKGMANDIR.
Update PKGREVISION.
Drop maintainership, I'm not using this any longer.
Changes made between 1.0.1 and 1.0.2 (2006/05/23).
A couple of optimizations specific to x86-64 have been applied to the
included MD5 routines.
Changes made between 1.0 and 1.0.1 (2006/03/07).
Use sysconf(_SC_CLK_TCK) instead of CLK_TCK when _SC_CLK_TCK is known to
be available or CLK_TCK is not. This is needed for portability to glibc
2.3.90+ and possibly to other recent and future systems.
Use socklen_t where appropriate.
Pkgsrc changes:
- Removed p5-Crypt-RSA and p5-Crypt-OpenSSL-Bignum as direct requirements.
- Added patterns to CHECK_INTERPRETER_SKIP to avoid messages about missing
/usr/bin/perl.
Relevant changes since version 0.17:
====================================
* no longer depends on Crypt::RSA or Crypt::OpenSSL::Bignum.
Changelog :
The keys used are:
!: modified feature, -: deleted feature, +: new feature
1.5.12 (2006-07-14):
- $imap_cachedir replaced with $message_cachedir
+ Header/body caching for POP ($message_cachedir)
+ Header caching for MH folders
! $record now defaults to ~/sent
! $imap_idle now defaults to "yes" instead of "no"
+ Tab-completion for $my_* variable names and values
+ Expansion of mutt variables (except shell escape)
+ Self-defined variables with $my_* prefix
+ Pattern group support
+ $imap_cachedir
+ 'old' flag on IMAP folders
+ SASL-IR support for IMAP
+ IMAP IDLE support and $imap_idle
+ Pipeline-based IMAP communicaton
+ Full large file support
+ Attachment counting: attachments and unattachments commands,
%Q and %X for $attach_format, %X for $index_format
+ Basque translation
+ QDBM backend for header caching
+ Irish translation
Pkgsrc changes:
- Added CHECK_INTERPRETER_SKIP to disable checks of some *.pm files.
Relevant changes since version 2.77:
====================================
2.82 (May 26, 2006)
· Always disconnect from discovery server after performing discovery.
This fixes a long standing bug wherein razor-report and razor-check
would attempt to report to or check against the discovery servers.
2.81 (Mar 16, 2006)
· Update service policy.
2.80 (Feb 27, 2006)
· Untaint filenames loaded from the config file. [Bug #1395719]
2.78 (Oct 01, 2005)
· When registering with a username and password, accept existing cre-
dentials if they authenticate successfully.
· When autoregistering, attempt to write a test identity before
attempting to register credentials.
· Always remove the existing identity symlink before overwriting, as
-e $fn can return false for a symlink that still exists.
· Ensure that checks and reports are sent to the appropriate servers.
[Bug #1267559]
Major changes compared to the IMP H3 (4.1.1) version are:
* Allow to toggle off the Virtual Inbox.
* Display quota for current folder on Cyrus servers.
* Updated German, Italian and Spanish translations.
* Several small bugfixes and improvements.
The full list of changes (from version H3 (4.1.1)) can be viewed here:
http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.184&r2=1.699.2.194&ty=h
This is the first version in the 2.3.x series, please see the release notes
for full list of changes since 2.2.x before upgrading your current
installation.