NEWS
====
-----------------------------------------------
-0.6.3 (to be announced) "generalized activity"
-----------------------------------------------
+----------------------------------------
+0.6.3 (2021-02-18) "generalized activity"
+-----------------------------------------
+
+It has been a while since the last release, but paraslash-0.6.3
+finally has arrived. It contains a fair number of improvements,
+features and fixes all over the place.
- The ff command now accepts a negative argument to instruct the
virtual streaming system to jump backwards in the current audio
- New para_play option: --end-of-playlist
- Streaming m4a files over udp has been improved.
+Downloads:
+[tarball](./releases/paraslash-0.6.3.tar.xz),
+[signature](./releases/paraslash-0.6.3.tar.xz.asc)
+
--------------------------------------
0.6.2 (2018-06-30) "elastic diversity"
--------------------------------------
goto err;
again:
ret = btr_node_status(btrn, wn->min_iqs, BTR_NT_LEAF);
+ if (ret < 0)
+ goto err;
if (ret == 0)
return 0;
btr_merge(btrn, wn->min_iqs);