diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-11-05 15:38:08 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-11-05 15:38:08 +0100 |
commit | f372e877cb32a6c009e29ff9ddf1a14f8b2fd216 (patch) | |
tree | be50c72a1a883aa07cad805d44a0cda906285997 /CHANGES | |
parent | 8f51e35c875c9cbb4637cbf8796ee66a871ba57f (diff) | |
download | mgarepo-f372e877cb32a6c009e29ff9ddf1a14f8b2fd216.tar mgarepo-f372e877cb32a6c009e29ff9ddf1a14f8b2fd216.tar.gz mgarepo-f372e877cb32a6c009e29ff9ddf1a14f8b2fd216.tar.bz2 mgarepo-f372e877cb32a6c009e29ff9ddf1a14f8b2fd216.tar.xz mgarepo-f372e877cb32a6c009e29ff9ddf1a14f8b2fd216.zip |
Revert to 1.12.3 state
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 31 |
1 files changed, 0 insertions, 31 deletions
@@ -1,34 +1,3 @@ -* 1.13.2 -- Corrections for 'putsrpm' command -- Fix rpm command for unpacking source RPMs -- Fix typo in CHANGES - -* 1.13.1 -- automatically fallback to non-ssh (ie. svn:// rather than svn+ssh://) when - authentication fails -- move detectVCS() to separate module to prevent import order -- fix 'mgarepo sync -d' for git-svn repos -- update upload_binary() to properly use newer execcmd() -- redirect stdin, as required for ssh session invoked through binrepo - -* 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 |