From 6689699f797b775c523b63ede50da2aff9897f82 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Fri, 19 Feb 2016 23:36:10 -0500 Subject: [PATCH] Bump version to 0.105.11 and update change log --- CHANGELOG.org | 6 ++++++ init.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index ff00f76853ce..4a59bcbf589d 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,4 +1,10 @@ * Release 0.105.x +** 0.105.11 (2016/02/18) +Improve loading robustness: +- when an ELPA repository is down Spacemacs will now be able to finish +loading, +- Spacemacs will use the default theme (i.e. no theme) if there is any +error during the download of the starting theme. ** 0.105.10 (2016/02/18) *** Fixes - Fix re-toggle of fullscreen when pressing ~SPC f e R~ (thanks to MadAnd) diff --git a/init.el b/init.el index 0d9fa76487ab..189443607509 100644 --- a/init.el +++ b/init.el @@ -13,7 +13,7 @@ ;; (package-initialize) (setq gc-cons-threshold 100000000) -(defconst spacemacs-version "0.105.10" "Spacemacs version.") +(defconst spacemacs-version "0.105.11" "Spacemacs version.") (defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.") (if (not (version<= spacemacs-emacs-min-version emacs-version))