]> jfr.im git - irc/kvirc/KVIrc.git/commitdiff
Fix makedist script. Add a super-minimal readme entry.
authorSzymon Tomasz Stefanek <redacted>
Thu, 28 Dec 2017 23:13:54 +0000 (00:13 +0100)
committerSzymon Tomasz Stefanek <redacted>
Thu, 28 Dec 2017 23:13:54 +0000 (00:13 +0100)
admin/makedist.sh
doc/README

index 3a87c0e210886ed1d80b21e01b7bb254d0d50b78..bbfdb95c8fd75b20a81827d2d83097070ac86a6d 100644 (file)
@@ -105,6 +105,7 @@ echo "Exporting git dir into ${TEMPSRCDIR}..."
 # Ensure the prefix parameter has a slash at the end, or bad things could happen
 git checkout-index -a -f --prefix="${TEMPSRCDIR}/"
 
+
 #################################################################################################
 # Figure out the git revision
 
@@ -114,6 +115,12 @@ REVISION=$(git log -1 --date=short "--pretty=%h")
 echo "Revision is $REVISION"
 echo $REVISION > "$TEMPSRCDIR/.gitrevision"
 
+#################################################################################################
+# Remove stuff that should not be there
+
+echo "Removing unused stuff..."
+rm -f "${TEMPSRCDIR}/dist/secret.enc"
+
 #################################################################################################
 # Make room for the output files
 
index 976bdd2ab65c9d8ec664cb77ce8da745a70519d8..2870b572a88356979f9ed51ad45ddc435ca5d38b 100644 (file)
@@ -1,3 +1,16 @@
+29.12.2017: Release 5.0.0-beta1
+###############################################################################
+
+After some years and a couple of alpha releases we have a beta.
+Well.. it's marked "beta" but you'll probably find it pretty much stable.
+Several people are worked on the codebase and ultimately on the release.
+Many of them hang daily around #kvirc@Freenode. Come and say hi! :)
+
+Have fun!
+Szymon Stefanek and The KVIrc Development Team
+
+
+
 01.07.2012: Release 4.2.0 "Equilibrium"
 ###############################################################################