<feed xmlns='http://www.w3.org/2005/Atom'>
<title>quagga/lib/.cvsignore, branch master</title>
<subtitle>Quagga routing suite</subtitle>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/'/>
<entry>
<title>build: delete .cvsignore files</title>
<updated>2011-12-13T10:27:01+00:00</updated>
<author>
<name>Denis Ovsienko</name>
<email>infrastation@yandex.ru</email>
</author>
<published>2011-12-03T13:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=05e54ee3df973194f2a00e3ea0b1da7bebc71fd6'/>
<id>05e54ee3df973194f2a00e3ea0b1da7bebc71fd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[lib] remove autogenerated file, update .cvsignore</title>
<updated>2006-07-27T22:52:17+00:00</updated>
<author>
<name>Paul Jakma</name>
<email>paul.jakma@sun.com</email>
</author>
<published>2006-07-27T22:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=fbcba805143038af0ae0318b7ec4905708fb0949'/>
<id>fbcba805143038af0ae0318b7ec4905708fb0949</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch</title>
<updated>2004-11-02T18:59:49+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2004-11-02T18:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=3c035aa8716efa6f677e43435c5eb9bac6825518'/>
<id>3c035aa8716efa6f677e43435c5eb9bac6825518</id>
<content type='text'>
  with CVS trees.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  with CVS trees.
</pre>
</div>
</content>
</entry>
<entry>
<title>more cvsignores</title>
<updated>2004-07-09T12:43:09+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2004-07-09T12:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=a3f71c5896ce1b555d11c0870e8267f67cbff68d'/>
<id>a3f71c5896ce1b555d11c0870e8267f67cbff68d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update cvsignore's for *.lo and *.la - libtool files</title>
<updated>2004-07-09T12:38:23+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2004-07-09T12:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=e3bee3b4cdc3a9b108d7b331c99705ffdb071dc4'/>
<id>e3bee3b4cdc3a9b108d7b331c99705ffdb071dc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CVS ignore Linux NFS silly-delete .nfs* files</title>
<updated>2004-06-06T15:25:35+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2004-06-06T15:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=d26ca6a976421b09ee6c4e5ac699075b6f549584'/>
<id>d26ca6a976421b09ee6c4e5ac699075b6f549584</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2003-09-24 Paul Jakma &lt;paul@dishone.st&gt;</title>
<updated>2003-09-24T05:09:26+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2003-09-24T05:09:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=fa1253d0c95416ab0361e6945275ef8194fd7ddd'/>
<id>fa1253d0c95416ab0361e6945275ef8194fd7ddd</id>
<content type='text'>
        * lib/version.h: moved to version.h.in
        * lib/version.h.in: New file, from version.h. Change hardcoded
          package name and version to use the autoconf defined substition
          variables.
        * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
          through lib/version.h for VERSION. Add lib/version.h to the
          AC_OUTPUT list. Update the text output of quagga version at end
          of configure run to use PACKAGE_VERSION.
        * doc/.cvsignore: ignore quagga.pdf
        * doc/.cvsignore: ignore version.h, its now autogenerated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * lib/version.h: moved to version.h.in
        * lib/version.h.in: New file, from version.h. Change hardcoded
          package name and version to use the autoconf defined substition
          variables.
        * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
          through lib/version.h for VERSION. Add lib/version.h to the
          AC_OUTPUT list. Update the text output of quagga version at end
          of configure run to use PACKAGE_VERSION.
        * doc/.cvsignore: ignore quagga.pdf
        * doc/.cvsignore: ignore version.h, its now autogenerated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Makefile.in to the remaining .cvsignore's</title>
<updated>2003-04-09T06:37:27+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2003-04-09T06:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=ef4e09961da9f2c50d1535fb4348f12c4d41612f'/>
<id>ef4e09961da9f2c50d1535fb4348f12c4d41612f</id>
<content type='text'>
Add ospfclient to ospfclient/.cvsignore
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add ospfclient to ospfclient/.cvsignore
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2002-12-13T20:15:29+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2002-12-13T20:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sublab.org/quagga/commit/?id=718e3744195351130f4ce7dbe0613f4b3e23df93'/>
<id>718e3744195351130f4ce7dbe0613f4b3e23df93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
