aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-11-16 17:14:14 +0100
committerLoïc Hoguin <[email protected]>2015-11-16 17:14:14 +0100
commit45f750db410a4b08c68d142ad0af839f544c5d3d (patch)
tree3edd9d47d68502bb4f34163c15cde657c579fc03
parente6a1f1a4f30bad94baad718c0d4b9945b5c2c903 (diff)
downloadcowlib-1.0.x.tar.gz
cowlib-1.0.x.tar.bz2
cowlib-1.0.x.zip
Update Cowlib to 1.0.21.0.21.0.x
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG.md5
-rw-r--r--src/cowlib.app.src2
3 files changed, 7 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 824ec87..556636d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,5 @@
Cowlib is available thanks to the work of:
Loïc Hoguin
+Krzysztof Jurewicz
Mikkel Jensen
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88146e9..8b18c24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
CHANGELOG
=========
+1.0.2
+-----
+
+ * Fix handling of default values in cookie options
+
1.0.1
-----
diff --git a/src/cowlib.app.src b/src/cowlib.app.src
index e6a29f8..bfdb996 100644
--- a/src/cowlib.app.src
+++ b/src/cowlib.app.src
@@ -14,7 +14,7 @@
{application, cowlib, [
{description, "Support library for manipulating Web protocols."},
- {vsn, "1.0.1"},
+ {vsn, "1.0.2"},
{id, "git"},
{modules, []},
{registered, []},