summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 327000fe0..ad8af747d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -33,6 +33,7 @@
- split python bindings into a separate sub-package of rpm.
- add ja translation and man pages (Kanda Mitsuru kanda@nn.iij4u.or.jp).
- fix: fp.subDir was incorrectly set to NULL in sparse chroot's.
+ - fix: manageFile needs to check O_WRONLY(=1), not O_RDONLY(=0).
3.0.2 -> 3.0.3
- add --eval to find result of macro expansion.