This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / usr.sbin / named / Version.c
CommitLineData
15637ed4
RG
1/*-
2 * Copyright (c) 1986, 1987, 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
13 * 3. All advertising materials mentioning features or use of this software
14 * must display the following acknowledgement:
15 * This product includes software developed by the University of
16 * California, Berkeley and its contributors.
17 * 4. Neither the name of the University nor the names of its contributors
18 * may be used to endorse or promote products derived from this software
19 * without specific prior written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)Version.c 4.10 (Berkeley) 4/24/91
34 */
35
36#ifndef lint
37char sccsid[] = "@(#)named 4.8.3 %WHEN% %WHOANDWHERE%\n";
38#endif /* not lint */
39
40char Version[] = "named 4.8.3 %WHEN%\n\t%WHOANDWHERE%\n";
41
42#ifdef COMMENT
43
44SCCS/s.Version.c:
45
46D 4.8.3 90/08/15 09:21:21 bloom 37 35 00031/00028/00079
47Version distributed with 4.3 Reno tape (June 1990)
48(with additional changes for backward compat. after Reno)
49
50D 4.8.2 89/09/18 13:57:11 bloom 35 34 00020/00014/00087
51Interim fixes release
52
53D 4.8.1 89/02/08 17:12:15 karels 34 33 00026/00017/00075
54branch for 4.8.1
55
56D 4.8 88/07/09 14:27:00 karels 33 28 00043/00031/00049
574.8 is here!
58
59D 4.7 87/11/20 13:15:52 karels 25 24 00000/00000/00062
604.7.3 beta
61
62D 4.6 87/07/21 12:15:52 karels 25 24 00000/00000/00062
634.6 declared stillborn
64
65D 4.5 87/02/10 12:33:25 kjd 24 18 00000/00000/00062
66February 1987, Network Release. Child (bind) grows up, parent (kevin) leaves home.
67
68D 4.4 86/10/01 10:06:26 kjd 18 12 00020/00017/00042
69October 1, 1986 Network Distribution
70
71D 4.3 86/06/04 12:12:18 kjd 12 7 00015/00028/00044
72Version distributed with 4.3BSD
73
74D 4.2 86/04/30 20:57:16 kjd 7 1 00056/00000/00016
75Network distribution Freeze and one more version until 4.3BSD
76
77D 1.1 86/04/30 19:30:00 kjd 1 0 00016/00000/00000
78date and time created 86/04/30 19:30:00 by kjd
79
80code versions:
81
82Makefile
83 Makefile.dist 5.4 (Berkeley) 8/15/90
84Makefile.reno
85 Makefile 5.8 (Berkeley) 7/28/90
86Version.c
87 Version.c 4.9 (Berkeley) 7/21/90
88db.h
89 db.h 4.16 (Berkeley) 6/1/90
90db_dump.c
91 db_dump.c 4.30 (Berkeley) 6/1/90
92db_glue.c
93 db_glue.c 4.4 (Berkeley) 6/1/90
94db_load.c
95 db_load.c 4.37 (Berkeley) 6/1/90
96db_lookup.c
97 db_lookup.c 4.17 (Berkeley) 6/1/90
98db_reload.c
99 db_reload.c 4.21 (Berkeley) 6/1/90
100db_save.c
101 db_save.c 4.15 (Berkeley) 6/1/90
102db_update.c
103 db_update.c 4.26 (Berkeley) 6/1/90
104named-xfer.c
105 named-xfer.c 4.16 (Berkeley) 8/15/90
106named.reload
107 named.reload 5.1 (Berkeley) 2/8/89
108named.reload.reno
109 named.reload 5.2 (Berkeley) 6/27/89
110named.restart
111 named.restart 5.2 (Berkeley) 2/5/89
112named.restart.reno
113 named.restart 5.4 (Berkeley) 6/27/89
114ns.h
115 ns.h 4.32 (Berkeley) 8/15/90
116ns_forw.c
117 ns_forw.c 4.30 (Berkeley) 6/27/90
118ns_init.c
119 ns_init.c 4.35 (Berkeley) 6/27/90
120ns_main.c
121 ns_main.c 4.51 (Berkeley) 8/15/90
122ns_maint.c
123 ns_maint.c 4.38 (Berkeley) 8/15/90
124ns_req.c
125 ns_req.c 4.44 (Berkeley) 6/27/90
126ns_resp.c
127 ns_resp.c 4.63 (Berkeley) 6/1/90
128ns_sort.c
129 ns_sort.c 4.8 (Berkeley) 6/1/90
130ns_stats.c
131 ns_stats.c 4.10 (Berkeley) 6/27/90
132pathnames.h
133 pathnames.h 5.4 (Berkeley) 6/1/90
134
135#endif COMMENT