]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
CHANGES.md: Update the style
authorZdenek Dohnal <zdohnal@redhat.com>
Wed, 27 Oct 2021 07:04:33 +0000 (09:04 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Wed, 27 Oct 2021 07:04:33 +0000 (09:04 +0200)
CHANGES.md
scripts/makesrcdist

index 1f82aa0db935705d4c104192ca7328a63290144a..11455a7b2cc50d4b0bf8b42ebffac8e79aaf296d 100644 (file)
@@ -1,8 +1,8 @@
 Changes in OpenPrinting CUPS
 ============================
 
-CUPS v2.4b1
------------
+Changes in CUPS v2.4b1 (27th October 2021)
+------------------------------------------
 
 - Added support for CUPS running in a Snapcraft snap.
 - Added basic OAuth 2.0 client support (Issue #100)
index 888d2b8ed19d0f941e702578df5d16909af99837..2a4b1aed861af044bb7337a3cbf0f38611e5e5e5 100755 (executable)
@@ -71,7 +71,7 @@ else
                exit 1
        fi
 
-       temp=`head -6 CHANGES.md | grep "Changes in" | awk '{print $2}'`
+       temp=`head -6 CHANGES.md | grep "Changes in" | awk '{print $4}'`
        if test "$temp" != "v$version"; then
                echo "Still need to add Changes in v$version in CHANGES.md (saw $temp)"
                exit 1