From 2fefdd68623b7b9a0a7b81c271bf6eedd7ede040 Mon Sep 17 00:00:00 2001 From: Alexander Dahl Date: Mon, 31 Aug 2015 13:04:29 +0200 Subject: [PATCH] upgrade to gluon 2015.1.2 --- README.md | 2 ++ site.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 262ecda..14adcf5 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ Verify a successful upgrade by Changelog --------- +* 0.33: *gluon 2015.1.2* + * see https://gluon.readthedocs.org/en/latest/releases/v2015.1.2.html * 0.32: *gluon 2015.1.1* * see https://gluon.readthedocs.org/en/latest/releases/v2015.1.html and http://gluon.readthedocs.org/en/latest/releases/v2015.1.1.html * reduced stable branch update priority from two weeks to one diff --git a/site.mk b/site.mk index 6b47572..a794f65 100644 --- a/site.mk +++ b/site.mk @@ -33,7 +33,7 @@ GLUON_SITE_PACKAGES := \ iptables \ iwinfo -DEFAULT_GLUON_CHECKOUT := v2015.1.1 +DEFAULT_GLUON_CHECKOUT := v2015.1.2 # Allow overriding the checkout from the command line GLUON_CHECKOUT ?= $(DEFAULT_GLUON_CHECKOUT)