Skip to content

Commit

Permalink
Add release notes for 1.0.0
Browse files Browse the repository at this point in the history
The Debian build script has been modified to account for the version
discrepancy.
  • Loading branch information
str4d committed Oct 28, 2016
1 parent 998202b commit 7232f2f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions doc/release-notes/release-notes-1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Jack Grigg (8):
Rework zcutil/build-debian-package.sh to place files correctly
Add lintian check to zcutil/build-debian-package.sh
Fix DEBIAN/control errors raised by lintian
Build libsnark with -march=x86-64 instead of -march=native
Disable the metrics screen on regtest
Add the Zcash genesis blocks
Update tests for new genesis blocks
Update version strings to 1.0.0

Kevin Gallagher (6):
Use fakeroot to build Debian package
Update Debian package maintainer scripts
Fixes executable mode of maintainer scripts
Add DEBIAN/rules file (required by policy)
Adds zcash.examples and zcash.manpages
Run Lintian after built package is copied to $SRC_PATH

2 changes: 1 addition & 1 deletion zcutil/build-debian-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cp $SRC_PATH/src/zcashd $DEB_BIN
cp $SRC_PATH/src/zcash-cli $DEB_BIN
cp $SRC_PATH/zcutil/fetch-params.sh $DEB_BIN/zcash-fetch-params
# Copy docs
cp $SRC_PATH/doc/release-notes/release-notes-$PACKAGE_VERSION.md $DEB_DOC/changelog
cp $SRC_PATH/doc/release-notes/release-notes-1.0.0.md $DEB_DOC/changelog
cp $SRC_DEB/changelog $DEB_DOC/changelog.Debian
cp $SRC_DEB/copyright $DEB_DOC
cp -r $SRC_DEB/examples $DEB_DOC
Expand Down

0 comments on commit 7232f2f

Please sign in to comment.