From 786361ccd0047896993fa67d36531d99e99d0daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 30 Mar 2010 15:04:05 +0200 Subject: [PATCH] Adjust links to releases in changelog. --- changelog.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.php b/changelog.php index 7b8c6f3ec..5e85e6685 100644 --- a/changelog.php +++ b/changelog.php @@ -74,10 +74,10 @@ $replaces = array( => '\\1', // Highlight releases (with links) - '/(( ### )(([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+) (.*)))/' - => '\\2\\4.\\5.\\6.\\7 \\8', - '/(( ### )(([0-9]+)\.([0-9]+)\.([0-9]+) (.*)))/' - => '\\2\\4.\\5.\\6 \\7', + '/([0-9]+)\.([0-9]+)\.([0-9]+)\.0 (\([0-9-]+\))/' + => '\\1.\\2.\\3.0 \\4', + '/([0-9]+)\.([0-9]+)\.([0-9]+)\.([1-9][0-9]*) (\([0-9-]+\))/' + => '\\1.\\2.\\3.\\4 \\5', // Highlight releases (not linkable) '/( ### )(.*)/'