aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-11-05 15:38:08 +0100
committerPapoteur <papoteur@mageialinux-online.org>2016-11-05 15:38:08 +0100
commitf372e877cb32a6c009e29ff9ddf1a14f8b2fd216 (patch)
treebe50c72a1a883aa07cad805d44a0cda906285997 /CHANGES
parent8f51e35c875c9cbb4637cbf8796ee66a871ba57f (diff)
downloadmgarepo-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--CHANGES31
1 files changed, 0 insertions, 31 deletions
diff --git a/CHANGES b/CHANGES
index 8782354..e45b013 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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