Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Nov 16, 2015
1 parent 9a71644 commit f2ff84d
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.3 2015-11-16 Olof Kindgren <[email protected]>
======================================================
* Add item to .core files to explicitly apply patches
* Export FuseSoC dirs as env vars to external commands
* Use relative paths everywhere
* Always rebuild sim model, except when --keep is used
* Prettify core-info output
* Generate CAPI directly from section.py
* Add more helpful data types to section members
* Support multiple top-level testbenches
* Add git provider
* Add pgm option to ISE backend
* Add support for Xilinx ISIM Simulator
* Abort FuseSoC on scripts with non-zero return code
* Run scripts from all core deps in simulations
* Add parameter section (replaces plusargs)
* Add support for Xilinx XSIM Simulator
* + improved error handling, bug fixes and refactoring

Contributors:
Andrzej Radecki <[email protected]>
Franck Jullien <[email protected]>
Jeffrey Esquivel S <[email protected]>
Leonardo Lessa <[email protected]>
Lukas Rinderer <[email protected]>
Michael Gielda <[email protected]>
Olof Kindgren <[email protected]>

1.2 2015-02-24 Olof Kindgren <[email protected]>
======================================================
* Allow files in core root to overlay files in cache
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.3-dev])
AC_INIT([FuseSoC], [1.3])

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

0 comments on commit f2ff84d

Please sign in to comment.