-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathANNOUNCE
84 lines (59 loc) · 1.87 KB
/
ANNOUNCE
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
Announcement & Release notes
Tue Aug 20 06:51:22 EST 2013
0.12 - August release
- support x86-64 Windows
- build on x86-64 Debian/Linux
Fri Jul 19 13:55:12 EST 2013
0.11 - July release
- make DNS lookups work
- build on AMD64
- improve vt100 speed
Sun Jun 16 21:51:41 EST 2013
0.10 - June release
- implement signal handling, make ^C work
- implement ECHO and ECHOCTL
- make the dropbear ssh client work
Thu May 16 21:26:41 EST 2013
0.9 - May release
- implement openat(), allows tab completion in ash
- implement sendto() and recvfrom(), for wget
- fix fd reference counting
Thu Apr 18 15:34:11 EST 2013
0.8 - April release
- support glibc 2.15
- support read-only memory mappings
- use NSIS installer
Thu Mar 14 23:12:44 EST 2013
0.7 - March release
- share memory between the client and server
- add pipe(2) support
- split libc implementation from dynamic loader
Mon Feb 11 23:12:24 EST 2013
0.6 - February release
- symbolic link support
- mkdir/rmdir/chdir/getcwd support
- telnet can connect to a server
Fri Jan 18 17:47:58 EST 2013
0.5 - January release
- robotfindskitten working
- bsdgames robots, hangman, snake working
- start of support for IPv4 sockets
Fri Dec 14 09:27:28 EST 2012
0.4 - December release
- vitetris gameplay works
- busybox's vi editing work
- busybox's ash can start commands
- dash shows prompt
Sun Nov 18 08:22:23 EST 2012
0.3 - November release
- make more busybox utils (cal, expr, head, tail) work
- busybox vi starts to do something vaguely sensible
Tue Oct 16 06:50:47 EST 2012
0.2 - October release
- Added rudimentary stdio implmentation
- Some busybox utils work (cat, date, echo, hostname, uname, wc)
Sat Sep 15 12:10:11 EST 2012
0.1 - Initial release
- rudimentary fork and exec work correctly
- accesses to %gs offsets emitted by gcc for stack smashing protection work
- rudimentary shared object loader works