aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2012-04-10 16:01:00 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2012-04-10 16:01:00 +0200
commit6f77e7de6f0ad9a8d6991c213841c926acc53a96 (patch)
tree88d330373c30c4c5d2d3ed6b03c73c427981580d /ChangeLog
parentb0fa250ec0bd89386325d0153a7b3d72be729ebc (diff)
downloadandroid_external_fuse-6f77e7de6f0ad9a8d6991c213841c926acc53a96.tar.gz
android_external_fuse-6f77e7de6f0ad9a8d6991c213841c926acc53a96.tar.bz2
android_external_fuse-6f77e7de6f0ad9a8d6991c213841c926acc53a96.zip
Check protocol version before sending notifications
Check protocol version before sending notifications and return -ENOSYS if a particular notification is not supported.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4ba255..fab6ee1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-04-10 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Check protocol version before sending notifications and return
+ -ENOSYS if a particular notification is not supported.
+
2012-01-27 Miklos Szeredi <miklos@szeredi.hu>
* Interpret octal escape codes in options. Requested by Jan