chiark / gitweb /
e9904d4f3355feb34d9df63632e600b394f0cf17
[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   * Declare build-dependency on libcdb-dev | tinycdb (<= 0.75)
11     since cdb.h etc. is in libcdb-dev off nowadays.  Closes: #387904.
12
13  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 18 Oct 2006 16:49:19 +0100
14
15 chiark-tcl (1.0.0.99.iwj.2) unstable; urgency=low
16
17   * Provide adns txt RRs.
18
19  -- Ian Jackson <ian@localhost.localdomain>  Mon,  3 Apr 2006 02:12:43 +0100
20
21 chiark-tcl (1.0.0.99.iwj.1) unstable; urgency=low
22
23   * Do not run dpkg-shlibdeps on adns and nettle plugins.
24     This prevents them turning up in Depends - see the README.
25   * Use correct syntax for avoiding compressing doc/*/*.[ch].txt.
26   * Use correct variable name for cht_adnstcl_{queries,resolvers}
27     everywhere (prevents coredump accessing uninitialised version).
28   * Correct doc comment for supplying query options to adns asynch.
29
30  -- Ian Jackson <ian@localhost.localdomain>  Mon,  3 Apr 2006 01:53:33 +0100
31
32 chiark-tcl (1.0.0) unstable; urgency=low
33
34   * Initial release.  Extensions included:  adns cdb crypto hbytes
35     (of which cdb and adns will be needed for new SAUCE).
36
37  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 30 Mar 2006 18:34:51 +0100
38
39
40 # chiark-tcl - various Tcl bindings and extensions
41 # Copyright 2006 Ian Jackson
42 #
43 # This program is free software; you can redistribute it and/or
44 # modify it under the terms of the GNU General Public License as
45 # published by the Free Software Foundation; either version 2 of the
46 # License, or (at your option) any later version.
47 #
48 # This program is distributed in the hope that it will be useful, but
49 # WITHOUT ANY WARRANTY; without even the implied warranty of
50 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
51 # General Public License for more details.
52 #
53 # You should have received a copy of the GNU General Public License
54 # along with this library; if not, write to the Free Software
55 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
56 # 02110-1301, USA.