-1.2.2
-=====
+1.3 pre-beta
+============
+
+[1] Added support for additional scaling factors (3/8, 5/8, 3/4, 7/8, 9/8, 5/4,
+11/8, 3/2, 13/8, 7/4, 15/8, and 2) when decompressing. Note that the IDCT will
+not be SIMD-accelerated when using any of these new scaling factors.
+
+[2] The TurboJPEG dynamic library is now versioned. It was not strictly
+necessary to do so, because TurboJPEG uses versioned symbols, and if a function
+changes in an ABI-incompatible way, that function is renamed and a legacy
+function is provided to maintain backward compatibility. However, certain
+Linux distro maintainers will blindly reject any library that is not versioned,
+so this was an attempt to make them happy.
+
+[3] Extended the TurboJPEG Java API so that it can be used to decompress a
+JPEG image into an arbitrary position in a large output buffer.
-[1] The tjDecompressToYUV() function now supports the TJFLAG_FASTDCT flag.
+[4] The tjDecompressToYUV() function now supports the TJFLAG_FASTDCT flag.
-[2] The 32-bit supplementary package for amd64 Debian systems now provides
++[5] The 32-bit supplementary package for amd64 Debian systems now provides
+ symlinks in /usr/lib/i386-linux-gnu for the TurboJPEG libraries in /usr/lib32.
+ This allows those libraries to be used on MultiArch-compatible systems (such as
+ Ubuntu 11 and later) without setting the linker path.
+
1.2.1
=====