From e526094d713db380652745c29455920978784a04 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 6 Feb 2016 09:19:51 +0100 Subject: [PATCH] NEWS: mention recent change. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 125e357d..8aa10b6b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ xbps-0.52 (???): + * libxbps: fixed some missing or incorrect printf format arguments + found by using __attribute__((format,printf). Patch provided by + Michael Ghering in #148. See https://github.com/voidlinux/xbps/issues/148 + * libxbps: ignore updates for packages that have held dependencies. Fixes #143. See https://github.com/voidlinux/xbps/issues/143