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