<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/acl.git/doc, branch master</title>
<subtitle>git.savannah.nongnu.org: git/acl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/acl.git/'/>
<entry>
<title>update various URLs</title>
<updated>2022-12-31T02:24:00+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2022-12-31T02:24:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/acl.git/commit/?id=d26507b4d98c2f02ee5c5c43cf8029cfafff8117'/>
<id>d26507b4d98c2f02ee5c5c43cf8029cfafff8117</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: add INSTALL back to release tarballs</title>
<updated>2022-11-12T13:56:54+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2022-11-12T13:56:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/acl.git/commit/?id=6b26971c4407588e031a7e21c52b796b833b9c36'/>
<id>6b26971c4407588e031a7e21c52b796b833b9c36</id>
<content type='text'>
This was accidentally dropped in the build refactor in commit
c8f23c92177c5a82ab3699b1b0d4acbee9afb770 ("modernize build system").

Reported-by: Robert Davies &lt;rob@robdavies.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was accidentally dropped in the build refactor in commit
c8f23c92177c5a82ab3699b1b0d4acbee9afb770 ("modernize build system").

Reported-by: Robert Davies &lt;rob@robdavies.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2022-11-12T13:45:29+00:00</updated>
<author>
<name>Samanta Navarro</name>
<email>ferivoz@riseup.net</email>
</author>
<published>2022-01-09T12:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/acl.git/commit/?id=51d58fda7ee791e4692d191e442b9fbf489db9ea'/>
<id>51d58fda7ee791e4692d191e442b9fbf489db9ea</id>
<content type='text'>
Typos found with codespell.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Typos found with codespell.
</pre>
</div>
</content>
</entry>
<entry>
<title>modernize build system</title>
<updated>2014-01-13T12:18:39+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2014-01-10T15:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/acl.git/commit/?id=c8f23c92177c5a82ab3699b1b0d4acbee9afb770'/>
<id>c8f23c92177c5a82ab3699b1b0d4acbee9afb770</id>
<content type='text'>
This deletes the hand rolled build system and replaces it entirely
with autotools.  The overall diffstat shows that this is a clear
win, and it makes the package build/install like every other autotool
package out there which makes the lives of distro maintainers a lot
easier.

This should also be faster by virtue of using a non-recursive build.

Things to note:
 - to generate autotools:
	./autogen.sh
 - to see full compile output:
	make V=1
 - to build specific targets:
	make attr getfattr ...
 - to run tests:
	make check
 - to create a release:
	make distcheck -j

Other non-developer things:
 - man pages are no longer compressed as this is uncommon in the
   autotools world and distros don't need it anyways (they already
   handle it automatically for most pakages)
 - the minor # of the shared library is now based on the package
   version so it'll be much bigger ... this isn't a problem, and
   is actually a bugfix (older releases didn't change when they
   should have)

(Again, this is all using the standard autotool targets.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This deletes the hand rolled build system and replaces it entirely
with autotools.  The overall diffstat shows that this is a clear
win, and it makes the package build/install like every other autotool
package out there which makes the lives of distro maintainers a lot
easier.

This should also be faster by virtue of using a non-recursive build.

Things to note:
 - to generate autotools:
	./autogen.sh
 - to see full compile output:
	make V=1
 - to build specific targets:
	make attr getfattr ...
 - to run tests:
	make check
 - to create a release:
	make distcheck -j

Other non-developer things:
 - man pages are no longer compressed as this is uncommon in the
   autotools world and distros don't need it anyways (they already
   handle it automatically for most pakages)
 - the minor # of the shared library is now based on the package
   version so it'll be much bigger ... this isn't a problem, and
   is actually a bugfix (older releases didn't change when they
   should have)

(Again, this is all using the standard autotool targets.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use autoreconf rather than autoconf to regenerate the files.</title>
<updated>2013-08-27T23:25:20+00:00</updated>
<author>
<name>Fabrice Bauzac</name>
<email>fbauzac@amadeus.com</email>
</author>
<published>2013-08-05T13:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/acl.git/commit/?id=c3ce1b78025002a404e5486bf8522ecf812cadcb'/>
<id>c3ce1b78025002a404e5486bf8522ecf812cadcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename build/ to package/</title>
<updated>2013-05-19T04:48:55+00:00</updated>
<author>
<name>Brandon Philips</name>
<email>brandon@ifup.co</email>
</author>
<published>2013-05-19T04:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/acl.git/commit/?id=ebef346aaaeaacdb5376ff52ac1ff766868f7206'/>
<id>ebef346aaaeaacdb5376ff52ac1ff766868f7206</id>
<content type='text'>
Keep build/ directory for out-of-source builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Keep build/ directory for out-of-source builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>VERSION: 2.2.48 -&gt; 2.2.49</title>
<updated>2009-11-20T06:20:12+00:00</updated>
<author>
<name>Brandon Philips</name>
<email>brandon@ifup.org</email>
</author>
<published>2009-11-20T06:20:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/acl.git/commit/?id=05c5bdcb4dc865c5822d7da7d0043daf2076ed46'/>
<id>05c5bdcb4dc865c5822d7da7d0043daf2076ed46</id>
<content type='text'>
2.2.49 release

Signed-off-by: Brandon Philips &lt;bphilips@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2.2.49 release

Signed-off-by: Brandon Philips &lt;bphilips@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>CHANGES: Update for 2.2.48 and cleanup</title>
<updated>2009-11-20T06:17:46+00:00</updated>
<author>
<name>Brandon Philips</name>
<email>brandon@ifup.org</email>
</author>
<published>2009-11-20T06:17:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/acl.git/commit/?id=7d43cfee144fcb15706a686fa4587bc82aa889b8'/>
<id>7d43cfee144fcb15706a686fa4587bc82aa889b8</id>
<content type='text'>
- Document changes for 2.2.48
- Remove entries for versions that were never publicly released by SGI
- Cleanup file format

Signed-off-by: Brandon Philips &lt;bphilips@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Document changes for 2.2.48
- Remove entries for versions that were never publicly released by SGI
- Cleanup file format

Signed-off-by: Brandon Philips &lt;bphilips@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure that getfacl -R only calls stat(2) on symlinks when it needs to</title>
<updated>2009-06-22T22:29:45+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2009-06-22T22:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/acl.git/commit/?id=63451a06b7484d220750ed8574d3ee84e156daf5'/>
<id>63451a06b7484d220750ed8574d3ee84e156daf5</id>
<content type='text'>
This fixes http://oss.sgi.com/bugzilla/show_bug.cgi?id=790
"getfacl follows symlinks, even without -L".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes http://oss.sgi.com/bugzilla/show_bug.cgi?id=790
"getfacl follows symlinks, even without -L".
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop quoting nonprintable characters in the getfacl output</title>
<updated>2009-06-22T18:50:36+00:00</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2009-06-22T17:57:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/acl.git/commit/?id=6928165c52fe3a21829403c1eda93fbc5693f35a'/>
<id>6928165c52fe3a21829403c1eda93fbc5693f35a</id>
<content type='text'>
What is printable or not depends on the locale settings, and getfacl
often gets it wrong. We still need to quote a few special characters
like newlines so that setfacl can always parse getfacl's output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
What is printable or not depends on the locale settings, and getfacl
often gets it wrong. We still need to quote a few special characters
like newlines so that setfacl can always parse getfacl's output.
</pre>
</div>
</content>
</entry>
</feed>
