
On 07/30/2014 03:40 PM, CrÃstian Viana wrote:
So are we throwing away all previous ChangeLog?
Nope! Just fixing the mistake made by the script when a tag without the kimchi- prefix is added You can apply this patch and check the ChangeLog keep consistent
On 30-07-2014 14:14, alinefm@linux.vnet.ibm.com wrote:
From: Aline Manera <alinefm@linux.vnet.ibm.com>
As the new Kimchi tags do not contain the "kimchi-" prefix, "git tag -l" does not list the tags in the right order as it uses alphabetic order and in genChangelog script we need creation order. Fix it and also update ChangeLog file accordingly.
Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- ChangeLog | 1315 +----------------------------------------------- build-aux/genChangelog | 2 +- 2 files changed, 4 insertions(+), 1313 deletions(-)