commit-gnue
[Top][All Lists]
Advanced

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

r6334 - trunk/gnue-common/utils


From: reinhard
Subject: r6334 - trunk/gnue-common/utils
Date: Sat, 18 Sep 2004 04:45:49 -0500 (CDT)

Author: reinhard
Date: 2004-09-18 04:45:48 -0500 (Sat, 18 Sep 2004)
New Revision: 6334

Modified:
   trunk/gnue-common/utils/release-announce
Log:
Better formatting of release announcement.


Modified: trunk/gnue-common/utils/release-announce
===================================================================
--- trunk/gnue-common/utils/release-announce    2004-09-18 09:42:21 UTC (rev 
6333)
+++ trunk/gnue-common/utils/release-announce    2004-09-18 09:45:48 UTC (rev 
6334)
@@ -63,26 +63,31 @@
   echo "The GNU Enterprise team is proudly announcing"
   echo ""
   echo "   $title $version$GNUE_VERSION_SUFFIX."
+  echo ""
   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."
+    echo "packagers and translators.  You can expect the final release"
+    echo "within a few days."
+    echo ""
+    echo ""
+    echo "We request all translators to send in their translations as"
+    echo "soon as possible so they can be included in the final release."
+    echo ""
   fi
   echo ""
   echo "$description" | fmt --width=72
   echo ""
+  echo ""
   echo "Changes and new features in this release:"
+  echo ""
   echo "$changes"
   echo ""
+  echo ""
   (
     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]