You might have to actually download all tags though. Whats the output of "git tag". Maybe try to "git pull" (but not: "git pull --no-tags"). Also with the git-trac script:
$ git trac find c5354abd32c0f396ab06a46a4141e77ce487eb8e
Commit has been merged in 6.4.rc0.
commit 22836987ac42ef6917c5e3c5f801201a6314e251
Merge: de7c38e a4c94cd
Date: Wed Oct 29 22:24:07 2014 +0000
Trac #16004: Update notebook to utilize pure javascript JSmol for default live 3-D
The notebook needs updates to utilize a pure javascript version of Jmol
by default for live 3-D. This includes changes to make the notebook
compatible with the newer jquery-1.9 (some things used in the notebook
have been deprecated).
Jmol is cross compiled to java and javascript. Because so many
browser/OS combinations now actively try to avoid using java applets, it
is necessary to have a pure javascript alternative. This solution
provides all the functionality of Jmol, but as expected since javascript
is interpreted rather than bytecode ("~3/4" of the way to compiled) the
performance when interacting with the plot is slower.
This first implementation removes the user tools that have appeared to
the right of the 3-D plot as they need to be rewritten as well.
One added feature is a "load 3-D live" check box that can be used to
make a worksheet load 3-D plots live when the worksheet is opened. For
worksheets with a single interact or only 1-2 plots this should be OK.
This requires installation of an updated Jmol.spkg. See ticket #17020.
Will require a new sagenb release: [INSERT HERE]
How to test:
1. Update Sage with #17020
1. Download the repackaged Jmol from the link provide in #17020 and save
the package in the "upstream" directory of your sage install.
1. run `sage -f jmol` to install the new jmol.
1. If you don't have it yet, update Sage with #16911 '''or''' just use
this branch that Volker has merged with that one.
1. Same with #16396 if you want to build doc correctly.
1. Update Sage with the branch here
the new upstream package] into `SAGE_ROOT/upstream`
1. Do `sage -f sagenb-0.11.0`
1. Test!
1. For testing, #17170 is also advised, since without it display in the
notebook does not work properly.
Reported by: gutow
Ticket author(s): Jonathan Gutow, Volker Braun
Reviewer(s): Steven Trogdon, Karl-Dieter Crisman, Jonathan Gutow