Date: Sat, 16 Oct 2021 07:04:40 +0200 From: "Herbert J. Skuhra" <herbert@gojira.at> To: freebsd-current@freebsd.org Subject: Re: How do I find out what changed for an freebsd release update? Message-ID: <YWpdaKFTTerbIfMJ@mail.bsd4all.net> In-Reply-To: <YQXPR0101MB0968B38F8BC2A76BD2F32398DDB99@YQXPR0101MB0968.CANPRD01.PROD.OUTLOOK.COM> References: <YQXPR0101MB0968B38F8BC2A76BD2F32398DDB99@YQXPR0101MB0968.CANPRD01.PROD.OUTLOOK.COM>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 15, 2021 at 11:48:01PM +0000, Rick Macklem wrote: > Hi, > > PR#259163 reports a problem w.r.t. the NFSv3 server that surfaced when > the server was upgraded from 12.2-p8 to 12.2-p9. > I know that nothing changed in NFS server code, but how can I find out > what did get changed by that update? > > Thanks in advance for any help, rick 1. Check UPDATING https://cgit.freebsd.org/src/tree/UPDATING?h=releng/12.2 2. git log and git diff e.g.: git diff 6e927d10c587..2430d82b40ea -- Herbert
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YWpdaKFTTerbIfMJ>