Only show version once with -v command line option

Reported by cpet.
This commit is contained in:
Kevin Easton
2016-02-24 17:23:38 +11:00
parent 6dc89247e2
commit c2a2d68d8d
2 changed files with 5 additions and 16 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Only show version once with -v option (reported by cpet). (caf)
* Drop group privileges before droppping user privileges when execing. (caf)
* Apply patch from cpet to make autogen.sh prompt to run configure. (caf)