Skip to content

Commit

Permalink
Merge tag '1.2.1' into develop
Browse files Browse the repository at this point in the history
1.2.1

Conflicts:
	NEWS.md
	VERSION
  • Loading branch information
gordonwoodhull committed Feb 1, 2015
2 parents db0060a + ba87ec0 commit 92fb37e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions NEWS.md
Expand Up @@ -106,6 +106,18 @@
* (Mis)feature where a prior notebook is loaded if the current notebook can't be


## RCloud 1.2.1

### Bug Fixes

* Smaller file upload packet size to avoid Rserve disconnection bug

* Do not check python idle state

* Workaround for varying `fork_of` github interface

* Error when deleting currently-loaded notebook (#1049)


## RCloud 1.2

Expand Down Expand Up @@ -133,9 +145,9 @@

* The notebook store is now abstrated through the `gist` package,
allowing arbitrary back-ends. The traditional GitHub Gist backend is
now handled by the `githubhist` package. Alternative back-end based
now handled by the `githubgist` package. Alternative back-end based
on local git repositories is implemented in `gitgist`. The back-end
is selected by the `gist.backend` configuration option. It curretnly
is selected by the `gist.backend` configuration option. It currently
defaults to `githubgist` but it will eventually become a mandatory
option.

Expand Down

0 comments on commit 92fb37e

Please sign in to comment.