* Liferea now supports cookies. Contrary to previous
statements the SnowNews code to realize this was included but not used. To
use this feature place a cookies.txt in ~/.liferea. The format of this file
is the format Netscape introduced for cookie files. (Lars Lindner)
* Liferea now enforces umask 0077 when saving the
feed list to ensure your passwords are not group or world accessible. In this
context please check the permissions of your ~/.liferea directory. Older
program versions might have created the directory with unnecessary
priviledges. Current versions (0.6.x) create the directory only with user
priviledges. Thanks to the reporters Nick Rout and Eric Gregory! (Lars
Lindner)
* Bugfix for a crash when double-clicking a "(empty)"
entry in empty folders. Reported by Martin Sarfy. (Lars Lindner)
* If a feed uses HTTP authentication the user and
password isn't displayed in the feed description anymore. (Lars Lindner)
Version 3.2.2 is a maintenance release and contains corrections
to v3.2 only.
BUGFIX: optOut preference no longer works
BUGFIX: Source address tracking doesn't work when using TOE
BUGFIX: LocalMX tag doesn't work in dspam.conf
BUGFIX: dspam.conf default permissions 0750
BUGFIX: Using SignatureLocation=headers no longer works with
fwd attachments
BUGFIX: Source address tracking is disabled by legacy #ifdef's
BUGFIX: Chi-Square cutoff is identical to default token value
BUGFIX: Tokens from lines 2+ of multi-line headers are not processed
BUGFIX: Signature scan segfaults when scanning some emails
BUGFIX: Signature encoding can cause segfault in sqlite_drv
Other Notable Changes:
CHANGE: TrackSources 'ham' token changed to 'nonspam'
CHANGE: Agent loose signature match changed from DSPAM: to
X-DSPAM-Signature:
New license: LGPL/MPL
---------------------
The most significant news with this release is that the license of
cairo has changed. It is now dual-licensed under the LGPL and the
MPL. For details see the COPYING file as well as COPYING-LGPL-2.1 and
COPYING-MPL-1.1.
I express my thanks to everyone involved in the license change process
for their patience and support!
New font and glyph internals
----------------------------
Graydon Hoare has put a tremendous amount of work into new internals
for handling fonts and glyphs, including caches where appropriate.
This work has no impact on the user-level API, but should result in
great performance improvements for applications using text.
New test suite
--------------
This snapshot of cairo includes a (small) test suite in
cairo/test. The tests can be run with "make check". The test suite was
designed to make it very easy to add new tests, and we hope to see
many contributions here. As you find bugs, please try adding a minimal
test case to the suite, and submit it with the bug report to the
cairo@cairographics.org mailing list. This will make it much easier
for us to track progress in fixing bugs.
New name for glitz backend
--------------------------
The gl backend has now been renamed to the glitz backend. This means
that the following names have changed:
CAIRO_HAS_GL_SURFACE -> CAIRO_HAS_GLITZ_SURFACE
cairo_set_target_gl -> cairo_set_target_glitz
cairo_gl_surface_create -> cairo_glitz_surface_create
This change obviously breaks backwards compatibility for applications
using the old gl backend.
Up-to-date with latest glitz snapshots
--------------------------------------
This snapshot of cairo is now up to date with the latest glitz
snapshot, (currently 0.2.3). We know that the latest cairo and glitz
snapshots have been incompatible for a very long time. We've finally
fixed that now and we're determined to not let that happen again.
Revert some tessellation regression bugs
Miscellaneous changes
---------------------
Changed CAIRO_FILTER_DEFAULT to CAIRO_FILTER_BEST to make gradients
easier.
Track XCB API change regarding iterators.
Various bug fixes
-----------------
Fix calculation of required number of vertices for pen.
Fix to avoid zero-dimensioned pixmaps.
Fix broken sort of pen vertices.
Fix bug when cairo_show_text called with a NULL string.
Fix clipping bugs.
Fix bug in computing image length with XCB.
Fix infinite loop bug in cairo_arc.
Fix memory management interactions with libpixman.
New functionality
-----------------
Added three new functions:
pixman_image_set_component_alpha
pixman_format_get_masks
pixman_image_get_format
Bug fixes
---------
Enabling both transform and repeat simultaneously now works.
Some byte-order fixes.
Clipping fixes: pixman now takes a copy of the client clipping region
client clipping is now actually used, it wasn't earlier.
Here are the highlights for this Thunderbird release:
* Saved Search Folders
- Saved Search Folders display messages based on previously set search
criteria. For example, instead of filtering messages into a new
folder, you could create a Saved Search Folder that lists all the
messages received from a certain person over the past 30 days, even if
those messages are stored in different folders and subfolders.
* Message Grouping
- You can now group messages in a folder by attributes such as date,
sender, priority or a custom label. For instance, a folder grouped by
date will group messages from today, yesterday, last week, etc. into
self-contained groups in the message list pane. (View > Sort By >
Grouped By Sort)
* Other New Features
- Messages with attachments now get marked as such in the message list
pane immediately and not when the message is displayed.
- Improvements to Thunderbird's Global Inbox support for POP3 users.
- The new quick search bar introduced in 0.8 now features a clear
button when search text is present inside the quick search box.
- Fixed a regression introduced in 0.8 where a user could not change
the local folder path in the Account Manager.
- Improved offline support including fixes for common offline-related
problems.
- Improved privacy controls block remote content in e-mail messages
from senders not in your address book.
- Long file attachment names are no longer truncated in the message
pane.
- Bug fixes too numerous to mention!
Changes:
* New "-t <number>" option for starting the numbering of the output files at a
given starting number. Ideal for albums with more than one CD.
* New "-T <number>" option, similar to "-t" but also modifies the tag entries
on the files themselves.
* New "-w <COMMENT>" to add a comment to the tracks of a given CD rip. Use
quotes.
* New "-W <number>" option to combine both a comment with "CD #number" and a
starting number for both the tracks and the tags with "#01" (that is, 101 for
the 1st CD, 201 for the second...)
* Support for keeping an existing playlist (and not add new entries to it),
erase the existing one (overwrite) or append new entries to the existing
one.
* New mungegenre function to switch off (or modify) the default behaviour of
transforming uppercase characters to lowercase.
* cdparanoia permits performing a query to the CD drive and obtain a list of
valid audio tracks. So, now we perform such query and process the results.
* Support for "None of the above" has been added with the "0" selection. A
template is created, and the selection to edit it is defaulted to "y".
Changes
* Fix session remove command
* Fix import of bookmarks in root folder [#152443]
* Activate tray icon with double-click [#152899]
* Add manpage (Jordi Mallach) [#156067]
* Don't open all bookmarks in new tabs [#156843]
* When showing a modal alert put up by a web page,
switch the window to that tab
* Emit ::tab-removed after the tab has been removed [#151607]
* Fix disconnect on node destroy [Peter Harvey]
* Fix node signal [dis]connection while signal emission is running
* Make sure there's only one properties diaogue per bookmark [#148398]
* Fix crash when removing bookmark with open properties dialogue [#155880]
* Fix toolbar activation [#155650]
* Check favicon urls with script sec manager and content policy
* Fix zoom control so that it shows tooltips again [#155826]
* Make the tooltip on the zoom control also work on Ctrl-F1
* When popping up the context menu with keyboard, select the first item
[#154907]
* Sanitise the embed popup position [#157162]
* Fix button sensitivity setting in language editor not to first
* Fix history date filter to work correctly in time zones != UTC
* Better positioning for the context menu popup in a treeview (Crispin
Flowerday)
* Fix opening content with external content handlers (Marco)
* Remove remaining time tooltip from tray icon [#145955]
* Fix hang after importing bookmarks from command line [#136170]
* Fix crash when no tool windows are open when the session manager
sends us the "die" signal
* Fix opening anchored links in new tabs [#156854]
* Adapted to Mozilla API changes
* Fix a freed memory read
Documentation translations
* Add manual translation into Finnish, by Pauli Virtanen
Translation updates
* Ole Laursen (da)
* Žygimantas Beručka (lt)
* Leonid Kanter (ru)
option, and introduce a ssl option.
* Balsa-2.2.5 release. Release date 2004-09-02
- sent messages saved to sentbox only after being sent.
- use of fixed-height with gtk2>=2.4.9 to speed up large mailboxes.
- GPG is expected to be fully functional now.
- mbox mailbox driver fixes.
* Balsa-2.2.4 release. Release date 2004-08-28
- periodic expunge configurable.
- cleanup IMAP password quering code.
- GPE address book support -
http://gpe.handhelds.org/projects/GPE-address.shtml
- new configuration druid.
2004-10-01 Jeffrey Stedfast <fejj@ximian.com>
* README: Updated
* configure.in: Bumped version to 2.1.9
2004-09-29 Jeffrey Stedfast <fejj@ximian.com>
* gmime/gmime-parser.c (parser_step_headers): Save the entire raw
part header as well.
(parser_init): Init the rawbuf (will be used for holding the raw
part header).
(parser_close): Free the rawbuf.
(parser_construct_leaf_part): Set the raw header on the mime part.
(parser_construct_multipart): Set the raw header on the multipart.
(parser_construct_message): Don't use g_mime_message_set_mime_part
or we'll end up clearing the raw header that we worked so hard to
preserve.
(parser_scan_message_part): Same.
(parser_scan_multipart_face): Change comparison to >= so that we
actually get rid of the last crlf sequence like we meant to.
(parser_fill): Get rid of the atleast check (it isn't really
needed and can cause breakage).
* gmime/gmime-message.c (message_get_headers): Modified to only
write part headers if the toplevel mime part contains the raw
header.
(message_write_to_stream): Same.
(g_mime_message_set_mime_part): Clear the raw message headers
since it obviously won't contain the raw message headers.
(message_add_header): If any message headers change, clear the raw
header from the toplebel mime part.
(message_set_header): Same.
* gmime/gmime-header.c (g_mime_header_set_raw): New function to
set the raw part header (to be used in place of our own folding if
available).
(g_mime_header_has_raw): New function to check if the raw header
is available.
2004-09-28 Peter Bloomfield <PeterBloomfield@bellsouth.net>
* gmime/gmime-multipart-signed.c (sign_prepare): Must treat
multipart/signed and multipart/encrypetd parts as opaque
(e.g. don't even attempt to change their encodings).
2004-09-13 Jeffrey Stedfast <fejj@novell.com>
* gmime/gmime-message.c (write_addrspec): New folding callback to
use on addrspec headers.
(g_mime_message_init): Register write_addrspec for all address
headers.
* gmime/gmime-utils.c (header_fold): Fixed the logic a bit for
structured headers such that we don't break long tokens.
2004-08-22 Jeffrey Stedfast <fejj@ximian.com>
* README: Updated.
* configure.in: Bumped the version to 2.1.8
* gmime/gmime.h.in: #include <gmime/gmime-session-simple.h> for
ia64 build fix on Debian (required because of the way gtk-doc's
scan program works).
* gmime/gmime-filter-enriched.c (enriched_to_html): Don't replace
<nofill> with <pre>. Also, replace lone '\n's with a space as
suggested by rfc1896.
2004-08-08 Jeffrey Stedfast <fejj@ximian.com>
* gmime/gmime-multipart-encrypted.c
(g_mime_multipart_encrypted_encrypt): Don't set encrypted.asc as
the filename anymore.
* gmime/gmime-multipart-signed.c (g_mime_multipart_signed_sign):
Added a hack for Balsa so it can support S/MIME. Also don't set
the filename to signature.asc. Balsa maintainers don't want this
*shrug*.
(g_mime_multipart_signed_verify): Same. These changes really
require a design change to CipherContext but that'll have to wait.
2004-08-04 Jeffrey Stedfast <fejj@ximian.com>
* configure.in: Changed the iconv-detect logic to not error-out on
fail. The code can properly handle the case where iconv-detect.h
doesn't exist, so let it do that instead.
2004-07-30 Jeffrey Stedfast <fejj@novell.com>
* gmime/gmime-utils.c (rfc2047_encode_get_rfc822_words): Don't use
g_unichar_isspace() here, we only want to break 'words' on ascii
lwsp.
2004-07-16 Jeffrey Stedfast <fejj@ximian.com>
* gmime/gmime.c (g_mime_init): Make intialisation ref-counted.
(g_mime_shutdown): Updated.
2004-07-06 Jeffrey Stedfast <fejj@ximian.com>
* gmime/gmime-utils.c (rfc2047_encode_get_rfc822_words): Break
apart long words so that they we don't generate encoded-word
tokens that are >75 chars. Fixes bug #145497.
buildlink did not bring in PTH. For example, this made opencdk fail to
build. Fix this by adding mk/pthread.buildlink3.mk to
security/gcrypt/buildlink3.mk
* Flip playing icon in RTL locale [Colin Walters]
* Don't include x-directory/normal in MimeType [Colin Walters]
* Save playlists after first start even if nothing's loaded [Colin Walters]
* Don't include nautilus menu item by default [Colin Walters]
* Updated Translations: ja (Takeshi AIHANA)