summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-06-29 09:29:06 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-06-29 09:29:06 +0200
commit5193fd9d9945437fbc7663f1585ae5d96d2ba103 (patch)
treea8a634140a849b64e21675bb726bf01609fa38cd /HISTORY
parenta526eee1651ca643a3f3c88a0c852a43261a7ebb (diff)
downloadvdr-5193fd9d9945437fbc7663f1585ae5d96d2ba103.tar.gz
vdr-5193fd9d9945437fbc7663f1585ae5d96d2ba103.tar.bz2
Improved deleting plugins in case the plugin uses its own memory management
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 6 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index d953a9db..266323ad 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9498,3 +9498,9 @@ Video Disk Recorder Revision History
two bonded devices, which was "fixed" in version 1.7.29. Apparently this fix merely
rendered the whole code branch inactive. Now this branch is only executed for devices
that are not bonded.
+
+2020-06-29:
+
+- Improved deleting plugins in case the plugin uses its own memory management (thanks
+ to Winfried Köhler). Plugins that have been compiled with previous versions of VDR
+ do not need to be recompiled, they will silently be handled as before.