| 1 | | Versión 0.7 |
| 2 | | * Add: nw_ts: Traffic Shapping (TS) function. |
| 3 | | * Add: Web Admin Interface. Firmware Upgrade via MTD and Node info. |
| 4 | | * Add: nw_conf TS configuration. |
| 5 | | * Add: ip check list in nwnode config file. |
| 6 | | * CHANGE: nightwing and nw_check. prevent reboot when has ip from LAN and not have Internet. |
| 7 | | * CHANGE: nw_conf Web Admin access configuration. |
| 8 | | * CHANGE: nw_check WAN IP Control. To prevent reboot when WAN IP has changed. |
| 9 | | * CHANGE: adding parameters in nightwing and nw_check. |
| 10 | | * CHANGE: Default gateway_class value. Now is 1024. |
| 11 | | * FIX: wireless config. hwmode replace mode for wireless mode (11b, 11bg, 11g) |
| 12 | | * FIX: nw_conf. wireless mode |
| 13 | | * FIX: nw_conf. Variables parsing |
| 14 | | * FIX: Restrictions in Private Address Space reserved for IANA |
| 15 | | * FIX: Add iptables rule to prevent access from clients nodes to computers conected on private ap in gateway node. |
| | 1 | Version 0.7 |
| | 2 | * ADDED: nw_ts: Traffic Shapping (TS) function. |
| | 3 | * ADDED: Web Admin Interface. Firmware Upgrade via MTD and Node info. |
| | 4 | * ADDED: nw_conf TS configuration. |
| | 5 | * ADDED: ip check list in nwnode config file. |
| | 6 | * CHANGED: nightwing and nw_check. Avoid reboot when has IP address from LAN and have no Internet. |
| | 7 | * CHANGED: nw_conf Web Admin access configuration. |
| | 8 | * CHANGED: nw_check WAN IP Control. To prevent reboot when WAN IP has changed. |
| | 9 | * CHANGED: Added new parameters in nightwing and nw_check. |
| | 10 | * CHANGED: Default gateway_class value. Now is 1024. |
| | 11 | * FIXED: wireless config. hwmode replace mode for wireless mode (11b, 11bg, 11g) |
| | 12 | * FIXED: nw_conf. wireless mode. |
| | 13 | * FIXED: nw_conf. Variables parsing. |
| | 14 | * FIXED: Restrictions in Private Address Space reserved for IANA. |
| | 15 | * FIXED: Added iptables rule to prevent access from clients nodes to computers connected on private AP in gateway node. |
| 17 | | Versión 0.6-beta4 |
| 18 | | * CHANGE: Rewrite resolv.conf only in client mode. In gateway mode we use the dns assigned by the dhcp. |
| 19 | | * CHANGE: The options of dnsmasq have been removed from the script. |
| 20 | | * CHANGE: README.FIRST. OpenWrt source repository downloads. |
| 21 | | * FIX: dnsmasq.conf to prevent the daemon listens on the LAN mode gateway. |
| 22 | | * FIX: --bind-interfaces error dnsmasq init. Replace with bind-interfaces option into dnsmasq.conf. |
| 23 | | * FIX: nw_conf: validate passphrase length is not less than 8 characters and not greater than 63 characters to prevent hostapd crash. |
| | 17 | Version 0.6-beta4 |
| | 18 | * CHANGED: Rewrite resolv.conf only in client mode. In gateway mode we use the dns assigned by the dhcp. |
| | 19 | * CHANGED: The options of dnsmasq have been removed from the script. |
| | 20 | * CHANGED: README.FIRST. OpenWrt source repository downloads. |
| | 21 | * FIXED: dnsmasq.conf to prevent the daemon listens on the LAN mode gateway. |
| | 22 | * FIXED: --bind-interfaces error dnsmasq init. Replace with bind-interfaces option into dnsmasq.conf. |
| | 23 | * FIXED: nw_conf: validate passphrase length is not less than 8 characters and not longer than 63 characters to prevent hostapd crash. |
| 30 | | Versión 0.6-beta2 |
| 31 | | * CHANGE: resolv.conf.lugromesh to resolv.conf.default. |
| 32 | | * CHANGE: Script is implemented on the Lugro-Mesh server to ip detect and not depend on external services. |
| 33 | | * CHANGE: NODE_ID calculation and SSID asignation. |
| 34 | | * ADD: Reboot or return to factory default pressing reset button. (Depending how much time you press the button, does one thing or another). |
| 35 | | * ADD: nw_conf: Nightwing Config System for node.(Can change channel, ssid, mode, bmxd options, etc). Can return to factory default. |
| 36 | | * ADD: Transparent DNS. Intercept DNS Query in PUBLIC_AP_IFACE and MESH. |
| 37 | | * ADD: WAN IP Control. If WAN IP has Changed, then the gateway reboots in order to apply iptable rules. |
| 38 | | * ADD: Make Nigthwing to work with an OpenDNS's account to respect local regulations. |
| 39 | | * FIX: Use LAN dns for private ap. |
| 40 | | * FIX: Use variables to asign ssid. |
| 41 | | * FIX: Clam MTU |
| 42 | | |
| | 30 | Version 0.6-beta2 |
| | 31 | * CHANGED: resolv.conf.lugromesh to resolv.conf.default. |
| | 32 | * CHANGED: Script is implemented on the Lugro-Mesh server to ip detect and not depend on external services. |
| | 33 | * CHANGED: NODE_ID calculation and SSID asignation. |
| | 34 | * ADDED: Reboot or return to factory default by pressing reset button. (Depending how much time you press the button, it does one thing or another). |
| | 35 | * ADDED: nw_conf: Nightwing Config System for node.(Can change channel, ssid, mode, bmxd options, etc). Can return to factory default. |
| | 36 | * ADDED: Transparent DNS. Intercept DNS Query in PUBLIC_AP_IFACE and MESH. |
| | 37 | * ADDED: WAN IP Control. If WAN IP has Changed, then the gateway reboots in order to apply iptable rules. |
| | 38 | * ADDED: Make Nigthwing to work with an OpenDNS's account to respect local regulations. |
| | 39 | * FIXED: Use LAN dns for private ap. |
| | 40 | * FIXED: Use variables to asign ssid. |
| | 41 | * FIXED: Clam MTU. |
| 45 | | * CHANGE: NoDogSplah by WiFiDog. All the config files and web page from NoDogSplash are deleted. |
| 46 | | * CHANGE: It now uses B.A.T.M.A.N.-Experimental r1157 instead of B.A.T.M.A.N.-0.3-beta. |
| 47 | | Who, untill revision 1115, had serious stability issues. |
| 48 | | * CHANGE: Nightwing changes the configuration of WiFiDog. |
| 49 | | * CHANGE: Banner file to reflect the firmware's new web page. |
| 50 | | * CHANGE: Unique SSID for every node. |
| 51 | | * ADD: CHANGELOG file. |
| 52 | | * ADD: UCI configuration file for WiFiDog. |
| 53 | | * ADD: Node's name is automatically created. |
| 54 | | * ADD: First boot checks. |
| 55 | | * FIX: Bug in version 0.5beta1. From the public interface access, one client can access to resources |
| 56 | | only available to the LAN if enter for the Internet IP. Adding additional iptable's lines. |
| | 44 | * CHANGED: NoDogSplah by WiFiDog. All the config files and web page from NoDogSplash were deleted. |
| | 45 | * CHANGED: It now uses B.A.T.M.A.N.-Experimental r1157 instead of B.A.T.M.A.N.-0.3-beta. |
| | 46 | Which, untill revision 1115, had serious stability issues. |
| | 47 | * CHANGED: Nightwing changes the configuration of WiFiDog. |
| | 48 | * CHANGED: Banner file to reflect the firmware's new web page. |
| | 49 | * CHANGED: Unique SSID for every node. |
| | 50 | * ADDED: CHANGELOG file. |
| | 51 | * ADDED: UCI configuration file for WiFiDog. |
| | 52 | * ADDED: Node's name is automatically created. |
| | 53 | * ADDED: First boot checks. |
| | 54 | * FIXED: Bug in version 0.5beta1. From the public interface access, one client can access to resources |
| | 55 | only available to the LAN if enter for the Internet IP. Adding additional iptable's lines. |