]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/lib/vers/ChangeLog
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / crypto / heimdal / lib / vers / ChangeLog
1 2007-10-16  Love Hörnquist Åstrand  <lha@it.su.se>
2
3         * Makefile.am: don't run local checks.
4         
5 2006-12-29  Love Hörnquist Åstrand  <lha@it.su.se>
6
7         * print_version.c: Update (c).
8         
9 2006-10-21  Love Hörnquist Åstrand  <lha@it.su.se>
10         
11         * make-print-version.c: include <string.h>
12
13 2006-10-20  Love Hörnquist Åstrand  <lha@it.su.se>
14
15         * make-print-version.c: Avoid creating a file called --version.
16         
17 2006-10-19  Love Hörnquist Åstrand  <lha@it.su.se>
18         
19         * Makefile.am: fix spelling of build_HEADERZ
20
21 2006-10-07  Love Hörnquist Åstrand  <lha@it.su.se>
22         
23         * Makefile.am: Add build_HEADERZ to EXTRA_DIST
24         
25 2005-01-01  Love Hörnquist Åstrand  <lha@it.su.se>
26
27         * print_version.c: Happy New Year
28
29 2004-01-05  Love Hörnquist Åstrand  <lha@it.su.se>
30
31         * print_version.c: add year 2004
32         
33 2003-01-02  Johan Danielsson  <joda@pdc.kth.se>
34
35         * print_version.c: considerable clean up
36
37         * make-print-version.c: make VERSIONLIST a string instead of an
38         array of strings
39
40 2002-08-28  Assar Westerlund  <assar@kth.se>
41
42         * Makefile.am (make_print_version_LDADD): do not hardcode -ldes,
43         use $(LIB_des)
44
45 2002-08-19  Johan Danielsson  <joda@pdc.kth.se>
46
47         * print_version.c: add bug-report message
48
49 2002-05-20  Johan Danielsson  <joda@pdc.kth.se>
50
51         * print_version.c: update year
52
53 2001-08-24  Assar Westerlund  <assar@sics.se>
54
55         * Makefile.am (make_print_version_LDADD): use = instead of += (be
56         nice to current automake)
57
58 2001-04-21  Johan Danielsson  <joda@pdc.kth.se>
59
60         * print_version.c: 2001
61
62 2001-01-31  Assar Westerlund  <assar@sics.se>
63
64         * Makefile.am: remove -static turning this into a convenience
65         library
66
67 2000-11-15  Assar Westerlund  <assar@sics.se>
68
69         * Makefile.am: make the library static and don't install it
70
71 2000-07-08  Assar Westerlund  <assar@sics.se>
72
73         * make-print-version.c (heimdal_version, krb4_version): const-ize,
74         based on thorpej@netbsd.org's change to NetBSD