Skip to content

Commit

Permalink
Merge pull request #980 from casacore/v3.2
Browse files Browse the repository at this point in the history
Prepare release 3.2
  • Loading branch information
gervandiepen committed Nov 19, 2019
2 parents 56c303b + 026fa1e commit 273b967
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGES.md
@@ -1,3 +1,20 @@
# 3.2

## General
- Remove some unused functionality (#854, #947)
- Prevent setting OpenMP num_threads to zero (#962)

## Tables
- Fix locking issue with IncrementalStorageManager (#970, #974)
- Various improvements to TaQL
- Various ADIOS2 improvements (#943, #966)

## Measures
- Update hardcoded URLs for fetching measures data (#975)

## FITS
- Correctly convert Nasmyth mount types (#946, #954)

# 3.1.2

- Bump version in version.h (since in 3.1.1 it was still at '3.1.0')
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -20,8 +20,8 @@ if (POLICY CMP0074)
endif()

set(PROJECT_VERSION_MAJOR 3)
set(PROJECT_VERSION_MINOR 1)
set(PROJECT_VERSION_PATCH 2)
set(PROJECT_VERSION_MINOR 2)
set(PROJECT_VERSION_PATCH 0)
set(PROJECT_VERSION
"${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")

Expand Down

0 comments on commit 273b967

Please sign in to comment.