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)