Alexandre Julliard : wine_release: Point to the git shortlog instead of the diffstat file.

Alexandre Julliard julliard at winehq.org
Fri Jun 13 10:32:11 CDT 2008


Module: website
Branch: master
Commit: dd0992d9ff81c31d200cf9c3b681f9c4e896fb61
URL:    http://source.winehq.org/git/website.git/?a=commit;h=dd0992d9ff81c31d200cf9c3b681f9c4e896fb61

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jun 13 16:58:29 2008 +0200

wine_release: Point to the git shortlog instead of the diffstat file.

---

 templates/en/wine_release.template |    4 ++--
 templates/es/wine_release.template |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/templates/en/wine_release.template b/templates/en/wine_release.template
index 6d27d4d..d19e403 100644
--- a/templates/en/wine_release.template
+++ b/templates/en/wine_release.template
@@ -1,5 +1,5 @@
-<b><a href="?announce=latest">Wine {$snapshot_date}</a></b>
+<b><a href="?announce={$snapshot_date}">Wine {$snapshot_date}</a></b>
 
 <span class="small">
-  (<a href="http://source.winehq.org/ds{$snapshot_date}.txt">diff:s</a>)  
+  (<a href="http://source.winehq.org/git/wine.git?a=shortlog;h=refs/tags/wine-{$snapshot_date}">shortlog</a>)  
 </span>
diff --git a/templates/es/wine_release.template b/templates/es/wine_release.template
index 6d27d4d..d19e403 100644
--- a/templates/es/wine_release.template
+++ b/templates/es/wine_release.template
@@ -1,5 +1,5 @@
-<b><a href="?announce=latest">Wine {$snapshot_date}</a></b>
+<b><a href="?announce={$snapshot_date}">Wine {$snapshot_date}</a></b>
 
 <span class="small">
-  (<a href="http://source.winehq.org/ds{$snapshot_date}.txt">diff:s</a>)  
+  (<a href="http://source.winehq.org/git/wine.git?a=shortlog;h=refs/tags/wine-{$snapshot_date}">shortlog</a>)  
 </span>




More information about the wine-cvs mailing list