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