d76da85d24307c2d6c6a446684f5547aee4ffc82
[debian/ipip] / debian / changelog
1 ipip (1.1.6) unstable; urgency=low
2
3   * rebuild to reflect policy changes noted by lintian
4
5  -- Bdale Garbee <bdale@gag.com>  Sun, 29 Dec 2002 14:24:50 -0700
6
7 ipip (1.1.5) unstable; urgency=low
8
9   * apply patch to build well on new architectures with newer toolchains, 
10     closes: #105520, #105526
11   * remove the dh_suidregister call that's obsolete from debian/rules
12
13  -- Bdale Garbee <bdale@gag.com>  Mon, 16 Jul 2001 12:14:53 -0600
14
15 ipip (1.1.4) unstable; urgency=low
16
17   * update to latest standards revision, add Build-Depends
18
19  -- Bdale Garbee <bdale@gag.com>  Fri,  7 Jan 2000 02:41:59 -0700
20
21 ipip (1.1.3) unstable; urgency=low
22
23   * lose the call to dh_du, closes: #51486
24
25  -- Bdale Garbee <bdale@gag.com>  Mon, 29 Nov 1999 00:20:28 -0700
26
27 ipip (1.1.2) unstable; urgency=low
28
29   * fix a couple of obvious textual errors in the man page.  It still isn't
30     much of a man page, though!
31
32  -- Bdale Garbee <bdale@gag.com>  Fri,  3 Sep 1999 09:24:04 -0600
33
34 ipip (1.1.1) unstable; urgency=low
35
36   * fix typo in man page, closes 35144
37   * fix spelling error in control file pointed out by lintian
38
39  -- Bdale Garbee <bdale@gag.com>  Sun, 30 May 1999 23:28:21 -0600
40
41 ipip (1.1.0) frozen unstable; urgency=low
42
43   * as the "upstream maintainer", I'm choosing to eliminate the illusion of an
44     upstream release, and am packaging this as a "made for Debian" package.
45     It is, of course, still completely reasonable for the source to be 
46     unpacked and built on non-Debian, and even non-Linux systems.  
47   * integrating changes from Ron Luse KD9KX
48     - HUP signal is now honored more than once
49     - routes now matches on a most-specific basis, not first-match basis,
50       so config file route order is no longer important
51     - fixed ugly death when ip_send got host unreachable errors
52   * add an init.d script to launch the daemon
53   * fix several lintian errors and warnings
54
55  -- Bdale Garbee <bdale@gag.com>  Wed, 28 Oct 1998 17:55:45 -0700
56
57 ipip (1.0-1) unstable; urgency=low
58
59   * initial ipip package for Debian
60   * significant cleanup since last pre-Debian release in 1995
61
62  -- Bdale Garbee <bdale@gag.com>  Wed, 21 Jan 1998 11:16:45 -0700
63
64
65   Pre-Debian History:
66
67         0.0.12.bdale.4
68                 add code to log pid at invocation, so that log rotation can 
69                 easily include a daemon restart
70
71         0.0.12.bdale.3.3
72                 ugly hack to turn off connectivity to all but net-44 if
73                 AMPRONLY is defined.
74
75         0.0.12.bdale.3.2
76                 seems to work fine now on BSDI BSD/386.  a couple of tweaks
77                 to fix crashes lead to the '.2'
78
79         0.0.12.bdale.3
80                 working on switching to use of syslog() for error/warning
81                 outputs.  shorten the version string to just be my suffix.
82
83         0.0.12.bdale.2
84                 fixed a bunch of BSDI'isms... including modem control on a 
85                 serial port during open.  At this point, it routes on the IP
86                 side just fine, but the slip link still doesn't quite work...
87
88         0.0.12.bdale.1
89                 remove a reference to malloc.h in slip.c when compiled under
90                 BSDI's BSD/386
91
92         0.0.12.bdale.0
93                 disabled the code that prevents packets from going back out
94                 the same interface.  need to use same interface to bounce
95                 frames to/from other HP closed subnet hosts using my open
96                 subnet machine as a router...  this if BDALE defined.
97
98         0.0.12  added an fflush(stdout) to the run loop.  Nice to be able
99                 to see what trace is putting out!
100
101         0.0.11  progname prefix on messages is optional now; use the "-np"
102                 (noprefix) flag to turn it off.
103                 There are time-stamp on certain messages now; the "-nt"
104                 (notimestamp) flag turns off timestamps on the stats lines.
105                 The stats are a single line per interface now.
106                 Moved the NO_STRTOUL ugliness to the ipip.h file.  The default
107                 is to try for strtoul unless the symbol "sun" is defined.
108                 Fixed zero-length packets from the slip interface problem.
109
110         0.0.10  added the statistics reporting stuff.
111
112         0.0.9   added a very basic martian filter in hopes of catching
113                 very obvious network problems.  Added debug output while
114                 opening the interfaces.
115
116         0.0.8   fixed the network mask comparison -- gotta make sure we
117                 convert the mask to network byte order!
118
119         0.0.7   command line is handled better; -d and -t options separated.
120                 Support for SIGTERM and SIGINT -- print a message upon
121                 catching these.  Re-wrote the Makefile.
122
123         0.0.6   Improved and generalized the error handling code for the
124                 drivers, and ensured all messages are preceeded by the
125                 program name (nice when running in the background!)
126
127         0.0.5   Make sure we can deal with the EINTR error code (so we can
128                 handle a SIGHUP).
129
130         0.0.4   linted, added flag so that we can handle multiple slip
131                 packets in a single burst.
132
133         0.0.3   Rewrite the config and route readers.  Better error handling
134                 and more flexible.
135
136         0.0.2   Move the routines to open, read, send on an interface into
137                 the interface structure.  This simplifies many loops.
138
139         0.0.1   Initial sort of functional version.  (sent to bdale@gag.com)
140
141         0.0.0   Development begins (4 Dec 91)
142
143
144 Local variables:
145 mode: debian-changelog
146 End: