TurboGears 1.1 Released

October 7th, 2009 by Kevin Smith

TurboGears 1.1 is finally released. I started with early TurboGears 1 for a work project. The upgrade to 1.1 went pretty smooth. I expected more issues. I was only bitten by the need to set identity.soprovider.model.visit in app.cfg, which wasn’t set at all so it went with the default.

I added:

identity.soprovider.model.visit=”actionstep.model.VisitIdentity”

TurboGears 2.0 Released!

May 27th, 2009 by Kevin Smith

Yeah, TurboGears2 is now officially released. TG2 is built on the Pylons and provides some nice defaults such as, SQLAlchemy and Genshi.

Mercurial 1.1.1 Bugfix Release

December 21st, 2008 by Kevin Smith

Mercurial Release Notes
Version 1.1.1 – 2008-12-20
This is a bugfix release

* make hgweb recursion optional (use ‘**’ rather than ‘*’)
* fix fncache bug for directories ending in ‘ ‘ or ‘.’
* require -a switch to resolve all files
* improve help for resolve command
* fix inotify interaction with bundle diffs
* fix strange readline import error on Windows
* fix non-existing target directory with git diffs
* fix removing symlinks with git diffs
* fix directory creation bug in patch
* rebase: allow keeping branch names
* fix a copy bug in the SVN converter

Mercurial 1.1 released!

December 3rd, 2008 by Kevin Smith

Mercurial (hg) releases version 1.1, which includes Python 2.6 compatibility, a new repository format, and the web interface now has a cool graph. More in the Release Notes.

« Previous Entries