[gnumeric] tools: use https bugzilla url.



commit 942f37e93f5401756829b663eafe6b0aa5b4cae9
Author: Morten Welinder <terra gnome org>
Date:   Thu Mar 24 21:32:14 2011 -0400

    tools: use https bugzilla url.

 tools/ChangeLog    |    4 ++++
 tools/news-to-html |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 4d9863c..d74066b 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-24  Morten Welinder  <terra gnome org>
+
+	* news-to-html: Bug url is in https these days.
+
 2011-03-24  Morten Welinder <terra gnome org>
 
 	* Release 1.10.14
diff --git a/tools/news-to-html b/tools/news-to-html
index 5e20b42..73809a7 100644
--- a/tools/news-to-html
+++ b/tools/news-to-html
@@ -9,7 +9,7 @@ die "$0: must specify version number as argument.\n" unless $version;
 my $version2 = $version;
 $version2 =~ s/^(\d+\.\d+)\..*/$1/;
 
-my $bug_prefix = "http://bugzilla.gnome.org/show_bug.cgi?id=";;
+my $bug_prefix = "https://bugzilla.gnome.org/show_bug.cgi?id=";;
 
 my $state = 0;
 my $who = undef;



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