Fri Jun 14 05:08:53 2013 UTC ()
Remove ticket 887.


(msaitoh)
diff -r1.1.2.7 -r1.1.2.8 src/doc/CHANGES-6.2

cvs diff -r1.1.2.7 -r1.1.2.8 src/doc/Attic/CHANGES-6.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.2 2013/06/13 10:24:05 1.1.2.7
+++ src/doc/Attic/CHANGES-6.2 2013/06/14 05:08:53 1.1.2.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.2,v 1.1.2.7 2013/06/13 10:24:05 msaitoh Exp $ 1# $NetBSD: CHANGES-6.2,v 1.1.2.8 2013/06/14 05:08:53 msaitoh Exp $
2 2
3A complete list of changes from the 6.1 release until the 6.2 release: 3A complete list of changes from the 6.1 release until the 6.2 release:
4 4
5doc/README.files patched by hand 5doc/README.files patched by hand
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 6.1_STABLE! 9 Welcome to 6.1_STABLE!
10 10
11sys/dev/usb/usb_quirks.c 1.78 11sys/dev/usb/usb_quirks.c 1.78
12sys/dev/usb/usbdevs 1.639 12sys/dev/usb/usbdevs 1.639
13sys/dev/usb/usbdevs.h regen 13sys/dev/usb/usbdevs.h regen
14sys/dev/usb/usbdevs_data.h regen 14sys/dev/usb/usbdevs_data.h regen
@@ -181,58 +181,26 @@ xsrc/external/mitxf86-video-openchrome/d @@ -181,58 +181,26 @@ xsrc/external/mitxf86-video-openchrome/d
181 [mrg, ticket #900] 181 [mrg, ticket #900]
182 182
183external/mit/xorg/lib/libX11/Makefile.libx11 1.11 via patch 183external/mit/xorg/lib/libX11/Makefile.libx11 1.11 via patch
184 184
185 hack for old gcc. 185 hack for old gcc.
186 [mrg, ticket #901] 186 [mrg, ticket #901]
187 187
188external/mit/xorg/lib/libXi/Makefile 1.10 188external/mit/xorg/lib/libXi/Makefile 1.10
189 189
190 fix vax build issues - GCC 4.1 warns about always true comparisons 190 fix vax build issues - GCC 4.1 warns about always true comparisons
191 more than GCC 4.5 does. 191 more than GCC 4.5 does.
192 [mrg, ticket #902] 192 [mrg, ticket #902]
193 193
194lib/libc/nameser/ns_samedomain.c 1.7-1.8 
195lib/libresolv/Makefile 1.12 
196lib/libresolv/dst_api.c 1.1-1.3 
197lib/libresolv/dst_internal.h 1.1-1.2 
198lib/libresolv/hmac_link.c 1.1-1.2 
199lib/libresolv/ns_date.c 1.1 
200lib/libresolv/ns_sign.c 1.1 
201lib/libresolv/ns_verify.c 1.1-1.2 
202lib/libresolv/res_findzonecut.c 1.1 
203lib/libresolv/res_mkupdate.c 1.1-1.2 
204lib/libresolv/res_mkupdate.h 1.1 
205lib/libresolv/res_private.h 1.1 
206lib/libresolv/res_sendsigned.c 1.1 
207lib/libresolv/res_update.c 1.1 
208lib/libresolv/support.c 1.1 
209lib/libresolv/shlib_version 1.7 
210include/res_update.h 1.8 
211distrib/sets/lists/base/ad.mips64eb 1.102 
212distrib/sets/lists/base/ad.mips64el 1.101 
213distrib/sets/lists/base/md.amd64 1.178 
214distrib/sets/lists/base/md.sparc64 1.167 
215distrib/sets/lists/base/shl.mi 1.639 
216distrib/sets/lists/comp/ad.mips64eb 1.91 
217distrib/sets/lists/comp/ad.mips64el 1.93 
218distrib/sets/lists/comp/md.amd64 1.181 
219distrib/sets/lists/comp/md.sparc64 1.159 
220distrib/sets/lists/comp/shl.mi 1.238 
221 
222 Bring libresolv to its latest version which restore missing bits such 
223 as DNS update. 
224 [manu, ticket #887] 
225 
226sys/arch/sparc64/dev/tda.c 1.7-1.8 194sys/arch/sparc64/dev/tda.c 1.7-1.8
227share/man/man4/man4.sparc64/tda.4 1.1-1.3 195share/man/man4/man4.sparc64/tda.4 1.1-1.3
228share/man/man4/man4.sparc64/Makefile 1.7 196share/man/man4/man4.sparc64/Makefile 1.7
229distrib/sets/lists/man/mi 1.1419 197distrib/sets/lists/man/mi 1.1419
230 198
231 Add sysmon support to display the CPU and Sytem fan speeds for the 199 Add sysmon support to display the CPU and Sytem fan speeds for the
232 tda driver. Add a manual page for tda(4). Fix a bug which caused 200 tda driver. Add a manual page for tda(4). Fix a bug which caused
233 the system fan to always run at full speed. 201 the system fan to always run at full speed.
234 [jdc, ticket #893] 202 [jdc, ticket #893]
235 203
236sys/fs/nilfs/nilfs_vnops.c 1.22-1.23 204sys/fs/nilfs/nilfs_vnops.c 1.22-1.23
237 205
238 Fix serious file read problem due to not-so-clear VOP_BMAP description. 206 Fix serious file read problem due to not-so-clear VOP_BMAP description.