Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump
  • Loading branch information
jeremyselan committed Oct 5, 2010
1 parent 5fd5feb commit 5a24dca
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions ChangeLog
@@ -1,3 +1,13 @@
Version 0.6.1 (Oct 5 2010):
* Exposed ExponentTransform
* Added CineonLogToLinTransform - a simple 'straight-line' negative
linearization. Not strictly needed (could be done previously
with LUTs) but often convenient to have.
* Added DisplayTransform.displayCC for post display lut CC.
* Many python improvements
* A few bug fixes
* A few Makefile enhancements

Version 0.6.0 (Sept 21 2010):
* Start of 0.6, "stable" branch

Expand All @@ -12,6 +22,12 @@ Version 0.6.0 (Sept 21 2010):
* Refactored internal unit testing
* Fixed many compile warnings


-------------------------------------------------------------------------------




Version 0.5.16 (Sept 16 2010):
* PyTransforms now use native python class inheritance
* OCIO namespace can now be configured at build time (for distribution in commercial apps)
Expand Down
2 changes: 1 addition & 1 deletion export/OpenColorIO/OpenColorIO.h
Expand Up @@ -30,7 +30,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef INCLUDED_OCIO_OPENCOLORIO_H
#define INCLUDED_OCIO_OPENCOLORIO_H

#define OCIO_VERSION "0.6.0"
#define OCIO_VERSION "0.6.1"

// Namespace mojo
#ifndef OCIO_NAMESPACE
Expand Down
4 changes: 2 additions & 2 deletions tgz_create
@@ -1,8 +1,8 @@
#!/usr/bin/env tcsh
setenv COLOR_VERSION 0.6.0
setenv COLOR_VERSION 0.6.1
mkdir -p ocio.$COLOR_VERSION
cp -R CMakeLists.txt configs export INSTALL LICENSE runpytest runtest src ChangeLog ocio.$COLOR_VERSION
tar cvzf ocio.$COLOR_VERSION.tgz ocio.$COLOR_VERSION
rm -r ocio.$COLOR_VERSION

# git tag -a v0.6.0 -m "Version Tag"
# git tag -a v0.6.1 -m "Version Tag"

0 comments on commit 5a24dca

Please sign in to comment.