-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
To be released | ||
2018-07-23 Lars Windolf <[email protected]> | ||
|
||
Version 1.12.4 | ||
|
||
* Fixes #660: Added installable plugin to change accels | ||
(Lars Windolf) | ||
* Fixes #654: Segfault on date out of range | ||
(Leaiz) | ||
* Fixes #651: Fixes Free Music Archive link in default OPMLs | ||
(reported by benjbrandall) | ||
* Fixes #649: Switch from persistent to session-only cookies | ||
(Daniel Alexandersen) | ||
* Fixes #645, #646: unread count of vfolder | ||
(Leaiz) | ||
* Fixes #637: Extra keywords in .desktop file (syndication; rss; atom) | ||
(Daniel Alexandersen) | ||
* Fixes #557: Updating counters for remote sources | ||
(Leiaz) | ||
|
||
* Updated cookie usage hint in FAQ | ||
|
||
|
||
2018-05-02 Lars Windolf <[email protected]> | ||
|
||
Version 1.12.3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_INIT([liferea],[1.12.3],[[email protected]]) | ||
AC_INIT([liferea],[1.12.4],[[email protected]]) | ||
AC_CANONICAL_HOST | ||
AC_CONFIG_SRCDIR([src/feedlist.c]) | ||
|
||
|