~ubuntu-branches/ubuntu/trusty/wide-dhcpv6/trusty-proposed

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Jeremie Corbier
  • Date: 2007-01-05 16:01:17 UTC
  • mfrom: (6.1.1 feisty)
  • Revision ID: james.westby@ubuntu.com-20070105160117-sen1pm6d20sc0s86
Tags: 20061016-2
* debian/control: added lsb-base as a dependency.
* debian/patches:
  -> Added 01_bugfixes_20061227.dpatch:
    + Bug fixes from CVS 20061227.
    + dhcp6relay accepts Unique Local IPv6 unicast Addresses.
    + Fix an IA allocation failure from pool in dhcp6s.
    + Fix "-P" option in dhcp6s.
  -> Updated 02_Makefile.in.dpatch.
* debian/scripts/dhcp6c-ifupdown: check whether dhcp6c is running and exit
  silently if not. Avoid errors when network is brought up before the client
  is started (Closes: #404887).
* debian/dhcp6c.conf: corrected typo in comment (Closes: #404584).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-10-13  SUZUKI, Shinsuke <suz@kame.net>
 
2
        * Makefile.in: creates the target directory in "make install" 
 
3
        (suggested by Masahide NAKAMURA)
 
4
 
 
5
2006-10-08  SUZUKI, Shinsuke <suz@kame.net>
 
6
        * dhcp6s.conf.sample: corrected a misleading comment (pointed out by
 
7
        Hajimu UMEMOTO)
 
8
 
 
9
2006-10-04  SUZUKI, Shinsuke <suz@kame.net>
 
10
        * config.c: fixed a improper memory access when there is no free
 
11
          address in an address pool.  (Bug-ID 1563232)
 
12
 
 
13
          fixed a bug that a pooled address will never be reused even when
 
14
          it is released.
 
15
 
 
16
2006-10-03  SUZUKI, Shinsuke <suz@kame.net>
 
17
        * config.c: dhcp6s does not include a 0 refresh-time option in 
 
18
        ADVERTISE/REPLY message, when "option refreshtime" configuration does 
 
19
        not exist in its configuration.  (patch submitted by Jun-ya Kato)
 
20
 
 
21
        * cftoken.l, cfparse.y: fixed a compilation failure by flex 2.5.4
 
22
         (patch submitted by Jun-ya Kato)
 
23
 
 
24
2006-10-01  SUZUKI, Shinsuke <suz@kame.net>
 
25
        * cftoken.l, dhcp6[cs].conf.5: accepted "nis-domain-name" and "nisp-
 
26
          domain-name" as a configuration keyword for NIS/NIS+ domain name,
 
27
          as well as nis/nisp-server-domain-name. (Bug-ID 1566494)
 
28
 
 
29
        * cftoken.l: supported a declaration name (hostname, poolname,
 
30
          keyname, authname) including "-".  (Bug-ID 1566476)
 
31
 
 
32
2006-09-20  SUZUKI, Shinsuke <suz@kame.net>
 
33
        * common.c: fixed a bug that dhcp6s inserts SIP server addresses into
 
34
          DNS server address option (Bug-ID 1561202).  (degrade from 2006-07-30)
 
35
        * common.c: fixed a bug that status-code option might include a unexpected
 
36
          garbage value.  (Bug-ID 1561202)
 
37
        * dhcp6s.conf.5, dhcp6s.conf.sample: you need to provide a preferred-lifetime
 
38
          for each address-prefix.  (Bug-ID 1558811)
 
39
 
 
40
2006-09-20  STEVANT, Bruno <bruno.stevant@enst-bretagne.fr>
 
41
        * lease.c: Fix a memory violation in lease management.
 
42
 
 
43
        --- 20060902 tar ball released ---
 
44
2006-09-02  SUZUKI, Shinsuke <suz@kame.net>
 
45
        * added a configure check routine to automatically detect a 
 
46
          difference in TAILQ_FOREACH_REVERSE macros (Suggested by Brute
 
47
          STEVANT)
 
48
        * fixed a bug that dhcp6c cannot advertise an Option-Request-Option.
 
49
        * fixed a compilation failure in freebsd4
 
50
 
1
51
2006-07-30  SUZUKI, Shinsuke <suz@kame.net>
2
52
        * supported the following options:
3
53
                NIS server option, NIS domain option (RFC3898)