svn rev #23589: trunk/ src/

tlyu@MIT.EDU tlyu at MIT.EDU
Mon Jan 4 23:48:57 EST 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=23589
Commit By: tlyu
Log Message:
Update trunk for post-1.8-branch


Changed Files:
U   trunk/README
U   trunk/src/patchlevel.h
Modified: trunk/README
===================================================================
--- trunk/README	2010-01-05 04:38:21 UTC (rev 23588)
+++ trunk/README	2010-01-05 04:48:57 UTC (rev 23589)
@@ -1,4 +1,4 @@
-                   Kerberos Version 5, Release 1.8
+                   Kerberos Version 5, Release 1.9
 
                             Release Notes
                         The MIT Kerberos Team
@@ -7,20 +7,20 @@
 ---------------------------------
 
 The source distribution of Kerberos 5 comes in a gzipped tarfile,
-krb5-1.8.tar.gz.  Instructions on how to extract the entire
+krb5-1.9.tar.gz.  Instructions on how to extract the entire
 distribution follow.
 
 If you have the GNU tar program and gzip installed, you can simply do:
 
-        gtar zxpf krb5-1.8.tar.gz
+        gtar zxpf krb5-1.9.tar.gz
 
 If you don't have GNU tar, you will need to get the FSF gzip
 distribution and use gzcat:
 
-        gzcat krb5-1.8.tar.gz | tar xpf -
+        gzcat krb5-1.9.tar.gz | tar xpf -
 
-Both of these methods will extract the sources into krb5-1.8/src and
-the documentation into krb5-1.8/doc.
+Both of these methods will extract the sources into krb5-1.9/src and
+the documentation into krb5-1.9/doc.
 
 Building and Installing Kerberos 5
 ----------------------------------
@@ -68,10 +68,10 @@
 variable that enables "weak" enctypes, which defaults to "false"
 beginning with krb5-1.8.
 
-Major changes in 1.8
+Major changes in 1.9
 --------------------
 
-krb5-1.8 changes by ticket ID
+krb5-1.9 changes by ticket ID
 -----------------------------
 
 Copyright and Other Legal Notices
@@ -624,7 +624,7 @@
 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-Acknowledgements for krb5-1.8
+Acknowledgements for krb5-1.9
 -----------------------------
 
 Thanks to the members of the Kerberos V5 development team at MIT, both

Modified: trunk/src/patchlevel.h
===================================================================
--- trunk/src/patchlevel.h	2010-01-05 04:38:21 UTC (rev 23588)
+++ trunk/src/patchlevel.h	2010-01-05 04:48:57 UTC (rev 23589)
@@ -51,8 +51,8 @@
  * organization.
  */
 #define KRB5_MAJOR_RELEASE 1
-#define KRB5_MINOR_RELEASE 8
+#define KRB5_MINOR_RELEASE 9
 #define KRB5_PATCHLEVEL 0
 #define KRB5_RELTAIL "prerelease"
 /* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "branches/krb5-1-8"
+#define KRB5_RELTAG "trunk"




More information about the cvs-krb5 mailing list