File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# MatConsoleCtl releases
22
3- ### Version 4.3 .0 - TBD ([ javadoc] ( http://diffplug.github.io/matconsolectl/javadoc/4.3.0/ ) , [ jcenter] ( https://bintray.com/diffplug/opensource/matconsolectl/4.3.0/view ) )
3+ ### Version 4.4 .0 - TBD ([ javadoc] ( http://diffplug.github.io/matconsolectl/javadoc/4.3.0/ ) , [ jcenter] ( https://bintray.com/diffplug/opensource/matconsolectl/4.3.0/view ) )
44
55- ` MatlabType.MatlabTypeGetter ` is now generic.
66- Fixed lots of compiler warnings.
1010- [ Fixed a serialization bug.] ( https://github.com/diffplug/matconsolectl/commit/d6bc07adca74f0bb3ae91c1009222eff6b975774 )
1111- Broke up the test suite into ` test ` , ` testMatlabHeadless ` , and ` testMatlabInteractive `
1212
13+ ### Version 4.3.0 - February 23rd 2015
14+
15+ - Added OSGi compatibility.
16+
1317### Version 4.2.1 - February 22nd 2015
1418
1519- ThrowableWrapper now initializes the ` getMessage() ` field with MATLAB's raw error text.
Original file line number Diff line number Diff line change 11Manifest-Version : 1.0
22Bundle-Description : MatConsoleCtl - control MATLAB from Java
33Bundle-DocURL : https://github.com/diffplug/matconsolectl
4- Bundle-License : https://github.com/diffplug/matconsolectl/blob/v4.3 .0-SN
4+ Bundle-License : https://github.com/diffplug/matconsolectl/blob/v4.4 .0-SN
55 APSHOT/LICENSE
66Bundle-ManifestVersion : 2
77Bundle-SymbolicName : com.diffplug.matsim.matconsolectl
88Bundle-Vendor : DiffPlug
9- Bundle-Version : 4.3 .0.SNAPSHOT
10- Export-Package : matlabcontrol;version="4.3 .0",matlabcontrol.demo;version
11- ="4.3 .0",matlabcontrol.extensions;uses:=matlabcontrol;version="4.3 .0",m
12- atlabcontrol.internal;version="4.3 .0",matlabcontrol.link;uses:=matlabco
13- ntrol;version="4.3 .0"
9+ Bundle-Version : 4.4 .0.SNAPSHOT
10+ Export-Package : matlabcontrol;version="4.4 .0",matlabcontrol.demo;version
11+ ="4.4 .0",matlabcontrol.extensions;uses:=matlabcontrol;version="4.4 .0",m
12+ atlabcontrol.internal;version="4.4 .0",matlabcontrol.link;uses:=matlabco
13+ ntrol;version="4.4 .0"
1414Require-Capability : osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.6))"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ output = [
1616[ ![ Javadoc] ( https://img.shields.io/badge/javadoc-OK-blue.svg )] ( https://diffplug.github.io/matconsolectl/javadoc/4.3.0/ )
1717[ ![ License Apache] ( https://img.shields.io/badge/license-BSD-blue.svg )] ( https://tldrlegal.com/license/bsd-3-clause-license-(revised) )
1818
19- [ ![ Changelog] ( https://img.shields.io/badge/changelog-4.3 .0--SNAPSHOT-brightgreen.svg )] ( CHANGES.md )
19+ [ ![ Changelog] ( https://img.shields.io/badge/changelog-4.4 .0--SNAPSHOT-brightgreen.svg )] ( CHANGES.md )
2020[ ![ Travis CI] ( https://travis-ci.org/diffplug/matconsolectl.svg?branch=master )] ( https://travis-ci.org/diffplug/matconsolectl )
2121<!-- -freshmark /shields -->
2222
Original file line number Diff line number Diff line change 11stable =4.3.0
2- version =4.3 .0-SNAPSHOT
2+ version =4.4 .0-SNAPSHOT
33name =matconsolectl
44group =com.diffplug.matsim
55description =MatConsoleCtl - control MATLAB from Java
You can’t perform that action at this time.
0 commit comments