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

This is release 2.3.2a

parent b0b746b4
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ cd /G/f2
git checkout master
git pull origin master
git merge devel
git rebase -i HEAD~99 # correct commit messages; merge correction commits
git rebase -i HEAD~99 # correct commit messages; do not go past last release tag
git push origin master
### prepare
......
Release 2.3.2a of 20oct15
- Changed user interface
- New functionality and changed user interface:
- curve evaluation node c[]() renamed back to f[]()
- new data format *.yda instead of *.y08
- Updated dependence:
- now requires cmake 2.8.12 (older version were untested)
- new commands 'hc' and 'hv' for help on constants and variables
- Improved functionality:
- functional and unit tests can all be run through 'ctest'
- 'oi' respects freeze ('m/')
- simpler error messages from node evaluation
- News for sysadmins:
- now requires cmake 2.8.12 (older version were untested)
- functional and unit tests can all be run through 'ctest'
- source archive now contains googletest sources (though little used by now)
- Code cleanup:
- using inheritance instead of if-statements for different indexed-variable nodes
- grammar prescribes maximum number of index arguments in bracket
......
......@@ -8,7 +8,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
project(Frida)
set(Frida_VERSION post-2.3.1b)
set(Frida_VERSION 2.3.2a)
enable_testing()
......
---
Start testing: Oct 09 14:06 CEST
----------------------------------------------------------
End testing: Oct 09 14:06 CEST
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