chiark / gitweb /
tuntap
[chiark-tcl.git] / debian / changelog
1 chiark-tcl (1.0.1) unstable; urgency=low
2
3   * dgram: New extension for datagram sockets; dgram-socket command.
4   * tuntap: New extension for tun/tap interfaces (currently, tun only).
5   * New way of doing toplevels with tcmdifgen dispatch() primitive.
6   * Replace #include <tcl8.3/tcl.h> with <tcl.h> and in build system find
7     Tcl version and pass appropriate -I option.  (Closes: #362806.)
8   * Declare versioned build-dependency on libadns1-dev >= 1.2
9     since we need adns_init_logfn.  (Closes: #382287.)
10
11  --
12
13 chiark-tcl (1.0.0.99.iwj.2) unstable; urgency=low
14
15   * Provide adns txt RRs.
16
17  -- Ian Jackson <ian@localhost.localdomain>  Mon,  3 Apr 2006 02:12:43 +0100
18
19 chiark-tcl (1.0.0.99.iwj.1) unstable; urgency=low
20
21   * Do not run dpkg-shlibdeps on adns and nettle plugins.
22     This prevents them turning up in Depends - see the README.
23   * Use correct syntax for avoiding compressing doc/*/*.[ch].txt.
24   * Use correct variable name for cht_adnstcl_{queries,resolvers}
25     everywhere (prevents coredump accessing uninitialised version).
26   * Correct doc comment for supplying query options to adns asynch.
27
28  -- Ian Jackson <ian@localhost.localdomain>  Mon,  3 Apr 2006 01:53:33 +0100
29
30 chiark-tcl (1.0.0) unstable; urgency=low
31
32   * Initial release.  Extensions included:  adns cdb crypto hbytes
33     (of which cdb and adns will be needed for new SAUCE).
34
35  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 30 Mar 2006 18:34:51 +0100
36
37
38 # chiark-tcl - various Tcl bindings and extensions
39 # Copyright 2006 Ian Jackson
40 #
41 # This program is free software; you can redistribute it and/or
42 # modify it under the terms of the GNU General Public License as
43 # published by the Free Software Foundation; either version 2 of the
44 # License, or (at your option) any later version.
45 #
46 # This program is distributed in the hope that it will be useful, but
47 # WITHOUT ANY WARRANTY; without even the implied warranty of
48 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
49 # General Public License for more details.
50 #
51 # You should have received a copy of the GNU General Public License
52 # along with this library; if not, write to the Free Software
53 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
54 # 02110-1301, USA.