This is a hotfix release for the notebook mathjax issue.
The trac master branch now points to 6.1.1, the develop branch continues to point to 6.2.beta0
I will merge 6.1.1 back into the develop branch to resolve the conflicting versions embedded in the source code. This will mean that "git log 6.2.beta1 ^6.2.beta0" will show the hotfix commits duplicated, since they are also on the second parent of the 6.1.1 merge. If you want to avoid that for scripting purposes, you will have to use "git log --first-parent 6.2.beta1 ^6.2.beta0"
Source tarball:
$ sha512sum dist/sage-6.1.1.tar.gz
6fcae11c74225db099b513e2e5d579c3dfdfd48c307abddf97dc9c009cdf26de6be4a35f0efe2ed93818b1ef79c75e03eb03f64a7798580cd2b47699e612fae2 dist/sage-6.1.1.tar.gz
Changelog:
$ git log --author "Release Manager" --oneline 6.1.1 ^6.1
2a97c1c Trac #15693: Remove simplify_radical() from the doc of simplify_full() and full_simplify()
3861c7b Trac #15743: Document cancel_alarm() in alarm()
494c751 Trac #15783: Update README.txt for OS X Mavericks
36d088d Trac #15778: Fix broken mathjax in sagenb