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