Make the destination for charts configurable in the HTML driver.
[pspp-builds.git] / src / output / ChangeLog
index 7c1d3d1c654695bd1b2aaa90e8fd9acba7fb39d5..8ed1b2a8f967ec13394e153b7585d167116da26d 100644 (file)
@@ -1,3 +1,16 @@
+Sat Jul  1 17:20:03 2006  Ben Pfaff  <blp@gnu.org>
+
+       Make the destination for charts configurable in the HTML driver.
+       Fixes bug #15723, "HTML driver creates .png files insecurely".
+
+       * htmlP.h: (struct html_driver_ext) Add chart_file_name, chart_cnt
+       members.
+       
+       * html.c: (html_open_driver) Initialize new members.
+       (option_tab var) Add "chart-files" option.
+       (handle_option) Parse "chart-files" option.
+       (html_initialise_chart) Name file based on "chart-files" option.
+       
 Sat Jul  1 22:41:26 2006  Ben Pfaff  <blp@gnu.org>
 
        Fix bug #16644: Output Driver crashes in DISPLAY VARIABLES.