summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-01 21:07:32 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-01 21:07:32 (GMT)
commit106e06d33196ca124d6d27cc00a5898d6f96121d (patch)
treeb5f04abc246f3514a0cce4f06a42708dc7ece62c /ChangeLog
parent1c9e36639b949cc765dab316825f9fec7af85a6e (diff)
Handled relative paths when loading and saving binary contents in projects.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a06eeaf..1723878 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
15-12-01 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/content-int.h:
+ * src/analysis/content.c:
+ * src/analysis/content.h:
+ * src/analysis/contents/file.c:
+ * src/analysis/contents/file.h:
+ * src/analysis/project.c:
+ Handle relative paths when loading and saving binary contents in projects.
+
+ * src/common/xml.h:
+ Typo.
+
+15-12-01 Cyrille Bagard <nocbos@gmail.com>
+
* plugins/pychrysa/common/Makefile.am:
Add the 'pathname.[ch]' files to libpychrysacommon_la_SOURCES.