Re: How do I find out what changed for an freebsd release update?
- In reply to: Rick Macklem : "How do I find out what changed for an freebsd release update?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Oct 2021 05:04:40 UTC
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