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