diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2000-12-29 14:20:50 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2000-12-29 14:20:50 +0000 |
commit | 84e1c81771e4b6571ab145763860a482897993b8 (patch) | |
tree | 2f554ca1328ae7e76f93e710b2dba010303890cf | |
parent | 78a8569fd4d5d54b0c391ba7129a9310da598e1c (diff) |
Added a reminder to myself about version numbers...
Also added a note about shared libraries.
-rw-r--r-- | kerberosIV/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/kerberosIV/README b/kerberosIV/README index d4bb922c795..47587fcbdc9 100644 --- a/kerberosIV/README +++ b/kerberosIV/README @@ -1,4 +1,4 @@ -$OpenBSD: README,v 1.2 2000/08/31 19:54:45 hin Exp $ +$OpenBSD: README,v 1.3 2000/12/29 14:20:49 hin Exp $ This version is based on version 1.0.2 of the Kerberos IV distribution from KTH, which is available from ftp://ftp.pdc.kth.se/pub/krb4/src/. @@ -9,7 +9,7 @@ UPGRADING --------- 1. Import the distribution into src/kerberosIV/src. Dont forget to change - all '$Id: README,v 1.2 2000/08/31 19:54:45 hin Exp $' tags etc. to '$KTH: ... $'. + all '$Id: README,v 1.3 2000/12/29 14:20:49 hin Exp $' tags etc. to '$KTH: ... $'. 2. mkdir /tmp/krb cd /tmp/krb /usr/src/kerberosIV/src/configure --disable-otp @@ -33,6 +33,10 @@ UPGRADING 8. Update the kafs.h include file with a newer from Arla, this is needed for the afs client. *yuk* 9. Update any other utilities that may need to be changed. +10. Remember to update version number in these files: + lib/roken/print_version.h, src/include/version.h +11. If necessary, bump version number on any shared libraries that have + changed. OTP --- |