From cd6cad27819e2e1a16a1a17a9b3cb80dd921ed3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Thu, 18 Aug 2016 08:16:46 +0200 Subject: 1.13.0 --- CHANGES | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index e45b013..953cdbe 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,21 @@ +* 1.13.0 +- implement 'clone' command with support for quick git-svn cloning +- implement 'github' command initial support for github integration +- implement 'buildrpm' command for easy package building from local package + repository + o implement automatic satisfaction of build dependencies using urpmi + o implement automatic satisfaction of build dependencies using DNF +- implement support for generating complete %changelog with full packager + names & mail addresses in entries +- refactorize & clean up much of code +- fix python 3 issue with bytes strings, properly converting them to utf-8 +- make execcmd() safe by only accepting individual arguments through a + list/tuple rather than accepting strings of arguments run through shell +- fetch svn log in xml format for more reliable parsing using ElementTree +- use setuptools rather than distutils +- enable (optional) automatic rpmlint checking of packages +- various minor bug fixes and improvements... + * 1.12.3 - syntax correction -- cgit v1.2.1