Share

Liferea

File Release Notes and Changelog

Release Name: 1.4.10

Notes:
This is a bugfix release that tries to fix three issues:

- The reappearing of already downloaded items
  (caused by an incorrect cache handling)

- The continuous growth of the sqlite DB file
  (caused by comments not being removed along 
   with their parent items).

- The general performance problem with search 
  folders.

Note: to solve the DB growth problem *ALL* existing
comments are dropped when migrating to 1.4.10. This
won't decrease the DB sqlite file in size! If you want
to free disk space please do the following:

1.) Run "sqlite3 ~/.liferea_1.4/liferea.db"
2.) On the prompt enter "VACUUM;"
    (this will take a while)
3.) Once the prompt comes back press Ctrl-D 
    to close the sqlite client

After doing this the DB file will become smaller.

Changes: 2007-12-19 Lars Lindner <lars.lindner@gmail.com> Version 1.4.10 (Stable) * Fixes SF #1842579: feed:// URI handling broken for URIs without protocol part. Such URIs are used by Firefox 3.0 (reported by Phil Ringnalda) * Fixes a memory leak in the item list loading duplicate elimination handling. * Fixes SF #1832389: cache limit causes flipping between old items (reported by Mike Auty) * Fixes SF #1850139: assertion when searching for feed item (reported by Mlind) * Fixes broken indication of updated items. (patch by Chris Siebenmann) * Fixes removal of comments along with parent items. This was broken with earlier releases and causes uncontrolled DB file growth. * On migration from 1.4.9 or older versions it drops all comment items to clean up the database. Translations * Update of default feed lists to be distro neutral. Removes Debian/Ubuntu feeds. (patch SF #1843737 by Brian Pepple) * Update of Brazilian Portugese translation (Og Maciel) * Added new European Portugese translation (Antonio Lima and Bruno Miguel) * Added new European Portugese default feed list (Antonio Lima and Bruno Miguel)