Merge branch 'refs/heads/t/si_update'
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 20 Aug 2017 13:54:25 +0000 (15:54 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 20 Aug 2017 13:55:47 +0000 (15:55 +0200)
A single patch which teaches the afs event handler to trigger a status
item update when the image or lyrics table changes. This patch had a
bug which was only noticed after the branch had been merged to next.
Therefore the series contains a fixup commit.

Cooking for almost two months.

* refs/heads/t/si_update:
  server: Avoid NULL pointer dereference in make_status_items().
  Update status items on blob events.

1  2 
NEWS.md
aft.c

diff --cc NEWS.md
index 931ddbb8844290638884627be0fdeffb7031c216,60b942389ffe1a7d71a61ced088965995548d416..d9f092c93003d764f85723369d53ee717b6594e9
+++ b/NEWS.md
@@@ -1,21 -1,5 +1,24 @@@
  NEWS
  ====
 +---------------------
 +current master branch
 +---------------------
 +
 +- New sort order for the ls command: -s=h sorts the ls output by hash
 +  value of the audio file.
 +- autogen.sh now runs the test suite after a successful build.
 +- The contents of overview.pdf have been integrated into the user
 +  manual.
 +- The doxygen source browser has been disabled temporarily. The
 +  API reference is still online, though.
 +- Overhaul of the source code documentation.
 +- The deprecated --full-path option of the ls command has been
 +  removed. It was a no-op since 0.6.0.
 +- The wma decoder has been cleaned up and its bitstream API made
 +  more robust.
++- The image/lyrics ID status items of the current audio file are now
++  updated on changes. This affects para_gui, which used to report the
++  old value until EOF.
  
  -------------------------------
  0.6.0 (2017-04-28) "fuzzy flux"
diff --cc aft.c
Simple merge