Skip to content

Commit

Permalink
Merge branch 'release-0.6.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
chipx86 committed Feb 21, 2013
2 parents 6e0f5f2 + 97504ad commit de69571
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,26 @@ version 0.7.0 final (2-August-2012):
a dependency of djblets.


version 0.6.28 final (20-February-2013):
* General:
* Require Django 1.3.7 as a minimum.

This is the latest security release of Django. For more information,
see https://www.djangoproject.com/weblog/2013/feb/19/security/

* djblets.datagrid:
* Fixed a possible XSS exploit in datagrids. Patch by Alexander
Artemenko.

* Failures during rendering the datagrid now results in a traceback.

* djblets.util.fields:
* CounterField was failing to use the initializers for brand new
instances of a model, defaulting to None instead.

Patch by Raja Venkataraman.


verrsion 0.6.27 final (24-November-2012):
* djblets.gravatars:
* The gravatar URL used for HTTPS connections now uses
Expand Down
4 changes: 2 additions & 2 deletions djblets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# __init__.py -- Basic version and package information
#
# Copyright (c) 2007-2012 Christian Hammond
# Copyright (c) 2007-2012 David Trowbridge
# Copyright (c) 2007-2013 Christian Hammond
# Copyright (c) 2007-2013 David Trowbridge
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
Expand Down

0 comments on commit de69571

Please sign in to comment.