Next | Query returned 5 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2023-06-11 12:37:34 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/R-cachem) Updated 1.0.6 to 1.0.8

# cachem 1.0.8

* Fixed #38: With a `cache_mem`, `$reset()` did not fully reset the
  cache, and calling calling `$prune()` could result in an
  error. (#39)

# cachem 1.0.7

* `cache_disk()` gains a `read_fn`, `write_fn` and `extension`
  arguments, to allow specifying custom formats for serializing object
  to disk. (@jimhester)
   2021-11-28 01:49:54 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/R-cachem) Updated 1.0.5 to 1.0.6

cachem 1.0.6
============
* Fixed #14: Fix off-by-one error when checking pruning throttling counter for \ 
`cache_disk`. (#15)

* Closed #13: Added documentation for the `remove()` method.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-06-01 00:33:11 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(devel/R-cachem) import R-cachem-1.0.5

Key-value stores with automatic pruning. Caches can limit either their
total size or the age of the oldest object (or both), automatically
pruning objects to maintain the constraints.

Next | Query returned 5 messages, browsing 1 to 10 | previous