aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2013-02-06 23:51:08 +0000
committerDRC <dcommander@users.sourceforge.net>2013-02-06 23:51:08 +0000
commit0bf58f2145421eb555523e800c57b60d6749a1df (patch)
tree30787f3671948a40df772cffedcff76c7a15a77e /ChangeLog.txt
parenta35de7cc08228c092e8cec2d1c151c18dfa3b1ac (diff)
downloadlibjpeg-turbo-0bf58f2145421eb555523e800c57b60d6749a1df.tar.gz
Include a C version of md5cmp rather than depending on an external md5sum binary, since md5sum is not available on all platforms (specifically, it doesn't exist on FreeBSD, and it has to be installed via MacPorts on OS X.)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@926 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 7eee85d1..83f7b129 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,10 @@
+1.3.0
+=====
+
+[1] 'make test' now works properly on FreeBSD, and it no longer requires the
+md5sum executable to be present on other Un*x platforms.
+
+
1.2.90 (1.3 beta1)
==================