3 # git log [last release tag]..HEAD
4 # and reformat as a ChangeLog
6 # License: GNU GENERAL PUBLIC LICENSE
10 print "--------------------------------------------------------------------"
11 print "ChangeLog for Privoxy"
12 print "--------------------------------------------------------------------"
13 print "*** Version X.Y.ZZ stable unstable***\n"
15 /^commit / { new = 1; next }
19 /^ *$/ { next } # ignore blank lines
23 sub("^ ", " -", $0); # 1st line of a change