Skip to content

Commit

Permalink
Getting ready for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MicBosi committed Apr 13, 2016
1 parent a499e09 commit a62d50d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Current Version
set(VL_VERSION_MAJOR "1")
set(VL_VERSION_MINOR "0")
set(VL_VERSION_PATCH "1")
set(VL_VERSION_PATCH "2")
set(VL_VERSION "${VL_VERSION_MAJOR}.${VL_VERSION_MINOR}")

################################################################################
Expand Down
18 changes: 16 additions & 2 deletions docs/README.TXT
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
At the moment the documentation can be built only under Linux.
To build the documentation simply run the 'gendocs.sh' script.

To build the documentation simply run the 'gendocs.sh' script.
CREATING A RELEASE:

- Update changelog

- Update VL_VERSION_*

- Update releases in pagDownload.dox (we should JavaScript this step really)

- Commit & push

- Tag release in appropriate branch

- Generate the docs

- Upload the docs
10 changes: 6 additions & 4 deletions docs/dox/pagChangelog.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

\page pagChangelog Changelog

<div class="featuretitle">Visualization Library 2.0.0</div>
<div class="featuretitle">Visualization Library 1.0.2</div>

- ... work in progress ...
- Standardized documentation building process
- Updated documentation regarding new VL home and support resources
- vl::makeGrid() new "center=true" option to optionally disable centering of geometry.
- TrackballManipulator::adjustView() do nothing if ActorCollection is empty instead of crashing.
- Make scissor test optional.
- Only bind draw buffer and read buffer when appropriate.
- Fixed VL version string in log.

<div class="featuretitle">Visualization Library 1.0.1</div>

Expand Down
4 changes: 2 additions & 2 deletions docs/dox/pagDownload.dox
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Run the tests using any supported backend plus the test number as the first argu

<div class="featuretitle">Releases</div>

<a href="https://api.github.com/repos/MicBosi/visualizationlibrary/tarball/v1.0.1">Visualization Library v1.0.1 (.tgz)</a>
<a href="https://api.github.com/repos/MicBosi/visualizationlibrary/tarball/v1.0.2">Visualization Library v1.0.2 (.tgz)</a>

<a href="https://api.github.com/repos/MicBosi/visualizationlibrary/zipball/v1.0.1">Visualization Library v1.0.1 (.zip)</a>
<a href="https://api.github.com/repos/MicBosi/visualizationlibrary/zipball/v1.0.2">Visualization Library v1.0.2 (.zip)</a>

<!-- https://api.github.com/repos/MicBosi/visualizationlibrary/releases -->

Expand Down

0 comments on commit a62d50d

Please sign in to comment.