xbps-create: add -c/--changelog

This commit is contained in:
Michael Gehring
2016-04-22 14:31:17 +02:00
parent e2e8eea490
commit dedc93d17d
3 changed files with 17 additions and 4 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.52 (???):
* xbps-create(1): accept -c/--changelog to set the changelog property of the
package
* xbps-query(1): fix segfault in -Ro with HTTPS repositories.
Fixes #167. See https://github.com/voidlinux/xbps/issues/167