]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - makedist.sh
Constants for datetime strings length
[pyderasn.git] / makedist.sh
index f329c1afec972b686168e7e5958ebeffd612030b..81b251a2930ec999ac07993d2ab81a38e143e1d8 100755 (executable)
@@ -27,7 +27,7 @@ hash=$(gpg --print-md SHA256 < $tarball)
 
 cat <<EOF
 An entry for documentation:
-   * - \`\`pyderasn\`\` $release
+   * - \`\`pyderasn\`\` :ref:\`$release <release$release>\`
      - $size KiB
      - \`link <download/pyderasn-${release}.tar.xz>\`__
        \`sign <download/pyderasn-${release}.tar.xz.sig>\`__
@@ -35,3 +35,32 @@ An entry for documentation:
 EOF
 
 mv $tmp/$tarball $tmp/"$tarball".sig $cur/doc/download
+
+cat <<EOF
+Subject: PyDERASN $release release announcement
+
+I am pleased to announce PyDERASN $release release availability!
+
+PyDERASN is free software pure Python ASN.1 DER library.
+
+------------------------ >8 ------------------------
+
+The main improvements for that release are:
+
+
+------------------------ >8 ------------------------
+
+PyDERASN'es home page is: http://pyderasn.cypherpunks.ru/
+
+Source code and its signature for that version can be found here:
+
+    http://pyderasn.cypherpunks.ru/download/pyderasn-${release}.tar.xz ($size KiB)
+    http://pyderasn.cypherpunks.ru/download/pyderasn-${release}.tar.xz.sig
+
+SHA256 hash: $hash
+GPG key: 2ED6 C846 3051 02DF 5B4E  0383 04A9 33D1 BA20 327A
+         PyDERASN releases <pyderasn at cypherpunks dot ru>
+
+Please send questions regarding the use of PyDERASN, bug reports and patches
+to mailing list: https://lists.cypherpunks.ru/mailman/listinfo/pyderasn-devel
+EOF