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