-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
91 lines (64 loc) · 2.55 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
alfred 2015.1:
* add support to run on interfaces with multiple link-local addresses
* various code cleanups
* bugs squashed:
- reduce of maximum payload size to always fit into UDP datagrams
-- Tue, 04 Aug 2015 14:59:10 +0200
alfred 2015.0:
* add support to call commands after data was updated
* automatic reduction of process capabilities when not needed anymore
* allow printing of the data version number in the alfred client mode
* various code cleanups
* bugs squashed:
- update of the version number when data was updated with different
version number
- tighten size check on received packet
-- Tue, 28 Apr 2015 20:39:51 +0200
alfred 2014.4.0:
* add support for multiple interfaces per master
* add support for changing interfaces on the fly
* changes to support multiple alfred interfaces:
- bind alfred to a specific interface
- allow configuring the unix socket path
* enhanced debugging
-- Wed, 31 Dec 2014 00:40:42 +0100
alfred 2014.3.0:
* fix various possible memleak, access errors and strncpy issues
* handle fcntl return codes
* fix altitude verification check in gpsd
-- Mon, 21 Jul 2014 16:53:01 +0200
alfred 2014.2.0:
* Handle EPERM errors on every sendto
* Check for changed interface properties, e.g. recreation or
changed MAC- and IPv6 addresses
-- Thu, 15 May 2014 19:41:44 +0200
alfred 2014.1.0:
* don't leak socket fd in batadv-vis
-- Thu, 13 Mar 2014 12:10:26 +0100
alfred 2014.0.0:
* add installation of the alfred-gpsd manpage
* add -lm to linker flags for libgps in alfred-gpsd
-- Sat, 04 Jan 2014 20:17:07 +0100
alfred 2013.4.0:
* add new json output format for vis
* add gps location information service for alfred
* allow network interface to vanish and return without restart
* allow to switch between master and slave operation without restart
* renamed vis to batadv-vis to avoid collisions with other vis binaries
* add manpages
* various code cleanups
* bugs squashed:
* handle failing write() in unix sockets
* Fix crash when vis opened empty file
-- Sun, 13 Oct 2013 22:55:43 +0200
alfred 2013.3.0:
* initial release of alfred after beta (synced release cycle with
batman-adv)
* allows to share arbitrary local information over a (mesh) network
* initial support for vis (previously in-kernel feature of batman-adv
to visualize the network) included
* easy but flexible communication interface to allow data applications
of all kinds
* two-tiered architecture (master and slaves)
* exchanges data via IPv6 unicast/multicast
-- Sun, 28 Jul 2013 18:56:52 +0200