2005-09-18 jrandom

* Added support for pure 64bit linux with jbigi and the java service
      wrapper (no need for jcpuid if we're on os.arch=amd64).  Thanks mule
      et al for help testing!
    * UI cleanup in Syndie (thanks gloin and bar!)
This commit is contained in:
jrandom
2005-09-18 23:08:16 +00:00
committed by zzz
parent d40bb459ea
commit 3821e80ac8
12 changed files with 31 additions and 7 deletions

View File

@@ -682,6 +682,8 @@ public class RemoteArchiveBean {
if (remoteBlogs.contains(blog)) {
//System.err.println("Remote index has " + blog.toBase64());
continue;
} else if (ignoreBlog(user, blog)) {
continue;
}
entries.clear();