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