Skip to content

Commit f2ff84d

Browse files
committed
Prepare for release
1 parent 9a71644 commit f2ff84d

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

NEWS

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
1.3 2015-11-16 Olof Kindgren <olof.kindgren@gmail.com>
2+
======================================================
3+
* Add item to .core files to explicitly apply patches
4+
* Export FuseSoC dirs as env vars to external commands
5+
* Use relative paths everywhere
6+
* Always rebuild sim model, except when --keep is used
7+
* Prettify core-info output
8+
* Generate CAPI directly from section.py
9+
* Add more helpful data types to section members
10+
* Support multiple top-level testbenches
11+
* Add git provider
12+
* Add pgm option to ISE backend
13+
* Add support for Xilinx ISIM Simulator
14+
* Abort FuseSoC on scripts with non-zero return code
15+
* Run scripts from all core deps in simulations
16+
* Add parameter section (replaces plusargs)
17+
* Add support for Xilinx XSIM Simulator
18+
* + improved error handling, bug fixes and refactoring
19+
20+
Contributors:
21+
Andrzej Radecki <ndrwrdck@gmail.com>
22+
Franck Jullien <franck.jullien@gmail.com>
23+
Jeffrey Esquivel S <jeff@estudiomanati.com>
24+
Leonardo Lessa <llessa@users.noreply.github.com>
25+
Lukas Rinderer <lukas@gastro-plan.at>
26+
Michael Gielda <mgielda@antmicro.com>
27+
Olof Kindgren <olof.kindgren@gmail.com>
28+
129
1.2 2015-02-24 Olof Kindgren <olof.kindgren@gmail.com>
230
======================================================
331
* Allow files in core root to overlay files in cache

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([FuseSoC], [1.3-dev])
1+
AC_INIT([FuseSoC], [1.3])
22

33
AM_INIT_AUTOMAKE([foreign])
44
AM_PATH_PYTHON([2.7])

0 commit comments

Comments
 (0)