Skip to content
Snippets Groups Projects
Commit 35c98c92 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

This is release frida2.2.0a.

parent 152d971c
No related branches found
No related tags found
No related merge requests found
cd /git/f2
cd /G/f2
### merge devel into master
git checkout master
......@@ -7,14 +7,12 @@ git merge devel
git push origin master
### prepare
cd pub
vi src/version.hpp.in # update version number
vi CHANGELOG
vi pub/CHANGELOG
### purge
cd /git/f2/pub/build
cd /G/f2/pub/build
xargs rm < install_manifest.txt
cd /git/f2/pub
cd /G/f2/pub
rm -r build/*
rm *~
rm */*~
......@@ -25,19 +23,19 @@ rm src/Doxyfile.bak
export A=frida2. # <major>.<minor><bugfix>
cd /tmp
rm $A
slink /git/f2/pub $A
slink /G/f2/pub $A
tar czvfh ~/data/tgz/$A.tgz $A/* --exclude "autom4te.cache"
dl ~/data/tgz/frida2.* # CHECK size
rm $A
### rebuild
cd /git/f2/pub/build
cd /G/f2/pub/build
cmake ..
m -j9
mi
### update git
cd /git/f2
cd /G/f2
kcom # This is release ...
kush
......@@ -45,16 +43,16 @@ kush
ssh wuttke@a mv /www/apps/src/frida/frida2.* /www/apps/src/frida/old/
scp ~/data/tgz/$A.tgz wuttke@a:/www/apps/src/frida/
scp /git/f2/pub/CHANGELOG wuttke@a:/www/apps/src/frida/frida2-CHANGELOG
scp /G/f2/pub/CHANGELOG wuttke@a:/www/apps/src/frida/frida2-CHANGELOG
### advertise
http://apps.jcns.fz-juelich.de/doku/frida -> News
### start next development cycle
cd /git/f2
cd /G/f2
git checkout devel
git merge master
cd /git/f2/pub
cd /G/f2/pub
vi CMakeLists.txt # version becomes "post-<release>"
cd build; mi
......
Release 2.1.10a of , to be used with frida2libs-14....
Release 2.2.0a of 22oct14, to be used with frida2libs-141022:
- split code into a library and a tiny wrapper
- started infrastructure for Python binding (not yet productive)
- replaced yamlfreeze by official libyaml-cpp0.3
- various little corrections and additions
Release 2.1.9a of 11apr14:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment