aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2014-10-12 22:32:08 +0000
committerPascal Terjan <pterjan@gmail.com>2014-10-12 22:32:08 +0000
commitcaf0988849a34f08271a1cda56688fc62f453bde (patch)
tree630b46e5b4509cad6623b981259e003906212e63
parente0663c12dc0dbe367566ba3544b1afa0ee8c965d (diff)
downloadiurt-caf0988849a34f08271a1cda56688fc62f453bde.tar
iurt-caf0988849a34f08271a1cda56688fc62f453bde.tar.gz
iurt-caf0988849a34f08271a1cda56688fc62f453bde.tar.bz2
iurt-caf0988849a34f08271a1cda56688fc62f453bde.tar.xz
iurt-caf0988849a34f08271a1cda56688fc62f453bde.zip
0.6.23
-rw-r--r--NEWS1
-rwxr-xr-xiurt2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f0c3dfa..8edd1a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+0.6.23
- remove old src.rpm before recreating it (mga#14243)
- delete potentially incomplete files when copying to local_spool
fails (like when disk is full)
diff --git a/iurt b/iurt
index 1227d29..b8e9e1b 100755
--- a/iurt
+++ b/iurt
@@ -335,7 +335,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line
# Display version information
#
-my $version = '0.6.22';
+my $version = '0.6.23';
plog("MSG", "This is iurt version $version");
my $todo = parseCommandLine($program_name, \@ARGV, \@params);