Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMilne committed Jun 1, 2015
1 parent c9714b8 commit 0d06958
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
snudown (1.4.0) unstable; urgency=medium

* autolink r/subreddit and u/user
* security: don't rewind over previous inlines when autolinking
* email autolinks re-enabled due to ^
* more stringent character entity checks and sanitization
* properly handle URLs containing control characters

-- Jordan Milne <jordan.milne@reddit.com> Mon, 01 Jun 2015 13:04:23 -0700

snudown (1.3.2) unstable; urgency=medium

* fix alphanumeric-named entities
Expand Down
2 changes: 1 addition & 1 deletion snudown.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "html.h"
#include "autolink.h"

#define SNUDOWN_VERSION "1.3.2"
#define SNUDOWN_VERSION "1.4.0"

enum snudown_renderer_mode {
RENDERER_USERTEXT = 0,
Expand Down

0 comments on commit 0d06958

Please sign in to comment.