Skip to content

Commit

Permalink
CHANGES
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Aug 1, 2020
1 parent 0bdca1c commit b0cf21d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release 1.10.13 -- ??? 2020 (compared to 1.10.12)
Release 1.10.13 -- 1 Aug 2020 (compared to 1.10.12)
---------------------------------------------------
* Small changes to build cleanly against OIIO 2.2.
* Fixes to build against fmtlib 7.0. #1156 #1219
* Docs fixes related to matrix constructors with coordinate systems names.

Release 1.10.12 -- 1 Jul 2020 (compared to 1.10.11)
---------------------------------------------------
Expand Down
9 changes: 5 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OSL requires the following dependencies or tools.
NEW or CHANGED dependencies since the last major release are **bold**.

* Build system: [CMake](https://cmake.org/) 3.2.2 or newer (tested through
3.15)
3.18)

* A suitable C++11 compiler to build OSL itself, which may be any of:
- GCC 4.8.5 or newer (through gcc 8)
Expand All @@ -22,7 +22,7 @@ NEW or CHANGED dependencies since the last major release are **bold**.
required.

* **[OpenImageIO](http://openimageio.org) 1.8.5 or newer** (tested through
2.1)
2.2)

OSL uses OIIO both for its texture mapping functionality as well as
numerous utility classes. If you are integrating OSL into an existing
Expand All @@ -48,8 +48,9 @@ NEW or CHANGED dependencies since the last major release are **bold**.
OSL source. If not found, it will fall back on Boost Wave (but on many
platforms, that requires that Boost has been built in C++11 mode).

* [Boost](www.boost.org) 1.55 or newer (tested through 1.71).
* [Ilmbase/OpenEXR](http://openexr.com/downloads.html) 2.0 or newer
* [Boost](www.boost.org) 1.55 or newer (tested through 1.73).
* [Ilmbase/OpenEXR](http://openexr.com/downloads.html) 2.0 or newer (tested
through 2.5).
* [Flex](https://github.com/westes/flex) and
[GNU Bison](https://www.gnu.org/software/bison/)
* [PugiXML](http://pugixml.org/)
Expand Down

0 comments on commit b0cf21d

Please sign in to comment.