diff --git a/distrib/core/HOWTO b/distrib/core/HOWTO index 38716f09fd2a4e427134a8cf6b358cd86cae221b..46d55883a9fab757f579045a84e0b80e1830e5d7 100755 --- a/distrib/core/HOWTO +++ b/distrib/core/HOWTO @@ -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 diff --git a/pub/CHANGELOG b/pub/CHANGELOG index 7f19ba25e7fc2fe126111313f768106bdc15aa7e..c150705293ed76c97b94374a41a0ac185cd6f4c0 100644 --- a/pub/CHANGELOG +++ b/pub/CHANGELOG @@ -1,14 +1,16 @@ 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 diff --git a/pub/CMakeLists.txt b/pub/CMakeLists.txt index 4e8e7d5ae247ce61faeb992f4114e9af9bde5584..6a0b8cad7b4d080705605292607ba0998ba9cc34 100644 --- a/pub/CMakeLists.txt +++ b/pub/CMakeLists.txt @@ -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() diff --git a/pub/Testing/Temporary/CTestCostData.txt b/pub/Testing/Temporary/CTestCostData.txt deleted file mode 100644 index ed97d539c095cf1413af30cc23dea272095b97dd..0000000000000000000000000000000000000000 --- a/pub/Testing/Temporary/CTestCostData.txt +++ /dev/null @@ -1 +0,0 @@ ---- diff --git a/pub/Testing/Temporary/LastTest.log b/pub/Testing/Temporary/LastTest.log deleted file mode 100644 index bfd9d7c1738946c85d73a01f51f9846dacac79f1..0000000000000000000000000000000000000000 --- a/pub/Testing/Temporary/LastTest.log +++ /dev/null @@ -1,3 +0,0 @@ -Start testing: Oct 09 14:06 CEST ----------------------------------------------------------- -End testing: Oct 09 14:06 CEST