Donate Share

apt-got mirror engine

File Release Notes and Changelog

Release Name: StandAloneAptGot v0.8pre4

Notes:
Added basic refreshing mechanisms and a brute force purger. 
The refreshing mechanism starts every 24 hours or if you state
/trigger/new_package_lists after your module URL
(eg http://localhost/debian/trigger/new_package_lists).
The FileCache supports object reusage now and does not cloud 
the memory anymore. OutOfMemoryException should not occure
anymore as the FileCache uses WeakReferences now to keep
the objects alive.
Started the hard business of documenting.
pre4 is scheduled to be the last prerelease before hitting 0.8.

Changes: 2004-05-30 ======== Started the javadoc cicle. 2004-05-28 ======== added basic refreshing mechanisms and a brute force purger 2004-05-27 ======== FileCache - lists are now synchronized - WeakReferences used general: reviewed sizes of HashMaps and inserted reasonable initial capacities