Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84565 - trunk/libs/gil/io/doc
From: chhenning_at_[hidden]
Date: 2013-05-30 18:42:37


Author: chhenning
Date: 2013-05-30 18:42:36 EDT (Thu, 30 May 2013)
New Revision: 84565
URL: http://svn.boost.org/trac/boost/changeset/84565

Log:
Added supported versions for 3rd party libs.
Text files modified:
   trunk/libs/gil/io/doc/io.qbk | 10 ++++++++--
   1 files changed, 8 insertions(+), 2 deletions(-)

Modified: trunk/libs/gil/io/doc/io.qbk
==============================================================================
--- trunk/libs/gil/io/doc/io.qbk (original)
+++ trunk/libs/gil/io/doc/io.qbk 2013-05-30 18:42:36 EDT (Thu, 30 May 2013)
@@ -370,9 +370,11 @@
 write out non-indexed images. This is subject to change soon.
 
 [h3 JPEG]
-For a general overview of the JPEG image file format go to the following _JPEG_Wiki_.
+For a general overview of the JPEG image file format go to the following _JPEG_Wiki_.
 
-This jpeg extension is based on the libjpeg library which can be found here, _JPEG_Lib_.
+This jpeg extension is based on the libjpeg library which can be found here, _JPEG_Lib_.
+
+All versions starting from 8x are supported.
 
 The user has to make sure this library is properly installed. I strongly recommend the user
 to build the library yourself. It could potentially save you a lot of trouble.
@@ -391,6 +393,8 @@
 
 This png extension is based on the libpng, which can be found here, _PNG_Lib.
 
+All versions starting from 1.5.x are supported.
+
 The user has to make sure this library is properly installed. I strongly recommend the user
 to build the library yourself. It could potentially save you a lot of trouble.
 
@@ -435,6 +439,8 @@
 
 This tiff extension is based on the libtiff, which can be found, _TIFF_Lib_.
 
+All versions starting from 3.9.x are supported.
+
 The user has to make sure this library is properly installed. I strongly recommend the user
 to build the library yourself. It could potentially save you a lot of trouble.
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk