Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Frida
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coenen, Joachim
Frida
Commits
35c98c92
Commit
35c98c92
authored
10 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
This is release frida2.2.0a.
parent
152d971c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
distrib/core/HOWTO
+10
-12
10 additions, 12 deletions
distrib/core/HOWTO
pub/CHANGELOG
+2
-1
2 additions, 1 deletion
pub/CHANGELOG
with
12 additions
and
13 deletions
distrib/core/HOWTO
+
10
−
12
View file @
35c98c92
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
...
...
This diff is collapsed.
Click to expand it.
pub/CHANGELOG
+
2
−
1
View file @
35c98c92
Release 2.
1.1
0a of , to be used with frida2libs-14
....
Release 2.
2.
0a of
22oct14
, to be used with frida2libs-14
1022:
- 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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment