aria2 1.23.0
============

Release Note
------------

This release fixes several bugs reported by users, and adds several
new features.  Read the following section for details.

Changes
-------

* Simplify cache write

  The previous cache write routine was too complex.  I'm sure I can
  rewrite it to more elegantly.  But the primary motivation of this
  complex logic is for disk activity reduction on Windows 7, and I
  observed it on my old IDE disk.  I checked it again recently, and
  there is no difference between with and without this complex logic.
  For this reason, it was removed.  Will revert this change if many of
  users are not happy with this.

* Allow subsecond value in ns cookie.txt file's expiry time field

  Fixes GH-655

* Adjust chromium cookie time

* import-po: iterate on glob, not ls output

  Patch from Mingye Wang

* Add --stderr option to redirect all stdout log output to stderr

  Fixes GH-638

* Add "hide" to --download-result option

  Fixes GH-639

* Fix downloaded metaurl torrent filename

* Add a little bit of color to have a better visual of important
  informations

  Patch from rotor

* Update README URLs based on HTTP redirects

  Patch from ReadmeCritic

* Relocate from github.com/tatsuhiro-t/aria2 to github.com/aria2/aria2

  Fixes GH-602

* mingw: Defer the falloc warning until falloc is specified by option

  Fixes GH-594

* Add bittorrent key to aria2.tellStopped status

  Fixes GH-612

* Addsystem.listNotifications RPC method

  Merges GH-620

  Patch from Sonny Piers

* Report CheckIntegrity info in tellStatus

  - Adds verifiedLength to tellStatus. Reports the length of data that
    has been verified of the current RequestGroup being verified.
  - Adds verifyPending to tellStatus. Reports if the RequestGroup has
    a verification of integrity pending.

  Closes GH-561

  Patch from Kurt Kartaltepe