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