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