pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2021-02-03
2021-02-03 15:46:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3d09f54cd4d82487073817eed0fcd3ff060f9a74 (
11
lines) (+
11
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Changes: Added note about Inotify.Instance()->add_watch() API change.
Fixes
#10059
.
1:
+
Changes since Pike 8.0.1116 (release 14)
+
+
Bug Fixes
+
---------
+
+
o Inotify
+
+
add_watch() now returns -1 for filsystem-related failures
+
that may be due to the filsystem being in flux.
+
Changes since Pike 8.0.702 (release 13) New Features