aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.md
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-10-27 21:19:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-10-27 21:19:11 +0000
commit4e2fa78ea36ec2cf6583bc025b4127c5ea238fd2 (patch)
tree776471e6ddbb557aac5a48779cb813f63c28b4d5 /ChangeLog.md
parent15b8b407ee0ee485e82a9de35932da2053f2c390 (diff)
downloadsrc-4e2fa78ea36ec2cf6583bc025b4127c5ea238fd2.tar.gz
src-4e2fa78ea36ec2cf6583bc025b4127c5ea238fd2.zip
Update libucl to git snapshot 20151027 (77d9d33)vendor/libucl/20151027
Notes
Notes: svn path=/vendor/libucl/dist/; revision=290067 svn path=/vendor/libucl/20151027/; revision=290069; tag=vendor/libucl/20151027
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 093ff97a842d..f714f40e75e4 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -32,3 +32,8 @@
### Libucl 0.7.2
- Fixed serious bugs in schema and arrays iteration
+
+### Libucl 0.7.3
+
+- Fixed a bug with macroes that come after an empty object
+- Fixed a bug in include processing when an incorrect variable has been destroyed (use-after-free)