March FIXME, 2005 - New Release:
0.14.90 - "'Ere, he says he's not dead."

http://pan.rebelbase.com/download/releases/0.14.90/

What is Pan?

Pan is a newsreader which attempts to be pleasing to both new and experienced users. In addition to the standard newsreader features, Pan also supports yEnc, offline newsreading, article filtering, multiple connections, and more features for power users and alt.binaries fans.

It's also the only Unix newsreader to get a perfect score on the Good Net-Keeping Seal of Approval evaluations.

Changes since 0.14.2.91

New Features
#132477 Samuli Kärkkäinen Drastically lowered memory consumption for large groups: the overhead for a group with 133,000 articles has dropped from 63 meg to 19 meg!!
Pan Team Pan is now a single-threaded application, fixing many thread-related bugs.
#88870 Martin Schrode Added support for displaying X-Face headers.
#124573 kensama Added `--resume' command-line argument to resume queued tasks without a prompting dialog on startup.

Usability
Pan Team Much faster loading and threading of articles in large groups.
#123615 K. Haley Display images that are incorrectly typed as 'application/octet'. Report any attachments that could not be displayed. Thanks to K. Haley for supplying a patch.
#108160 Johan Task Manager now uses the header pane's custom font, if one is selected.
#124268 Martin Pool If multiple threads are selected when `watch' or `ignore' is pressed, watch or ignore all the threads instead of just the first one.
#132483 Samuli Kärkkäinen Better error detection in the `Posting Profiles' dialog.
#151470 Kevin Brannen Clarify some menu text.
#144098 Anatoly Vorobey Show the right `Loaded X of Y Articles' message when threading articles.
#128270 Evan Martin On Windows, use Windows' default web browser when the user clicks on a link.
#132481 Samuli Kärkkäinen Move items from the Tool menu to more appropriate places.

Bug Fixes
#148512 Keith G. Robertson-Turner Fixed a header corruption error that often caused the "Pan skipped N corrupt headers from the local cache " message.
#155332 Rolleston Don't crash if we can't create temporary files.
#105241 Toni Willberg Double-clicking an article in the header pane didn't activate it if the article was already selected.
#132393 timon Fixed bug in the Composer that incorrectly wrapped text that contains non-ASCII characters.
#120599 Thomas Gamble Going offline should suspend any running tasks and restart them when we go online.
#120011 Uwe Naumann "Delete Group's Articles" didn't work correctly for local folders.
#129432 mjdb Fixed bug where Pan on Windows fails to save a message if the subject/filename contains characters which are illegal in filenames. Thanks to K. Haley for supplying a patch.
#129723 Charles Phoenix Fixed possible truncation in the header list. This also fixes bursts of "Invalid UTF8 string passed to pango_layout_set_text()" errors in the Log.
#138218 Tomislav Markovski Fixed posting bug where Pan encoded headers in an incorrect character set.
#136727 Jan De Luyck Fixed incorrect signature coloring of some articles.
#135437 Didier Fixed minor inefficiency when downloading headers.
#133114 Klaas Display the right task states in the Task Manager after going back online.
#137559 Jens Petersen Fixed deprecated code in msort.
#154801 Matic Some threads were showing the wrong number of new children.
#137856 Jef E Build new subdirectories with 0755 rather than 0700.

Config
Pan Team No longer requires GNet.
#133745 Gustavo R. Montesino Added support for intltools >= 0.29
#128133 Mark Studebaker Fixed build on systems that do not have bind_textdomain_codeset()
#135732 Kenneth Haley Pan was linking to both libpcre and libregex on Windows.