[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ddts-script 0.4.12



Bonjour,

Voici la mise à jour promise.

Journal des changements :
version 0.4.12
  - bug fix:
    add: skip bug closure when parsing
    thanks to Emmanuel Valliet for reporting this bug

La rustine est attachée, le script complet toujours ici :
http://perso.wanadoo.fr/nico.bertol/ddts/ddts-script.txt


Nicolas
-- 
--- ddts-script_0.4.11.txt	Sat Jan 26 14:32:06 2002
+++ ddts-script_0.4.12.txt	Fri Feb  8 22:59:47 2002
@@ -280,7 +280,7 @@
 
 =cut
 
-my $version = "0.4.11";
+my $version = "0.4.12";
 
 # Test if configuration as been made
 foreach ($tr_dir, $bug_dir, $rev_dir, $temp_dir) {
@@ -1111,6 +1111,7 @@
 
 		next unless (defined $base64);
 		next unless (defined $filename);
+		next if ($filename =~ /^close-bug/);			# skip bug closure
 
 		0, until (<> =~ /^$/);
 		$filename =~ s/^new(\..*)?/new/;			# new\..* contains descriptions to translate

Reply to: