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