Module Name: src Committed By: snj Date: Mon Jun 1 17:29:29 UTC 2009
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Fix formatting on last. To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-5.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-5.1 diff -u src/doc/CHANGES-5.1:1.1.2.24 src/doc/CHANGES-5.1:1.1.2.25 --- src/doc/CHANGES-5.1:1.1.2.24 Mon Jun 1 17:26:39 2009 +++ src/doc/CHANGES-5.1 Mon Jun 1 17:29:29 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.24 2009/06/01 17:26:39 liamjfoy Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.25 2009/06/01 17:29:29 snj Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -803,10 +803,11 @@ sys/fs/udf/udf_subr.c 1.90 sys/fs/udf/udf_subr.c 1.91 - Descriptor version is 16 bit and not 8 so use udf_rw16() to access them. - UniqueID was written in the logical volume integrity without byteswapping for - bigendian machines. + Descriptor version is 16 bit and not 8 so use udf_rw16() to access + them. UniqueID was written in the logical volume integrity without + byteswapping for big endian machines. - Retire IN_CALLBACK_ULK flagging since its not used anymore and the old - assertions on it would trigger without cause. + Retire IN_CALLBACK_ULK flagging since its not used anymore and the + old assertions on it would trigger without cause. [reinoud, ticket #772] +