<feed xmlns='http://www.w3.org/2005/Atom'>
<title>henrietta-cache, branch 1.4</title>
<subtitle>Egg cache builder for the Henrietta egg server.
</subtitle>
<id>https://code.more-magic.net/henrietta-cache/atom?h=1.4</id>
<link rel='self' href='https://code.more-magic.net/henrietta-cache/atom?h=1.4'/>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/'/>
<updated>2019-09-01T15:19:48Z</updated>
<entry>
<title>Don't use "tmp" and copy instead of move to improve permission handling</title>
<updated>2019-09-01T15:19:48Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2019-09-01T15:19:48Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=c8599d995ec8653976a9ab9c9197f246fedecc05'/>
<id>urn:sha1:c8599d995ec8653976a9ab9c9197f246fedecc05</id>
<content type='text'>
tmp causes warnings when linking on OpenBSD.  Group ownership switches
to the directory and warns when moving (on OpenBSD and possibly other
BSDs, too).

Thanks to "n0goOi3"
</content>
</entry>
<entry>
<title>Add 1.3 release</title>
<updated>2018-09-06T06:12:15Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-09-06T06:11:55Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=2bf7dae92529bb34c873c032271fdd2c17ab9cc3'/>
<id>urn:sha1:2bf7dae92529bb34c873c032271fdd2c17ab9cc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop module wrapper, as that breaks backwards compatibility</title>
<updated>2018-09-06T06:09:36Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-09-06T06:09:36Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=7d20077b82fa1ec1c85b99f92cf48de808e95578'/>
<id>urn:sha1:7d20077b82fa1ec1c85b99f92cf48de808e95578</id>
<content type='text'>
The -i (init file) option means we can't wrap things in a module,
unless we build and ship the module, which will mean people need
to rewrite the init file.  Not worth the hassle to figure out how
to do it "properly".

Fixes #1531, reported by Mario Goulart
</content>
</entry>
<entry>
<title>Release version 1.2</title>
<updated>2018-09-05T16:24:51Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-09-05T16:24:51Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=f41fbd41f7e3974d88191218ea1b4ef49fb4e8f8'/>
<id>urn:sha1:f41fbd41f7e3974d88191218ea1b4ef49fb4e8f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port to CHICKEN 5</title>
<updated>2018-09-05T16:23:11Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-09-05T16:23:11Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=89dfdf725593cd2e1a1352e4b7b9370a5a31cdd4'/>
<id>urn:sha1:89dfdf725593cd2e1a1352e4b7b9370a5a31cdd4</id>
<content type='text'>
This drops support for CHICKEN versions before 4.6 (copy-port is required now)
</content>
</entry>
<entry>
<title>Wrap program in a module to make it easier to port</title>
<updated>2018-09-05T16:14:22Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-09-05T16:14:22Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=196f70a43bad9a55f2a14d7526816f7973fa7562'/>
<id>urn:sha1:196f70a43bad9a55f2a14d7526816f7973fa7562</id>
<content type='text'>
Fix some issues like depending on srfi-13 implicitly only for
string-null? and some other bad imports.
</content>
</entry>
<entry>
<title>Improve egg/meta-file handling by only allowing "distribution-files" in egg-files and "files" in meta-files</title>
<updated>2018-09-05T16:05:22Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2018-09-05T16:05:22Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=7c8c0ab1c48699b94327ba30e7ef450eb1a44f29'/>
<id>urn:sha1:7c8c0ab1c48699b94327ba30e7ef450eb1a44f29</id>
<content type='text'>
There's some minor code duplication but it's worth the loss of
confusion and potential for error.
</content>
</entry>
<entry>
<title>Support for CHICKEN 5's egg description files</title>
<updated>2018-09-05T16:01:52Z</updated>
<author>
<name>Mario Domenech Goulart</name>
<email>mario@parenteses.org</email>
</author>
<published>2018-09-05T07:55:59Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=7dfa6f85e0a11b51eae55dca5dbe6f7af764f130'/>
<id>urn:sha1:7dfa6f85e0a11b51eae55dca5dbe6f7af764f130</id>
<content type='text'>
Support both `meta-file' and `egg-file' as URI types, and both `files'
and `distribution-files' forms in egg description files (.meta for C4
and .egg for C5).

Note that:

* Although `distribution-files' is intended to be used by C5's
  chicken-install, it can also be used in the toplevel of .meta files,
  as chicken-install for C4 is very permissive.  `files', however,
  cannot be used in the toplevel of .egg files.

* (uri meta-file ...) can point to a .egg file, and (uri egg-file ...)
  can point to a .meta file.  `egg-file' is just and alias to
  `meta-file' for naming consistency in C5.

* henrietta-cache for C4 can be used to cache eggs for C5 (and
  supports `egg-file' and `distribution-files').

Signed-off-by: Peter Bex &lt;peter@more-magic.net&gt;
</content>
</entry>
<entry>
<title>Update release-info to point to more-magic.net</title>
<updated>2016-03-04T20:43:39Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2016-03-04T20:43:39Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=612a1644aae737af912d3ad31a0617373408367e'/>
<id>urn:sha1:612a1644aae737af912d3ad31a0617373408367e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated release-info file for release tag 1.1</title>
<updated>2015-05-03T12:02:41Z</updated>
<author>
<name>Peter Bex</name>
<email>peter@more-magic.net</email>
</author>
<published>2015-05-03T12:02:41Z</published>
<link rel='alternate' type='text/html' href='https://code.more-magic.net/henrietta-cache/commit/?id=f5c521b590a3ae9600a504dda35d33ee205f4bc6'/>
<id>urn:sha1:f5c521b590a3ae9600a504dda35d33ee205f4bc6</id>
<content type='text'>
</content>
</entry>
</feed>
