Release Notes ============= 4.1.1 (2014-10-07) ------------------ * muddiag * Adds more testing cases. * mudrun * Fixes a bug for Full VPN mode that the connection to the master server isn't properly reseted. * Records RTT information more when it's accessing the Setting menu. * mudfish * On linux, it shows the exact time per each message logs. * Removes -n option; no longer used * Fixes a bug for Full VPN mode that it doesn't properlt connect to the master server. * Extend IP range used by Mudfish Network from 10.252.0.0/14 to 10.248.0.0/13. * misc * Code sigining again. 4.1.0 (2014-09-30) ------------------ * mudflow * Multiple code cleanups that no longer sqlite3 is used and obsoleted ADN mode is removed. * Reporting the port number for FastConnect mode is enhanced. * Supports FastConnect mode correctly for v4 * mudrun * Fixes an issue that logout takes at least 5 seconds. * Supports more UI menus; e.g. showing the log messages and status. * Supports notification from web or desktop. * Adds a version tag when thr crash is reported. * mudfish * Removes -t option for cleanup. * Supports new ADN mode. * Fixes a bug that sending the heartbeat isn't handled correctly. * Fixes a crash if there are too many entries for FastConnect mode. * For 'netstat' of CLI command, it now shows that UDP bind ports. 4.0.14 (2014-09-17) ------------------- * muddiag * Cleans up code not to be used anymore and hosts * mudrun * As default, SSL connections are used for the frontend and backend. * Fixes a issue that the shared memory isn't ready when other process is reading. * Don't use CDN for mudrun accesses to avoid 502 (Bad Gateway) error. * misc * The session is kept as permanent unless explicitly it's requested. * Being more verbose for mudrun and mudflow logs. 4.0.13 (2014-08-13) ------------------- * Fixes a crash when msk(4) calls m_freem() function at same time by multipl threads.