summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-09-23 11:00:06 +0200
committerLinus Nordberg <linus@nordberg.se>2014-09-23 11:00:06 +0200
commit0b253574667acde453a50a2b61cf46d6f7a6c86e (patch)
tree89f5dc7fd4787d91b01414fcc7db55eb83a4ac42
parentf6d8e82e9c781b2cade1468460d7f84474200924 (diff)
Bump version and add a blurb to NEWS.
-rw-r--r--NEWS.md6
-rw-r--r--ebin/plop.app2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 132135f..92fc026 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,9 @@
+# Changes in plop 0.2.0-dev - 2014-??-??
+
+## Bugfixes
+
+- Serialise certificate chains and extensions as RFC5246 vectors.
+
# Changes in plop 0.1.1 - 2014-09-20
plop version 0.1.1 removes the depency on maps and fixes several major
diff --git a/ebin/plop.app b/ebin/plop.app
index fd30cde..d017331 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -4,7 +4,7 @@
%%% Application resource file for plop (in -*- erlang -*- mode).
{application, plop,
[{description, "The plop store"},
- {vsn, "0.1.1"},
+ {vsn, "0.2.0-dev"},
{modules, [plop_app, plop_sup, plop, db, ht, hex]},
{applications, [kernel, stdlib, mnesia]}, % crypto, public_key
{registered, [plop, ht, db]},