* Fixed Syndie's Sucker to not explicitly reference something only found

in sun's JVM (thanks cervantes!)
This commit is contained in:
jrandom
2005-10-14 16:02:38 +00:00
committed by zzz
parent 918d8f851f
commit 2ca4e63216
2 changed files with 5 additions and 3 deletions

View File

@ -21,7 +21,7 @@ import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
import sun.security.provider.SHA;
//import sun.security.provider.SHA;
import com.sun.syndication.feed.atom.Entry;
import com.sun.syndication.feed.synd.SyndCategory;

View File

@ -1,7 +1,9 @@
$Id: history.txt,v 1.295 2005/10/14 08:48:05 jrandom Exp $
$Id: history.txt,v 1.296 2005/10/14 10:05:26 jrandom Exp $
2005-10-14 jrandom
* More explicit filter for linux/PPC building (thanks anon!)
* Fixed Syndie's Sucker to not explicitly reference something only found
in sun's JVM (thanks cervantes!)
* 2005-10-14 0.6.1.3 released