Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / heimdal / lib / vers / ChangeLog
1 2002-08-28  Assar Westerlund  <assar@kth.se>
2
3         * Makefile.am (make_print_version_LDADD): do not hardcode -ldes,
4         use $(LIB_des)
5
6 2002-08-19  Johan Danielsson  <joda@pdc.kth.se>
7
8         * print_version.c: add bug-report message
9
10 2002-05-20  Johan Danielsson  <joda@pdc.kth.se>
11
12         * print_version.c: update year
13
14 2001-08-24  Assar Westerlund  <assar@sics.se>
15
16         * Makefile.am (make_print_version_LDADD): use = instead of += (be
17         nice to current automake)
18
19 2001-04-21  Johan Danielsson  <joda@pdc.kth.se>
20
21         * print_version.c: 2001
22
23 2001-01-31  Assar Westerlund  <assar@sics.se>
24
25         * Makefile.am: remove -static turning this into a convenience
26         library
27
28 2000-11-15  Assar Westerlund  <assar@sics.se>
29
30         * Makefile.am: make the library static and don't install it
31
32 2000-07-08  Assar Westerlund  <assar@sics.se>
33
34         * make-print-version.c (heimdal_version, krb4_version): const-ize,
35         based on thorpej@netbsd.org's change to NetBSD