Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
dSS - digitalSTROM Server
dss-mainline
Commits
c7f9b80a
Commit
c7f9b80a
authored
9 years ago
by
Michael Tross
Browse files
Options
Download
Patches
Plain Diff
release version 1.31.0
parent
cbb76f4c
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+31
-0
ChangeLog
configure.ac
+1
-1
configure.ac
with
32 additions
and
1 deletion
+32
-1
ChangeLog
+
31
−
0
View file @
c7f9b80a
dSS - digitalSTROM Server
v1.31.0 20.07.2015
* date condition evaluation, add helper class for reoccurring ical events, #10481
* model event processing for generic events, 10331
* VdcDevice flag stored persistently, #10032
* add dss process memory info to property tree, #10084
* add more info and revisions to the /json/system/version, #10107
* Added method to retrieve locked devices and zones, #9788
* added support for configuration locks on clusters and scenes
* reduce property tree node size, #9369
* support new terminal block devices BL-SDS200, GE-UMV2i10, SW-UMR200
* support new dsm-api events sun, frost, service
* automatically create clusters based on device tags for location and protection class
* introduced cluster in the data model, #9792
* added wind protection classia and location to device model
* readout dSM Info regardless of configuration hash, #9620
* restart rrdcached when recreating metering databases, #5414
* adopt to ds485 stack changes, dsuid.h location changed
* Implement vDC API property wrappers in dSS and offer a JSON interface, #6838
* add trigger handler for device and zone sensor values, DevDay 2014a, #4858
* use the new sync calls for device property write and device move, #9095
* Added callSceneMin support to request handler, #8898
* Replace the custom made JSON generator with rapidJSON
* Check if resetting of the rrd database is needed, #7575
* reactivated dSHub event uploader
* use bbost flyweight for property node name string pooling, #9132
* Validate XML before overwriting the existing one, #9027
* added logDownloadHandler, #8694
* print logs with milliseconds resolution, #8698
* added model feature table
* dropped cygwin support
v1.30.9 08.06.2015
* allow setting joker devices to 1-way button, #10288
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
c7f9b80a
...
...
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
AC_INIT([dss], [1.3
0.9
], [http://redmine.digitalstrom.org])
AC_INIT([dss], [1.3
1.0
], [http://redmine.digitalstrom.org])
AC_CONFIG_AUX_DIR(configure_aux)
AC_CONFIG_SRCDIR([src/dss.cpp])
AC_CONFIG_HEADERS([config.h])
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets