]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - crypto/heimdal/lib/vers/ChangeLog
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / crypto / heimdal / lib / vers / ChangeLog
1 2003-01-02  Johan Danielsson  <joda@pdc.kth.se>
2
3         * print_version.c: considerable clean up
4
5         * make-print-version.c: make VERSIONLIST a string instead of an
6         array of strings
7
8 2002-08-28  Assar Westerlund  <assar@kth.se>
9
10         * Makefile.am (make_print_version_LDADD): do not hardcode -ldes,
11         use $(LIB_des)
12
13 2002-08-19  Johan Danielsson  <joda@pdc.kth.se>
14
15         * print_version.c: add bug-report message
16
17 2002-05-20  Johan Danielsson  <joda@pdc.kth.se>
18
19         * print_version.c: update year
20
21 2001-08-24  Assar Westerlund  <assar@sics.se>
22
23         * Makefile.am (make_print_version_LDADD): use = instead of += (be
24         nice to current automake)
25
26 2001-04-21  Johan Danielsson  <joda@pdc.kth.se>
27
28         * print_version.c: 2001
29
30 2001-01-31  Assar Westerlund  <assar@sics.se>
31
32         * Makefile.am: remove -static turning this into a convenience
33         library
34
35 2000-11-15  Assar Westerlund  <assar@sics.se>
36
37         * Makefile.am: make the library static and don't install it
38
39 2000-07-08  Assar Westerlund  <assar@sics.se>
40
41         * make-print-version.c (heimdal_version, krb4_version): const-ize,
42         based on thorpej@netbsd.org's change to NetBSD