Skip to content

Commit

Permalink
sync v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gythialy committed Dec 22, 2018
1 parent 4ae215c commit c07f3f4
Show file tree
Hide file tree
Showing 404 changed files with 87,907 additions and 50,450 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -340,3 +340,7 @@ task (tarFull, type: Tar) {
dependsOn(tar)
archiveName = project.name + "-" + project.version + "_full.tgz"
}

subprojects {
task allDeps(type: DependencyReportTask) {}
}
2 changes: 1 addition & 1 deletion configuration.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

project.ext {

cfgVersion = "0.17.0"
cfgVersion = "0.17.1"

cfgGroup = "org.openmuc.framework"

Expand Down
33 changes: 29 additions & 4 deletions docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
v0.17.0 27-02-2018
------------------
v0.17.1 16-Jul-2018
-------------------
- driver M-Bus:
* fixed NullPointerException when scan for channels
* fixed bug when scan device with secondary address
* fixed wrong ValueType after channel scan
* updated jmbus to v3.1.1
* added more channel/device scan description
- driver wireless M-Bus:
* added wireless M-Bus over TCP
* updated jmbus to v3.1.1
* added more device/channel information after scan
- driver dlms:
* updated jdlms to v1.6.0
* fixed bug when serial communication is used
- driver rest:
* fixed some bugs
* reduced configuration overhead
- updated jrxtx to v1.0.1
- WebUI
* enable config of contextpath
* added unit to channel scan
* fixed changing user PW. Thanks to B. Kruger
* minor fixes

v0.17.0 27-Feb-2018
-------------------
- OpenMUC now requires Java 1.8 instead of Java 1.7
- driver Modbus:
* changed to j2mod
Expand All @@ -8,12 +33,12 @@ v0.17.0 27-02-2018
* new debug messages
* supports more data types
* replaced int and short with int16, int32, uint16 and uint32
- driver IEC 68070:
- driver IEC 60870:
* added writing
* more supported data types
* in sampling/read mode only general interrogation command is possible, yet
- driver EHZ:
* can read FNN Basiszaehler
* can read FNN Basiszaehler "INFO" interface
* updated libraries
* added scan progress
* added listening
Expand Down
Loading

0 comments on commit c07f3f4

Please sign in to comment.