27 lines
597 B
Plaintext
27 lines
597 B
Plaintext
Release checklist
|
|
-----------------
|
|
|
|
Change revision in:
|
|
initialNews.xml
|
|
news.xml
|
|
installer/install.xml
|
|
router/java/src/net/i2p/router/RouterVersion.java
|
|
|
|
make dist
|
|
|
|
Create a signed update file with:
|
|
export I2P=~/i2p
|
|
java -cp $I2P/lib/i2p.jar net.i2p.crypto.TrustedUpdate sign i2pupdate.zip i2pupdate.sud /path/to/private.key 0.6.1.xx
|
|
|
|
More signatures:
|
|
sha1sum i2pinstall.exe i2p.tar.bz2 i2p-0.6.1.xx.tar.bz2 i2pupdate.zip
|
|
gpg -b i2pinstall.exe
|
|
gpg -b i2p.tar.bz2
|
|
gpg -b i2p-0.6.1.xx.tar.bz2
|
|
gpg -b i2pupdate.zip
|
|
|
|
Website files to change:
|
|
announcements.html
|
|
download.html
|
|
index.html
|