-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
49 lines (36 loc) · 1.57 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
0.0.14 Tue Aug 24 09:30:12 CEST 2010
- Compare the SSIDs in binary form.
0.0.13 Sun Aug 22 21:52:59 CEST 2010
- Build process is now more compatible with OS X.
- Display the serial number of the router.
- When doing multiple SSID lookups, the entries are first sorted.
- Split the SSID and key buffers in two buffers.
0.0.12 Thu Aug 19 22:07:52 CEST 2010
- Speed improvement: transform the bytes to hex through an array lookup.
0.0.11 Fri Jul 9 22:18:22 CEST 2010
- Speed improvement: transform the binary SHA1 to hex only once per iteration.
0.0.10 Thu Jul 8 23:00:22 CEST 2010
- Accept multiple SSIDs.
0.0.9 Mon May 24 21:57:23 CEST 2010
- Conditional support for OpenSSL (--enable-openssl)
0.0.8 Thu Apr 22 23:08:12 CEST 2010
- Fix a typo in the usage.
0.0.7 Sat Mar 20 22:21:29 CET 2010
- Show the right router name when called with --debian.
0.0.6 Fri Mar 19 20:36:19 CET 2010
- Add the option --debian (generate debian's /etc/network/interfaces format).
- Allow the SSID to include the router's brand (SpeedTouch or Thomson).
- Possible memory crash fix (string not null terminated).
0.0.5 Fri Feb 12 21:58:04 CET 2010
- Allow the start and end year of the serial to be passed at the command line.
- Small speed improvement.
0.0.4 Tue Jan 26 20:39:54 CET 2010
- Build instructions in the README.
0.0.3 Mon Jan 25 22:29:54 CET 2010
- Issue 1 - Add pthreads as a dependency.
- Issue 2 - Run a single thread by default.
- Add sha1.h to the dist bundle.
0.0.2 Sun Jan 24 20:47:09 CET 2010
- Port to autotools.
0.0.1 Sun Jan 24 18:14:56 CET 2010
- Initial release.