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