commit-gnue
[Top][All Lists]
Advanced

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

r6332 - trunk/gnue-common/utils


From: reinhard
Subject: r6332 - trunk/gnue-common/utils
Date: Sat, 18 Sep 2004 04:39:10 -0500 (CDT)

Author: reinhard
Date: 2004-09-18 04:39:09 -0500 (Sat, 18 Sep 2004)
New Revision: 6332

Modified:
   trunk/gnue-common/utils/release-announce
Log:
Better release text for prereleases.


Modified: trunk/gnue-common/utils/release-announce
===================================================================
--- trunk/gnue-common/utils/release-announce    2004-09-18 09:22:53 UTC (rev 
6331)
+++ trunk/gnue-common/utils/release-announce    2004-09-18 09:39:09 UTC (rev 
6332)
@@ -63,6 +63,11 @@
   echo "The GNU Enterprise team is proudly announcing"
   echo ""
   echo "   $title $version$GNUE_VERSION_SUFFIX."
+  if [ "$release" == "0" ]; then
+    echo ""
+    echo "This is a preview release and mainly targeted at developers,"
+    echo "packagers and translators.  The final release will happen soon."
+  fi
   echo ""
   echo "$description" | fmt --width=72
   echo ""
@@ -73,6 +78,11 @@
     echo "As usual, you can download the current release of $title from"
     echo "http://www.gnuenterprise.org/downloads/current.php";
   ) | fmt --width=72
+  if [ "$release" == "0" ]; then
+    echo ""
+    echo "We request all translators to send in their translations as soon as"
+    echo "possible so they can be included in the final release."
+  fi
 )
 
 # Send the email





reply via email to

[Prev in Thread] Current Thread [Next in Thread]