Updating Makefile and CHANGES for release 2.8.1

master
Philip Rogers 2015-12-02 20:25:46 -08:00
parent 5986f1e411
commit b0d3b24956
2 changed files with 12 additions and 1 deletions

11
CHANGES
View File

@ -1,3 +1,14 @@
2.8.1 (Ellipse) - December 2nd, 2015
-----------------------------------------------------------
For a complete list of changes run:
git log 81afaa9..5986f1e
* Fixed bug where all icons were broken in Safari (https://github.com/SVG-Edit/svgedit/issues/29)
* Use getIntersectionList when available (https://github.com/SVG-Edit/svgedit/issues/36)
* Switched to https for all urls (https://github.com/SVG-Edit/svgedit/issues/31)
* Updated translations for "page" and "delete" in 57 locales.
* Minor administrative updates (docs/, README.md, author emails)
2.8 (Ellipse) - November 24th, 2015
-----------------------------------------------------------
For a complete list of changes run:

View File

@ -1,5 +1,5 @@
NAME=svg-edit
VERSION=2.8
VERSION=2.8.1
PACKAGE=$(NAME)-$(VERSION)
MAKEDOCS=naturaldocs/NaturalDocs
CLOSURE=build/tools/closure-compiler.jar