fix build; changelog

This commit is contained in:
Lu Wang 2014-01-11 16:36:19 +08:00
parent 1cd9f00955
commit 6993ef1368
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,10 @@ Developing v0.11
* Always generate TTF before the final output
* Fix CSS for loading-indicator
* Do not set style for global <span>
* Improvements on the SVG output
* New options
--tmp-file-size-limit
--tmp-dir
v0.10
2013.10.17

View File

@ -17,6 +17,7 @@
using namespace std;
#ifndef _WIN32
# include <unistd.h>
# define STAT stat
# define RMDIR rmdir
#else