chiark / gitweb /
-Wno-strict-alias
[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   * Pass -Wno-strict-alias.  The compiler is wrong.
13
14  -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 18 Oct 2006 16:58:37 +0100
15
16 chiark-tcl (1.0.0.99.iwj.2) unstable; urgency=low
17
18   * Provide adns txt RRs.
19
20  -- Ian Jackson <ian@localhost.localdomain>  Mon,  3 Apr 2006 02:12:43 +0100
21
22 chiark-tcl (1.0.0.99.iwj.1) unstable; urgency=low
23
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   * Correct doc comment for supplying query options to adns asynch.
30
31  -- Ian Jackson <ian@localhost.localdomain>  Mon,  3 Apr 2006 01:53:33 +0100
32
33 chiark-tcl (1.0.0) unstable; urgency=low
34
35   * Initial release.  Extensions included:  adns cdb crypto hbytes
36     (of which cdb and adns will be needed for new SAUCE).
37
38  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 30 Mar 2006 18:34:51 +0100
39
40
41 # chiark-tcl - various Tcl bindings and extensions
42 # Copyright 2006 Ian Jackson
43 #
44 # This program is free software; you can redistribute it and/or
45 # modify it under the terms of the GNU General Public License as
46 # published by the Free Software Foundation; either version 2 of the
47 # License, or (at your option) any later version.
48 #
49 # This program is distributed in the hope that it will be useful, but
50 # WITHOUT ANY WARRANTY; without even the implied warranty of
51 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
52 # General Public License for more details.
53 #
54 # You should have received a copy of the GNU General Public License
55 # along with this library; if not, write to the Free Software
56 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
57 # 02110-1301, USA.