%
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
$Id: release,v 1.43 2001/09/08 00:18:33 gson Exp $
|
||||
$Id: release,v 1.44 2001/10/02 01:09:05 gson Exp $
|
||||
|
||||
Preparing a bind9 release
|
||||
|
||||
@@ -179,12 +179,12 @@ release.
|
||||
- Sign the distribution files with the ISC signing PGP key
|
||||
and fix the permissions on the signature file:
|
||||
|
||||
pgp -sba bind-9.2.0rc2.tar.gz -u 0x51BAB2ED
|
||||
chmod 644 bind-9.2.0rc2.tar.gz.asc
|
||||
pgp -sba bind-9.2.0rc5.tar.gz -u 0x51BAB2ED
|
||||
chmod 644 bind-9.2.0rc5.tar.gz.asc
|
||||
|
||||
- Verify the PGP signature:
|
||||
|
||||
pgp bind-9.2.0rc2.tar.gz.asc bind-9.2.0rc2.tar.gz
|
||||
pgp bind-9.2.0rc5.tar.gz.asc bind-9.2.0rc5.tar.gz
|
||||
|
||||
(Look for the words "Good signature" in the output.)
|
||||
|
||||
@@ -192,7 +192,7 @@ release.
|
||||
|
||||
- Copy the distribution and PGP signature files to the FTP site:
|
||||
|
||||
ver=9.2.0rc2
|
||||
ver=9.2.0rc5
|
||||
ssh -n isrv4.pa.vix.com "mkdir /udir/ftp/isc/bind9/$ver"
|
||||
scp bind-$ver.tar.gz bind-$ver.tar.gz.asc \
|
||||
isrv4.pa.vix.com:/udir/ftp/isc/bind9/$ver
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
1.2. This document makes use of the EDNS extension mechanisms to add
|
||||
several new extended label types and message options, and the ability to
|
||||
ask multiple questions in a single request.
|
||||
|
||||
compress
|
||||
Expires December 1999 [Page 1]
|
||||
|
||||
INTERNET-DRAFT EDNS1 June 1999
|
||||
|
||||
@@ -12,28 +12,4 @@ RBT mark bit (with Brian)
|
||||
Support 64-bit offsets and serials in the journal
|
||||
(RT #124 "journalling with large files)
|
||||
|
||||
Review these changes:
|
||||
|
||||
================
|
||||
cvs diff -r1.106 -r1.107 lib/dns/name.c
|
||||
|
||||
date: 2000/11/14 23:48:02; author: tale; state: Exp; lines: +27 -11
|
||||
|
||||
Bitstring labels *still* suck. They didn't somehow magically get less
|
||||
sucky in the past couple of months. The nerve.
|
||||
|
||||
Anyway, dns_name_split now correctly compacts the preceding bitstring label
|
||||
(if any) when a maximal bitstring is split.
|
||||
|
||||
It also correctly creates the suffix when a maximal bitstring is split.
|
||||
It was doing this incorrectly before, independent of the compaction issue.
|
||||
================
|
||||
cvs diff -r1.93 -r1.94 lib/dns/rbt.c
|
||||
|
||||
date: 2000/11/14 23:51:24; author: tale; state: Exp; lines: +82 -37
|
||||
|
||||
Cope with the possibility that the prefix of a name split within a
|
||||
bitstring label might have been compacted to have fewer labels than
|
||||
what was expected
|
||||
|
||||
review getrrsetbyname() code and docs
|
||||
|
||||
Reference in New Issue
Block a user