aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-05-25 10:30:54 +0000
committerNicolas Vigier <boklm@mageia.org>2011-05-25 10:30:54 +0000
commit7faee064484947ffb3df5f41fd0593564b142505 (patch)
tree63b2a9567dd1c6242c14557ae9255e7bf934afdf
parentec27c93564820c2fe9ebe049727091b09a7d1123 (diff)
downloadmgarepo-7faee064484947ffb3df5f41fd0593564b142505.tar
mgarepo-7faee064484947ffb3df5f41fd0593564b142505.tar.gz
mgarepo-7faee064484947ffb3df5f41fd0593564b142505.tar.bz2
mgarepo-7faee064484947ffb3df5f41fd0593564b142505.tar.xz
mgarepo-7faee064484947ffb3df5f41fd0593564b142505.zip
version 1.9.101.9.10
-rw-r--r--CHANGES10
-rwxr-xr-xmgarepo2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 860b30a..3d82f11 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,13 @@
+* 1.9.10
+- ignore incorrect symlinks in SOURCES directory (#463)
+- fix svn status function and only add files with status "?"
+ in mgarepo sync (#349)
+- do not leave empty file when download failed (#374)
+- remove logging error
+- remove link to mandriva build system from help
+- add 'up' to the --help message
+- fix example in usage message
+
* 1.9.9
- in sync, only try to remove files that are on svn or symlinks
- check hash for binary files
diff --git a/mgarepo b/mgarepo
index 46ea039..d91df75 100755
--- a/mgarepo
+++ b/mgarepo
@@ -4,7 +4,7 @@ from MgaRepo.command import *
import getopt
import sys
-VERSION="1.9.9"
+VERSION="1.9.10"
HELP = """\
Usage: mgarepo COMMAND [COMMAND ARGUMENTS]