2008-04-20  Lars Lindner  <lars.lindner@gmail.com>

	Version 1.5.2 (Unstable)

	* Fixes broken update interval unit selection in
	  subscription properties dialog. (Lars Lindner)
	* Removing now unnecessary build dependency on gnutls. (Lars Lindner)
	* Relicensing icons under CC-SA 3.0 to comply with Debian's license
	  requirements. (Lars Strojny)
	* Splitting icon for "no new items" in tray and empty
	  folder item to allow better icon theming. Added new icon 
	  file "folder_empty.png".
	* Removing old unused icons "ocs.png" and "grayflag.png"
	* Fixes broken updating feeds with local files as source.
	* Improves padding and width of search and search folder
	  dialogs (patch by Jeff Fortin)
	* Fixes incorrect initial online state when compiled
	  without NetworkManager support. (Paul Keusemann)

	Translations

	* Common wording for text matching rules is now
	  "contains" (and not "matches") (Jeff Fortin)
	* New Czech translation (Martin Picek)
	* Updated French translation (Vincent Lefevre)


2008-03-16  Lars Lindner  <lars.lindner@gmail.com>

	Version 1.5.1 (Unstable)

	* New high quality icons in different sizes and SVG.
	  These icons are licensed under the Creative
	  Commons Share Alike license as they were derived
	  from the Tango icon set. (Jeff Fortin)
	* Icon installation to correct hicolor directories.
	  (Lars Strojny)
	* New advanced search dialog functionality.
	  (Lars Lindner)

	Translation

	* Update of German translation (Lars Strojny)


2008-03-04  Lars Lindner  <lars.lindner@gmail.com>

	Version 1.5.0 (Unstable)

	* Adds Yahoo Media namespace support.
	* Adds iTunes namespace support.
	* Adds trackback namespace support.
	* Replaces propietary networking client with libcurl.	
	* Removes XSPF media player in favour of external 
	  music playing solution.
	* New option to pass enclosure URLs to external
	  programs instead of downloading the enclosures.
	  (patch by goyko)
	* Now dumps accelerator key list to ~/.liferea/accels
	  to support accelerator restoring on non-GNOME setups.
	  (patch by goyko)
	* New preference option to always start Liferea
	  minimized in the tray icon. (patch by Gustavo Chain)
	* Raises WebKit dependency to at least r28711.
	  Updates the code to the renamed interfaces.
	  Adds link context menu support for WebKit.
	  (patch by Lars Strojny)
	* Context sensitive toolbar/menubar menu options.
	  (patches by goyko)
	* Now raises window on new subscription via DBUS.
	* New "Copy Link Location" option for enclosure
	  context menu. (patch by Jon Forsberg)
	* New search folder property to allow AND'ing
	  item matching rules.


2007-07-22  Lars Lindner  <lars.lindner@gmail.com>

	Version 1.4-RC3 (Unstable)

	* Uses correct translation domain for dynamically
	  created dialogs now (reported by Luis Rodrigo 
	  Gallardo Cruz)
	* Fixing AM/PM problems for US locales by reusing
	  Evolution time formatting code (SF #1317220)
	* Fixes node source updating (OPML, Bloglines...)
	* Fixes missing feed metadata rendering
	* Fixes DnD of read-only subscription lists
	* Updated documentation for 1.4

	Translations

	* Update of Swedish translation (Daniel Nylander)
	* Update of Arabic translation (Khaled Hosny)
	* Update of German translation


2007-07-16  Lars Lindner  <lars.lindner@gmail.com>

	Version 1.4-RC2 (Unstable)

	* Fixes missing disabling of the feed menu actions
	  after removing a feed (reported by Luis Rodrigo
	  Gallardo Cruz)
	* Fixes segfault when marking folders read without 
	  having the recursive item display enabled.
	  (reported by Luis Rodrigo Gallardo Cruz)
	* Fixes HTML formatting of parser/filter error output.
	* Fixes still incorrect unread count in tray icon.
	* Fixes several memory leaks (Hubert Figuiere)
	* Fixes a bug in the networking code (Hubert Figuiere)
	* Fixes a crash in the Atom parsing (Hubert Figuiere)
	* Fixes a compilation problem on systems without
	  getaddrinfo (reported by Gilles Gravier)
	* Using glib allocation for libxml2 too
	* Avoid displaying negative numbers in feed list
	  if unread counting is incorrect. Treat negative 
	  counts like zero count.
	* Improved migration code. Now ignores stale cache files.
	* Fixes commit warning on migration.
	* Fixes loosing all items when restarting shortly after
	  a cache migration.

	Translations

	* Update of Brazilian Portugese translation (Og Maciel)
	* Update of French translation (Vincent Lefevre)
	* Update of Spanish translation (Luis Rodrigo Gallardo Cruz)


2007-07-05  Lars Lindner  <lars.lindner@gmail.com>
	
	Version 1.4-RC1 (Unstable)
	
	* Fixes unread counting of search folders with
	  other rules than new/flagged.
	* Fixes enclosure actions preferences tab.
	* Fixes handling of empty XPath results.
	* Fixes item matching search folder rule which
	  did only match if title AND content did contain
	  the search string. Now it is correctly OR'd.


2007-06-21  Lars Lindner  <lars.lindner@gmail.com>

	Version 1.3.8 (Unstable)

	* Fixes merging new items into search folders.
	* Reimplemented global unread/new counting used
	  to display numbers in status bar and tray icon.
	  (Emilio Pozuelo Monfort)
	* Reorganized main menu. No more "Program" menu
	  and a much more logical assignment of the 
	  different menu options.
	* Avoids updating comment feeds when offline.
	* Reimplemented subscription metadata support.
	* Manpage update (Emilio Pozuelo Monfort)
	* Fixes for several plural literal localizations.
	  (patch SF #1738731 from Ed Catmur)
	* Fixes several memory leaks (Hubert Figuiere)
	* Removes feedbag.xpi as most users should work
	  with Firefox 2+ now.
	* Fixes crash when updating an OPML subscription
	  with is empty.


2007-06-16  Lars Lindner  <lars.lindner@gmail.com>

	Version 1.3.7 (Unstable)

	* Improved proxy preference options. Now it is 
	  possible to use no proxy even when environment
	  $http_proxy says otherwise.
	  (SF #1662742 reported by Mike Auty)
	* View menu options for normal, wide and combined
	  viewing mode are now radio buttons. 
          (patch by Eric Anderson)
	* New unread/new count query methods for the DBUS
	  interface (patch by Emilio Pozuelo Monfort)
	* Fixed wrong unread count of parent folders and
	  search folders after removing feeds.
	  (reported by Ori Avtalion)
	* Fixed not setting the feed title when creating
	  new subscriptions. (reported by Ori Avtalion)


2007-06-09  Lars Lindner  <lars.lindner@gmail.com>

	Version 1.3.6 (Unstable)

	* Fixes a crash when updating comment feeds.
	* Better update result processing timer, should cause
	  less CPU usage. (patch from Arjan van de Ven)
	* Adds a new dependency to libglade-2.0 because glade-3
	  dropped code generation support. UI is now loaded 
	  directly from the glade XML source file.
	* Changing sqlite3 dependency from 3.3.9 to 3.3 because
	  the sqlite3 pkg-config file doesn't provide the minor
	  version.
	* Removed support for old notification popups in favour
	  of the libnotify style notifications.
	* Breaks the preference compatibility of the browser
	  skimming hotkey. Previously was <Space> saved as 0
	  and <Ctrl>-<Space> as 1, now it is the opposite.
	* Fixes unread counter of parent nodes after moving
	  feed list subtrees with DnD.
	* Fixes unnecessary favicon update on each startup.
	* Improved memory cleanup on exit to help debugging
	  memory leaks.

	Translations

	* Update of French translation from Vincent Lefevre
	  

2007-05-11  Lars Lindner  <lars.lindner@gmail.com>

	Version 1.3.5 (Unstable)

	* New scripting hook triggering when a new subscription is added.
	* Re-added toggle read state option in context menu.
	  (patch by Ori Avtalion)
	* Raised sqlite3 dependency to 3.3.9 as sqlite3_prepare_v2() is 
	  not available with earlier versions. (suggested by Joseph Sacco)
	* Fixes subscription problems when subscribing using the "New
	  Subscription" dialog.
	* Fixes a crash when migrating.
        * Fixes an favicon update state problem that caused
	  continuous favicon updates.
	  

2007-05-06  Lars Lindner  <lars.lindner@gmail.com>

	Version 1.3.4 (Unstable)

	* Simplify the rendering stylesheets (Aaron Crane)
	* New preference option that allows to configure the
	  toolbar appearance independantely from GNOME (Ori Avtalion)
	* Fixes search folder item/unread counting.
	* Fixes problems with the search folder rule matching.
	* Fixes crashes when using sqlite introduced with 1.3.3
	* Fixes crash when creating a new search folder.


2007-04-22  Lars Lindner  <lars.lindner@gmail.com>

	Version 1.3.3 (Unstable)

	* Changes the DB schema to improve performance
	  when determining the unread/total item count of a feed.
	* Added mechanism for automatic schema migration and
	  schema version checking.
	* Makes search folders work again. Note: unread counters
	  for search folders are not yet working.
	* Improves comment feed handling. Now the correct comment
	  feed update state is displayed and auto-updating of
	  comment feeds works properly.
	* Fixes date rendering in summary mode.


2007-04-17  Lars Lindner  <lars.lindner@gmail.com>

	Version 1.3.2 (Unstable)

	* Added duplicate detection support again.
	* Fixes auto-updating of comment feed when reading items.
	* Fixes DBUS checks to allow compiling without DBUS.
	* Fixes wrong availability state after updating feeds.
	* Fixes ordering in 2 pane mode view.


2007-04-13  Lars Lindner  <lars.lindner@gmail.com>

	Version 1.3.1 (Unstable)

	* Using a sqlite backend now.
	* Automated cache migration for 1.0->1.3 and 1.2->1.3
	* Improved DBUS implementation (patch by mooonz)


2007-02-01  Lars Lindner  <lars.lindner@gmail.com>

	Version 1.3.0 (Unstable)

	* Removes the memory usage/disk access optimization preference.
	* Removes the internal browser module preference in favour of an 
	  automatic priority based selection.
	* Added comment feed support.


2006-12-17  Lars Lindner  <lars.lindner@gmail.com>

	Version 1.2 (Stable)

	* Fixes a crash when removing subscriptions.
	* Fixes suboptimal item list updating.
	* Fixes SF #1595486: items whose base URL contained
	  an "=" character are not to be displayed at all.
	* Fixes SF #1617081: heavy memory leaking.
	* Suppress unknown metadata type warnings. They are now printed at trace 
	  level only.
	* Allow flagging by left clicking in the flag column.
	* Simple sorting feature for the item state column.
	* Makes item header links work for GtkHTML2 again.
	* Dropping ns_fm.* code as namespace is not used anymore in any feeds online.
	* Added Slashdot namespace rendering again.

[truncated]
