aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES7
-rwxr-xr-xmgarepo2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e62fcc9..860b30a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+* 1.9.9
+- in sync, only try to remove files that are on svn or symlinks
+- check hash for binary files
+- add binrepo revision option in getsrpm
+- use --nodeps when unpacking source rpm (for rpm5)
+- add support for rpm 4.8 (spec.sources is now a list instead of a method)
+
* 1.9.8
- fix mgarepo sync
diff --git a/mgarepo b/mgarepo
index b6d1fa4..8bba1e6 100755
--- a/mgarepo
+++ b/mgarepo
@@ -4,7 +4,7 @@ from MgaRepo.command import *
import getopt
import sys
-VERSION="1.9.8"
+VERSION="1.9.9"
HELP = """\
Usage: mgarepo COMMAND [COMMAND ARGUMENTS]