Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc Ticket #506
details: https://anonhg.NetBSD.org/src/rev/0ae9dfce5e83
branches: netbsd-6
changeset: 774464:0ae9dfce5e83
user: martin <martin%NetBSD.org@localhost>
date: Fri Aug 17 20:52:50 2012 +0000
description:
Ticket #506
diffstat:
doc/CHANGES-6.0 | 36 +++++++++++++++++++++++++++++++++++-
1 files changed, 35 insertions(+), 1 deletions(-)
diffs (47 lines):
diff -r 922139db6b0b -r 0ae9dfce5e83 doc/CHANGES-6.0
--- a/doc/CHANGES-6.0 Fri Aug 17 20:50:50 2012 +0000
+++ b/doc/CHANGES-6.0 Fri Aug 17 20:52:50 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.191 2012/08/16 21:19:27 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.192 2012/08/17 20:52:50 martin Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -8279,3 +8279,37 @@
always happen on MKPIC=no environment. PR#46801.
[tsutsui, ticket #505]
+distrib/amd64/installimage/Makefile 1.2
+distrib/amd64/liveimage/emuimage/Makefile 1.2
+distrib/amd64/liveimage/usbimage/Makefile 1.2
+distrib/common/Makefile.bootcd 1.20
+distrib/i386/installimage/Makefile 1.2
+distrib/i386/liveimage/emuimage/Makefile 1.2
+distrib/i386/liveimage/usbimage/Makefile 1.2
+distrib/pmax/liveimage/emuimage/Makefile 1.2
+distrib/sparc/liveimage/emuimage/Makefile 1.2
+distrib/sparc64/liveimage/emuimage/Makefile 1.2
+distrib/sun2/liveimage/emuimage/Makefile 1.2
+distrib/sun3/liveimage/emuimage/Makefile 1.2
+distrib/vax/liveimage/emuimage/Makefile 1.2
+etc/Makefile 1.398
+
+ Change the naming scheme of "live" images and usb install images
+ to incorporate the OS name and version.
+
+ XXX should also not hardcode ${BOOTDISK} in the name, but that would
+ require reordering stuff and more testing than I have time for right
+ now. Another day.
+
+ As discussed on current-users@ back in March, with some adjustments.
+
+
+ Install fully-populated .iso images in ${RELEASEDIR}/images instead
+ of ${RELEASEDIR}/iso, since we'll be putting non-iso images in there
+ too.
+
+ Install live images and install images into ${RELEASEDIR}/images by
+ default, to keep all the large files (such as ISOs) together.
+ [riz, ticket #506]
+
+
Home |
Main Index |
Thread Index |
Old Index