2005-12-30 jrandom

* Replaced the bundled linux jcpuid (written in C++) with scintilla's
      jcpuid (written in C), removing the libg++.so.5 dependency that has bit
      some distros (e.g. mandriva)
This commit is contained in:
jrandom
2005-12-30 18:16:46 +00:00
committed by zzz
parent 728f177473
commit 5b1a6391f3
4 changed files with 10 additions and 1 deletions

View File

@@ -1,4 +1,9 @@
$Id: history.txt,v 1.371 2005/12/27 08:20:55 jrandom Exp $ $Id: history.txt,v 1.372 2005/12/29 08:07:22 jrandom Exp $
2005-12-30 jrandom
* Replaced the bundled linux jcpuid (written in C++) with scintilla's
jcpuid (written in C), removing the libg++.so.5 dependency that has bit
some distros (e.g. mandriva)
2005-12-29 jrandom 2005-12-29 jrandom
* Minor fix to the new ERR-ClockSkew to deal with people whose clocks are * Minor fix to the new ERR-ClockSkew to deal with people whose clocks are

View File

@@ -12,3 +12,7 @@ with GMP-4.1.4.
On Nov 29, 2005, the libjbigi-osx-none.jnilib was added back to On Nov 29, 2005, the libjbigi-osx-none.jnilib was added back to
jbigi.jar after being mistakenly removed in the Sep 18 update (d'oh!) jbigi.jar after being mistakenly removed in the Sep 18 update (d'oh!)
On Dec 30, 2005, the libjcpuid-x86-linux.so was updated to use the
(year old) C version of jcpuid, rather than the C++ version. This removes
the libg++.so.5 dependency that has been a problem for a few linux distros.

Binary file not shown.

Binary file not shown.