head 1.4; access; symbols netbsd-8-3-RELEASE:1.1.1.1 netbsd-8-2-RELEASE:1.1.1.1 mesalib-19-1-7:1.1.1.2 netbsd-8-1-RELEASE:1.1.1.1 netbsd-8-1-RC1:1.1.1.1 netbsd-7-2-RELEASE:1.1.1.1.2.2 netbsd-8-0-RELEASE:1.1.1.1 netbsd-8-0-RC2:1.1.1.1 netbsd-8-0-RC1:1.1.1.1 netbsd-7-1-2-RELEASE:1.1.1.1.2.2 netbsd-7-1-1-RELEASE:1.1.1.1.2.2 netbsd-8:1.1.1.1.0.4 netbsd-8-base:1.1.1.1 netbsd-7-1:1.1.1.1.2.2.0.4 netbsd-7-1-RELEASE:1.1.1.1.2.2 netbsd-7-1-RC2:1.1.1.1.2.2 netbsd-7-1-RC1:1.1.1.1.2.2 netbsd-7-0-2-RELEASE:1.1.1.1.2.2 netbsd-7-0-1-RELEASE:1.1.1.1.2.2 netbsd-7-0:1.1.1.1.2.2.0.2 netbsd-7-0-RELEASE:1.1.1.1.2.2 netbsd-7-0-RC3:1.1.1.1.2.2 netbsd-7-0-RC2:1.1.1.1.2.2 netbsd-7-0-RC1:1.1.1.1.2.2 netbsd-7:1.1.1.1.0.2 MesaLib-10-3-5:1.1.1.1 xorg:1.1.1; locks; strict; comment @# @; 1.4 date 2022.05.09.01.27.11; author mrg; state dead; branches; next 1.3; commitid vdvqJ71xlVGCRjDD; 1.3 date 2019.09.24.19.26.24; author maya; state Exp; branches; next 1.2; commitid cnq6JnSsK4abCiEB; 1.2 date 2019.03.10.04.15.34; author mrg; state dead; branches; next 1.1; commitid 1CZNVjkFuXGmWLeB; 1.1 date 2014.12.18.06.02.06; author mrg; state Exp; branches 1.1.1.1; next ; commitid tzEjkwzaREfP8u2y; 1.1.1.1 date 2014.12.18.06.02.06; author mrg; state Exp; branches 1.1.1.1.2.1; next 1.1.1.2; commitid tzEjkwzaREfP8u2y; 1.1.1.2 date 2019.09.24.16.19.16; author maya; state Exp; branches; next ; commitid KJXusGl8fi9AAhEB; 1.1.1.1.2.1 date 2014.12.18.06.02.06; author martin; state dead; branches; next 1.1.1.1.2.2; commitid 1yEFPaBBlEWKuS4y; 1.1.1.1.2.2 date 2015.01.05.20.58.24; author martin; state Exp; branches; next ; commitid 1yEFPaBBlEWKuS4y; desc @@ 1.4 log @merge mesa 21.3.7. @ text @#!/bin/sh # This script is used to generate the list of fixed bugs that # appears in the release notes files, with HTML formatting. # # Note: This script could take a while until all details have # been fetched from bugzilla. # # Usage examples: # # $ bin/bugzilla_mesa.sh mesa-9.0.2..mesa-9.0.3 # $ bin/bugzilla_mesa.sh mesa-9.0.2..mesa-9.0.3 > bugfixes # $ bin/bugzilla_mesa.sh mesa-9.0.2..mesa-9.0.3 | tee bugfixes # regex pattern: trim before bug number trim_before='s/.*show_bug.cgi?id=\([0-9]*\).*/\1/' # regex pattern: reconstruct the url use_after='s,^,https://bugs.freedesktop.org/show_bug.cgi?id=,' echo "