Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Feb 24, 2015
1 parent 8404ced commit 08d843a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
1.2 2015-02-24 Olof Kindgren <[email protected]>
======================================================
* Allow files in core root to overlay files in cache
* Add support for pre_build_scripts in cores
* Fix checks for SystemC environment variables
* Allow absolute file paths in core files
* Add --verbose flag for detailed output
* Add --monochrome flag for monochrome output
* Report all sections in core-info
* Allow cores to specify themselves as non-cachable
* Allow symlinks in core libraries
* Add update command to update core libraries
* Add init command for initial setup of core libraries
* Remove deprecated --systems-root flag
* Add configure flag to optionally disable SVN providers
* Allow cores to be located anywhere in the core libraries
* Add 32/64-bit autodetection with override
* Add git submodule provider
* Generate detailed ISE map report
* + improved error handling, bug fixes and refactoring

Contributors:
Christian Svensson <[email protected]>
Franck Jullien <[email protected]>
Jeremy Bennett <[email protected]>
Olof Kindgren <[email protected]>
Stefan Kristiansson <[email protected]>

1.1 2014-04-15 Olof Kindgren <[email protected]>
======================================================
* Support system-installed Verilator
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([FuseSoC], [1.2-dev])
AC_INIT([FuseSoC], [1.2])

AM_INIT_AUTOMAKE([foreign])
AM_PATH_PYTHON([2.7])
Expand Down

0 comments on commit 08d843a

Please sign in to comment.