aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES8
-rwxr-xr-xmgarepo2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 77f4256..67a7d03 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+* 1.10.2
+- fix svn info with subversion 1.7.1 (#3346)
+- create-srpm: add new package in youri database
+- add config option to specify maintdb hostname
+- do not explode if the sha1.lst file is no longer here
+- add --nosignature so signed rpm can be imported
+- fix URL for anonymous svn in default config file
+
* 1.10.1
- check sha1sum of existing binary files when updating
- remove file when there was an error during download from binrepo
diff --git a/mgarepo b/mgarepo
index 89fdc4e..781dcd3 100755
--- a/mgarepo
+++ b/mgarepo
@@ -4,7 +4,7 @@ from MgaRepo.command import *
import getopt
import sys
-VERSION="1.10.1"
+VERSION="1.10.2"
HELP = """\
Usage: mgarepo COMMAND [COMMAND ARGUMENTS]