Bird 2 - Diferences between versions, and Roadmap
Some projects, like BSDRP, does references on their release do specific "sub-versions" of Bird. I'm trying to find de differences between versions 2.0.7 , 2.0.7_1 , 2.0.7_2. On https://gitlab.nic.cz/labs/bird/-/releases there are no releases available. On https://gitlab.nic.cz/labs/bird/-/commits/master I found some comments about an issue related to the counting of the accepted routes... But I'm not sure if that is the difference between 2.0.7_1 and 2.0.7_2 I also saw in some communications, like this mail-list and slack channels, some references to future versions of Bird 2.0.8. There is any milestone or project defined to that? Roadmap? -- Douglas Fernando Fischer Engº de Controle e Automação
On Thu, Nov 19, 2020 at 11:52 AM Douglas Fischer <fischerdouglas@gmail.com> wrote:
Some projects, like BSDRP, does references on their release do specific "sub-versions" of Bird. I'm trying to find de differences between versions 2.0.7 , 2.0.7_1 , 2.0.7_2.
Suffixes to the version number like that indicate packaging-specific rebuilds / patches - you would need to look at the specific package changelog to see what they changed - they're all "BIRD 2.0.7" upstream. BSDRP appears to use the packages from FreeBSD, which according to the Ports search ( https://www.freebsd.org/cgi/ports.cgi?query=bird2&stype=name&sektion=net) is at 2.0.7_1, the "Changes" link there takes you to the packaging repo where you can see that the PORTREVISION was incremented in https://svnweb.freebsd.org/ports?view=revision&revision=525717, which was just a change to the package metadata.
participants (2)
-
Asher Baker -
Douglas Fischer