Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/doc Pullup of tickets 1119, 1132 and 1139.



details:   https://anonhg.NetBSD.org/src/rev/b6c91c295f00
branches:  netbsd-1-6
changeset: 530217:b6c91c295f00
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Apr 28 12:54:29 2003 +0000

description:
Pullup of tickets 1119, 1132 and  1139.

diffstat:

 doc/CHANGES-1.6.2 |  22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r e837c2dee5fb -r b6c91c295f00 doc/CHANGES-1.6.2
--- a/doc/CHANGES-1.6.2 Mon Apr 28 12:52:41 2003 +0000
+++ b/doc/CHANGES-1.6.2 Mon Apr 28 12:54:29 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.6.2,v 1.1.2.4 2003/04/28 08:05:48 tron Exp $
+#      $NetBSD: CHANGES-1.6.2,v 1.1.2.5 2003/04/28 12:54:29 tron Exp $
 
 A complete list of changes from NetBSD 1.6.1 to NetBSD 1.6.2:
 
@@ -30,3 +30,23 @@
        Found by FUKAUMI Naoki <naoki%fukaumi.org@localhost>.
        [kanaoka, ticket #1134]
 
+sys/netinet/in.h                               1.59
+
+       C++ does not permit static a data member to have the same name as its
+       class, so in a C++ environment rename the ip_opts member to Ip_opts as
+       observed in several other implementations; from Jon Olsson in
+       PR toolchain/19880.
+       [kleink, ticket #1119]
+
+etc/services                                   1.63
+
+       Add ms-sql-{s,m}, currently quite popular in packet filter logs
+       worldwide.
+       [ross, ticket #1132]
+
+usr.bin/tftp/tftp.c                            1.16
+
+       Fix sendto return value check (incomplete change in 1.14).
+       Noted by Brian Ginsbach in PR 19842.
+       [wiz, ticket #1139]
+



Home | Main Index | Thread Index | Old Index