forked from arduino/openwrt-yun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
133 lines (104 loc) · 6.15 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
=== Release 1.5.3 - November 13th, 2014
OpenWrt-Yun (Linux side)
- yun-gcc now includes many header files. Checkout @noblepepper blog for some instructions
http://noblepepper.com/wp/blog/2014/10/22/gcc-g-on-an-arduino-yun/
See https://github.com/arduino/openwrt-packages-yun/issues/18
- nodejs: bleno version bump
- nodejs: new native module sqlite3. See https://github.com/arduino/openwrt-packages-yun/issues/20
- nodejs: wrapper script now works well even with swap partitions (it was working with swap files only)
- nodejs: version bump to 0.10.33
Web Panel
- fixed wrong timezone selection on advanced settings. See https://github.com/arduino/openwrt-yun/issues/29
=== Release 1.5.2 - October 18th, 2014
OpenWrt-Yun (Linux side)
- disabled DNS server on every interface but localhost, thus preventing a network security issue introduced by an
"open resolver"
- wifi name when in Access Point mode can now be specified in configuration file /etc/config/arduino. If set to
"Arduino", actual name will be "Arduino Yun" plus MAC address. Custom name will be retained even after resetting
wireless configuration. See https://github.com/arduino/openwrt-yun/issues/6
=== Release 1.5.1 - October 13th, 2014
OpenWrt-Yun (Linux side)
- sync with latest stable OpenWrt
- added commented line in rc.local that disable kernel console debug messages
- upgraded nodejs to latest 0.10.32
- upgraded node-socket.io modules to 1.x
- added node-socket.io-client-legacy and node-socket.io-legacy (0.9.x series of socket.io)
- upgraded all the other nodejs modules
- upgraded python bridge (see below)
Bridge (python and php)
- bridgeclient new functions: getall, delete and mailbox (also see https://github.com/arduino/YunBridge/issues/13)
- bridgeclient speed up: calling begin() and close() before and after all the subsequent calls to bridge, make
these calls faster. See https://github.com/arduino/YunBridge/issues/4 and bridgeclient_example.py
Web Panel
- build date of running OpenWrt-Yun is now shown in homepage footer. See https://github.com/arduino/YunWebUI/issues/15
- list of available wifis now includes signal strength. See https://github.com/arduino/YunWebUI/issues/16
=== Release 1.5.0 - September 17th, 2014
Web Panel
- REST api had fixed timeout of 5 seconds. Now timeout is configurable in file /etc/config/arduino.
See https://github.com/arduino/YunWebUI/issues/11
OpenWrt-Yun (Linux side)
- Added yun-gcc package. Thanks @noblepepper. See https://github.com/arduino/openwrt-packages-yun/pull/7
- If swap is active, nodejs runs with no arguments. Otherwise, it runs with constraining memory options.
See https://github.com/arduino/openwrt-packages-yun/issues/4
- opkg now uses libcurl: removed ugly url encoding patch. See https://github.com/arduino/openwrt-yun/issues/28
=== Release 1.4.2 - September 4th, 2014
Web panel (bugfix)
- Fixed a javascript error in webpanel login page
- Fixed wrong JSONP serialization. See https://github.com/arduino/YunWebUI/issues/13
OpenWrt-Yun (Linux side)
- Added "image builder" to the build process. See https://github.com/arduino/openwrt-yun/issues/20
- Added alljoyn feeds and packages. Ses https://github.com/arduino/openwrt-yun/issues/24
=== Release 1.4.1 - August 7th, 2014
Web panel (bugfix)
- A bug in date parsing caused issues in displaying webpanel homepage.
Fixes https://github.com/arduino/YunWebUI/issues/12
=== Release 1.4 - July 15th, 2014
OpenWrt-Yun (Linux side)
- kernel: loop back device is now built-in
- new scripts extract-built-date and extract-built-date-from-sysupgrade-image
Web panel (configuration, REST API, sketch upload)
- Image upgrade box now shows image creation date and notify user if it's newer than the one running on the Yun.
Fixes https://github.com/arduino/openwrt-yun/issues/2
- It's now possible to upload a precompiled sketch (.hex file) via webpanel
=== Release 1.3 - July 14th, 2014
OpenWrt-Yun (Linux side)
- run-avrdude: fixed a fail occuring when /tmp/efuse file cannot be created.
Fixes https://github.com/arduino/openwrt-packages-yun/issues/9
- u-boot: stopping autoboot now requires typing 'ard', instead than any single char.
Fixes https://github.com/arduino/openwrt-yun/issues/19
=== Release 1.2 - July 12th, 2014
OpenWrt-Yun (Linux side)
- opkg: fixed problem with downloading packages with pluses ("+") in the name.
Issue https://github.com/arduino/openwrt-yun/issues/16
- ImageMagick was missing some binaries. Issue https://github.com/arduino/openwrt-packages-yun/issues/5
=== Release 1.1 - June 23rd, 2014
OpenWrt-Yun (Linux side)
- Wifi now supports DFS
=== Release 1.0 - April 17th, 2014
OpenWrt-Yun (Linux side)
- wget now supports ssl
- Fixed fuses values in run-avrdude
- nano is now built-in (no need to become "vi" experts any more)
- Updated ruby to 1.9.3-p429
- Fixed USB port stability (when using it both with a pen drive or as a serial device)
- Patched dhcp script to fix ethernet routing issue
(see http://forum.arduino.cc/index.php?topic=203754.msg1507343#msg1507343)
- Added lots of webcam modules
- Fixed USB keyboard support
- Heartbleed http://heartbleed.com/
- Linux side ready visual notification: when linux boot completes, the usb led lights up (it's bright white)
- Disk space expander tutorial: using an micro SD card to have gigabytes of disk space
- Added "upgrade-all" script for easier massive upgrade of packages (available only after having followed the
ExpandingYunDiskSpace tutorial)
- Node.js is now available as an optional package: other native nodejs packages include bleno, noble, serialport,
socket.io. See the list at github
Web panel (configuration, REST API)
- Previously, jsonp calls were triggered by the "jsonp" query string parameter only. Now, you can use "callback"
as well. This makes it easier to query the Yún with jquery. #1
- Added Mailbox support: http://arduino.local/mailbox/DATA #3
- Various fixes https://github.com/arduino/YunWebUI/issues?milestone=1&page=1&state=closed
Bridge (python)
- File.size() now implemented
- PHP bridge client (thx Luca Soltoggio)
- Bridge is now run with "-u" python flag, preventing some random lockups in the Bridge
- Resolved conflict with python "json" module