Skip to content

Commit

Permalink
Merge pull request #40 from progers/master
Browse files Browse the repository at this point in the history
Updating Makefile and CHANGES for release 2.8.1
  • Loading branch information
progers committed Dec 3, 2015
2 parents 5986f1e + b0d3b24 commit b84f776
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b84f776

Please sign in to comment.