capture information in changelog about bugs that this upload should close
[debian/amanda] / ReleaseNotes
1                 Release Notes for amanda-2.5.2
2
3 IPv6
4
5   IPv6 support is enabled by default if your OS support it, if your OS is
6   not working correctly with IPV6, you can disable it at configure time
7   with '--without-ipv6'.
8
9 readblocksize
10
11   This option is useful only if you configured amanda with a big
12   '--with-maxtapeblocksize' and your hardware can't works with big block
13   size.
14   
15
16                 Release Notes for amanda-2.5.1
17
18
19 usetimestamps
20
21   This new feature will record all dump with timestamp instead of datestamp,
22   it will allow to do many dump in a day and recover easily anyone of them.
23
24   If you use this features, you will not be able to downgrade to 2.5.0 or
25   earlier.
26
27   see the usetimestamps section of 'man amanda.conf'
28
29
30 bsdudp/bsdtcp
31
32   These are 2 new auth, they still use bsd authentification like bsd, but
33   use less port.
34
35   bsdudp is like bsd, it use udp for connecting to client but it will use
36   only one tcp port for all data stream.
37
38   bsdtcp use tcp to connect the to client and it's the only network
39   connection use.  It doesn't have the udp packet size limit, so you can
40   have an unlimited number of DLE for a single host.
41
42 amrecover use the security-api
43
44   amrecover now use the security-api, You don't need to configure an
45   amindexd and an amidxtaped services in your xinetd.
46   amindexd and amidxtaped will be launched by amandad like any other services.
47   You must do modification to your xinetd configuration and .amandahosts toi
48   allow connection to amindexd and amidxtaped.
49
50 new format of xinetd.d/amanda
51
52   amandad get in arguments the list of services it can launch, you must add
53   theses services in the server_args options.
54
55 new format of .amandahosts
56
57   You must append to each line the services this client can launch, the
58   default is "amdump"
59
60
61 See the AUTHORIZATION section of the amanda man page and the
62 docs/howto-auth.txt
63