--- embedaddon/mpd/doc/mpd4.html 2012/02/21 23:32:47 1.1
+++ embedaddon/mpd/doc/mpd4.html 2013/07/22 08:44:30 1.1.1.2
@@ -6,7 +6,7 @@
-Mpd 5.6 User Manual
+Mpd 5.7 User Manual
: Introduction
: Change history
Previous: Organization of this manual
@@ -15,14 +15,44 @@
1.3. Change history
+Changes since version 5.6:
+
+- New features:
+
+- Added global `qthreshold` option.
+- Added `unset radius server ...` command.
+- Added `unset nat ...` command.
+- Added `Class` CoA attribute from RFC 2865.
+- New command 'show netflow' added.
+
+
+- Changes:
+
+- NAT rules may be added/deleted without shutdowning interface.
+- NetFlow can export IPv6 data.
+- Interface description may be construct from predefined
+variables in bundle template.
+
+
+- Bugfixes:
+
+- Restore `show sessions` as unprivileged command.
+- Fix infinite event loop when STDIN redirected to /dev/null
+after it recently got non-blocking mode support.
+- Fix invalid output of `show nat` command in some times.
+- Fix some possible memory leaks.
+
+
+
+
Changes since version 5.5:
- New features:
-- Added `mpd-iface-name` RADIUS arrtibute.
-- Added `mpd-iface-descr` RADIUS arrtibute.
-- Added `mpd-iface-group` RADIUS arrtibute.
-- Added `mpd-peer-ident` RADIUS arrtibute.
+- Added `mpd-iface-name` RADIUS attribute.
+- Added `mpd-iface-descr` RADIUS attribute.
+- Added `mpd-iface-group` RADIUS attribute.
+- Added `mpd-peer-ident` RADIUS attribute.
- Added `set iface name ...` command.
- Added `set iface description ...` command.
- Added `set iface group ...` command.
@@ -318,7 +348,7 @@ in complicated dial setups.
- Rewritten PPPoE, L2TP, TCP and UDP link types to fulfill new
dynamic design.
- MPPC related options moved from 'set ccp' to the new 'set mppc' command.
-- 'set bundle retry' commend renamed to 'set bundle fsm-timeout'.
+- 'set bundle retry' command renamed to 'set bundle fsm-timeout'.
- Number of auth retries increased to 5.
- PPTP windowing is disabled by default.
- Improved unified command error reporting.
@@ -804,7 +834,7 @@ implementing each EAP-Type into Mpd.
-Mpd 5.6 User Manual
+Mpd 5.7 User Manual
: Introduction
: Change history
Previous: Organization of this manual