add NEWS about debcargo bug

This commit is contained in:
Ximin Luo 2021-10-28 14:08:44 +01:00
parent 479f4d49ec
commit ef44b67b56

10
NEWS.rst Normal file
View File

@ -0,0 +1,10 @@
2021-10-28
==========
semver_suffix is broken in debcargo 2.4.4.
There is a fix in debcargo.git master. To use it, first build it then run::
$ DEBCARGO=$PWD/../debcargo/target/debug/debcargo ./update.sh <args>
or some variation of it, depending on your paths.