Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mickem committed Jul 14, 2017
1 parent f3dbd96 commit 4d92689
Showing 1 changed file with 51 additions and 6 deletions.
57 changes: 51 additions & 6 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,17 +1,62 @@
2017-07-14 Michael Medin
* Eventlog: Added command line for adding real time filter:
nscp eventlog add --alias foo --log application --target log
* eventlog: Fixed rendering large (more then 4k) eventlog messages
* Fixed #426 real time eventlog messages truncated at 512 characters
* Fixed #428 installer properties not working properly
* Fixed travis builds
* Moved docs into the main repository to get out of all the annoying submodule issues
* Applied #438: check_updates.vbs should return unknown if Windows Update service is disabled
* Michael now owes Michael Friedrich a beer for his awesome work!

2017-06-xx Michael Friedrich
* Added documentation for APIs

2017-06-28 Michael Medin
* installer: Change id of fw exception (but did not affect the guid)
* installer: Fixed installer command line switches, "op5 mode" and generated password
* removed pid option on windows
* installer: Added secondary installer
* installer: Changed title and added flag to override allow owerwrite

2017-06-12 Michael Friedrich
* Fix writing configuration key 'WEBServer'

2017-05-24 Michael Medin
* Fixed installer UI (and writing installer keys)
* New op5 logo

2017-05-16 Michael Medin
* filters: Fixed #412 show-all overwrites top-syntax
* pdh: Fixed #415 negative value
* registry: Fixed #414 invalid data at end of strings in registry

2017-05-14 Michael Medin
* WebServer: Possible fix for #411 memory leaks
* Fixed errorhandler in in filters so debug works better
* Fixed #403 installer issue

2017-04-09 Michael Medin
* check_drive_size: Addded letter filter keyword with is the drive letter #399.
* CheckLogFile: Added option "read entire file" to allow re-reading the file each time it has changed i.e. if a single line is written to a file. Fixes part 2 of #387
* CheckLogFile: Reworked the check logic a bit to make it more solid
* CheckLogFile: Added alias column-split to real-time check file filters to make it easier to use: #387
* SimpleCache: New command to list all keys in the cache: list_cache

2017-04-06 Michael Medin
* Webserver: Fixed password encoding #389
* return values should be optional
* Fixed command-line parser using the wrong options

2017-04-06 Michael Medin
* check_nt CPU load using invalid time (second instead of minute) Fixes #251 and #403
* PythonScript: Fixed so install commands works (i.e. nscp py install --add sample.py)
* settings: Fixed internal API wrapper with multiple payloads
* Thank you Yannick Charton: New year in changelog: It's time to enter in 2017 ;-)
* check_nt CPU load using invalid time (second instead of minute) Fixes #251 and #403
* PythonScript: Fixed so install commands works (i.e. nscp py install --add sample.py)
* settings: Fixed internal API wrapper with multiple payloads
* Thank you Yannick Charton: New year in changelog: It's time to enter in 2017 ;-)

2017-04-04 Michael Medin
* filters: Fixed expression parsing (Possible fix for #396 )
* Thank you Marcel Hecko: Fix typos. comaseparated => comma separated
* filters: Fixed expression parsing (Possible fix for #396 )
* Thank you Marcel Hecko: Fix typos. comaseparated => comma separated

2017-03-19 Michael Medin
* Fixed url in reporter
Expand Down

0 comments on commit 4d92689

Please sign in to comment.