Skip to content

Commit

Permalink
Release version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Vogelgesang committed Nov 24, 2016
1 parent 05aa680 commit c4b3f02
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ set(UFO_DESCRIPTION_SUMMARY "UFO high-speed image processing core library")

#{{{ Library version
set(UFO_VERSION_MAJOR "0")
set(UFO_VERSION_MINOR "11")
set(UFO_VERSION_PATCH "1")
set(UFO_VERSION_MINOR "12")
set(UFO_VERSION_PATCH "0")
set(UFO_VERSION "${UFO_VERSION_MAJOR}.${UFO_VERSION_MINOR}.${UFO_VERSION_PATCH}")
set(UFO_GIR_VERSION "${UFO_VERSION_MAJOR}.0")
#}}}
Expand Down
24 changes: 24 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ Changelog
Here you can see the full list of changes between each ufo-core release.


Version 0.12.0
==============

Released on November 24th 2016

Enhancements:

- ufo-launch: convert string to enum values
- ufo-runjson: add -t/--trace flag doing the same thing as ufo-launch
- Documentation updates

Fixes:

- Fix manual heading
- ufo-mkfilter: fix template and type handling
- Add manpage for ufo-prof

Breaks:

- Add UFO_BUFFER_DEPTH_INVALID with value zero which means adding to the API and
breaking ABI
- Remove package target from the build system


Version 0.11.1
==============

Expand Down

0 comments on commit c4b3f02

Please sign in to comment.