mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Document a few extra nits that also happened so far.
git-svn-id: https://svn.xiph.org/trunk/ezstream@13660 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
30158c1902
commit
343605c635
4
NEWS
4
NEWS
@ -4,6 +4,7 @@ Changes in 0.5.0 (SVN):
|
|||||||
- [FIX] The special case of streaming MP3 files without reencoding had
|
- [FIX] The special case of streaming MP3 files without reencoding had
|
||||||
been lost, causing such streams to have no metadata. This has
|
been lost, causing such streams to have no metadata. This has
|
||||||
been fixed. (Ticket #1225)
|
been fixed. (Ticket #1225)
|
||||||
|
- [MISC] Handle SIGINT and SIGTERM to perform a clean shutdown.
|
||||||
|
|
||||||
* various:
|
* various:
|
||||||
- [NEW] A new convenience feature has been added, to allow automatic
|
- [NEW] A new convenience feature has been added, to allow automatic
|
||||||
@ -15,10 +16,11 @@ Changes in 0.5.0 (SVN):
|
|||||||
to the current locale (LC_CTYPE) before displaying them on the
|
to the current locale (LC_CTYPE) before displaying them on the
|
||||||
console. Unsupported characters are displayed as '?', which
|
console. Unsupported characters are displayed as '?', which
|
||||||
does not affect the actual metadata. This feature requires
|
does not affect the actual metadata. This feature requires
|
||||||
iconv() via libc, if available, or libiconv.
|
iconv() via libc, if available, or GNU libiconv.
|
||||||
- [MISC] Add new --enable-debug configuration option to the configure
|
- [MISC] Add new --enable-debug configuration option to the configure
|
||||||
script, which enables (also new) memory debugging features.
|
script, which enables (also new) memory debugging features.
|
||||||
(Not interesting for non-developers.)
|
(Not interesting for non-developers.)
|
||||||
|
- [MISC] Various small code cleanups.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user