-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pre-release version bump. Completion of Changelog
- Loading branch information
Showing
2 changed files
with
17 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,4 @@ | ||
To be released | ||
2018-03-07 Lars Windolf <[email protected]> | ||
|
||
Version 1.12.2 | ||
|
||
|
@@ -11,15 +11,30 @@ To be released | |
* #495: New command line option --disable-plugins (-p) to start | ||
with all plugins disabled. | ||
|
||
* Fixes #610: Liferea not showing up in GNOME Software | ||
(Yanko Kaneti) | ||
* Fixes #604: Correctly print error message when failing | ||
to unlock GNOME keyring | ||
(ghost) | ||
* Fixes #602: CSS style for GTK link colors not used | ||
(reported by pupyc) | ||
* Fixes #581: Redirect location updates and adds HTTP 308 (RFC 7538) support | ||
(Daniel Aleksandersen) | ||
* Fixes #578: Unable to set unread items in bold | ||
(Leiaz, reported by EverEve) | ||
|
||
* #612: Update of French translation | ||
(Guillaume Bernard) | ||
* #596: Update of Swedish translation | ||
(jony0008) | ||
* #594: Update of Polish default feed list | ||
(wmyrda) | ||
* #584: Fixes broken OPML feed list entries | ||
(Daniel Aleksandersen) | ||
* #584: Added Norwegian feed list | ||
(Daniel Aleksandersen) | ||
* #577: Fixes newsbin doc typo | ||
(Daniel Aleksandersen) | ||
|
||
|
||
2017-12-27 Lars Windolf <[email protected]> | ||
|
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.1],[[email protected]]) | ||
AC_INIT([liferea],[1.12.2],[[email protected]]) | ||
AC_CANONICAL_HOST | ||
AC_CONFIG_SRCDIR([src/feedlist.c]) | ||
|
||
|