<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in checkver</title>
    <link>http://nxr.netbsd.org/rss/src/lib/checkver</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>s/supress/suppress/</title>
    <description>/src/lib/checkver - 1.18</description>
    <pubDate>Sun Dec 05 08:09:30 UTC 2021</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>

<item>
    <title>Robustness fix: handle libraries that contain . in their basename.</title>
    <description>/src/lib/checkver - 1.17</description>
    <pubDate>Fri Sep 17 02:12:16 UTC 2021</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>remove -'s from options</title>
    <description>/src/lib/checkver - 1.16</description>
    <pubDate>Sun Feb 17 02:36:21 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Use $0</title>
    <description>/src/lib/checkver - 1.15</description>
    <pubDate>Sun Feb 17 01:26:47 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>modernize</title>
    <description>/src/lib/checkver - 1.14</description>
    <pubDate>Sun Feb 17 01:20:57 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.13.4;  1.13.26;<br/>Convert TNF licenses to new 2 clause variant</title>
    <description>/src/lib/checkver - 1.13</description>
    <pubDate>Wed Apr 30 13:10:50 UTC 2008</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>branches:  1.12.32;<br/>Ignore (to devnull) errors from ls when no libraries are installed.</title>
    <description>/src/lib/checkver - 1.12</description>
    <pubDate>Sat Jul 22 16:04:57 UTC 2000</pubDate>
    <dc:creator>erh</dc:creator>
</item>

<item>
    <title>No longer abuse the "minor" number in the shlib_version file to<br/>optionally contain the "teeny" version number.  Instead, introduce<br/>a separate optional "teeny" variable.  This corresponds to the change<br/>in revision 1.171 of share/bsd.lib.mk.</title>
    <description>/src/lib/checkver - 1.11</description>
    <pubDate>Wed Jul 05 18:56:20 UTC 2000</pubDate>
    <dc:creator>he</dc:creator>
</item>

<item>
    <title>Pull down revision 1.5.2.1 to the trunk:<br/>Handle use of "tiny" version numbers, to allow version bumps of<br/>shared libraries on a release branch without reusing version numbers.</title>
    <description>/src/lib/checkver - 1.10</description>
    <pubDate>Mon Jul 03 17:22:20 UTC 2000</pubDate>
    <dc:creator>he</dc:creator>
</item>

<item>
    <title>branches:  1.9.4;<br/>Add comments describing what this does.</title>
    <description>/src/lib/checkver - 1.9</description>
    <pubDate>Fri Nov 05 20:16:56 UTC 1999</pubDate>
    <dc:creator>erh</dc:creator>
</item>

<item>
    <title>branches:  1.8.4;<br/>Remove trailing white space.</title>
    <description>/src/lib/checkver - 1.8</description>
    <pubDate>Fri Jul 02 15:12:15 UTC 1999</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>portability fix.</title>
    <description>/src/lib/checkver - 1.7</description>
    <pubDate>Thu Jun 24 14:39:48 UTC 1999</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Allow the location of the shlib_version file to specified by the -v<br/>flag.</title>
    <description>/src/lib/checkver - 1.6</description>
    <pubDate>Thu Jun 10 00:32:23 UTC 1999</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>branches:  1.5.2;<br/>Make this work on a real bourne shell.</title>
    <description>/src/lib/checkver - 1.5</description>
    <pubDate>Tue Mar 16 18:57:31 UTC 1999</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Replace find with ls when looking for installed libraries to prevent subdirectories from being searched.  (suggested by Hubert Feyrer)</title>
    <description>/src/lib/checkver - 1.4</description>
    <pubDate>Wed Jan 27 05:50:29 UTC 1999</pubDate>
    <dc:creator>erh</dc:creator>
</item>

<item>
    <title>add RCS ID</title>
    <description>/src/lib/checkver - 1.3</description>
    <pubDate>Wed Jan 27 00:02:55 UTC 1999</pubDate>
    <dc:creator>hubertf</dc:creator>
</item>

<item>
    <title>Add ability to use either a file or the sets files when checking library version numbers.  Added -d, -s and -f flags for check dir, check sets and check file.  Suggested by Simon Burge.</title>
    <description>/src/lib/checkver - 1.2</description>
    <pubDate>Thu Nov 12 05:39:45 UTC 1998</pubDate>
    <dc:creator>erh</dc:creator>
</item>

<item>
    <title>Add scripts to find any installed libraries whose version is greater than the source version (major, minor).  "checkver" actually does this check.  "checkvers" find all libraries (actually all shlib_version files) below the current directory and runs the checkver script for each one.</title>
    <description>/src/lib/checkver - 1.1</description>
    <pubDate>Sat Nov 07 09:36:54 UTC 1998</pubDate>
    <dc:creator>erh</dc:creator>
</item>

<item>
    <title>Pull up revision 1.12 (requested by he):<br/>  Output ignorable error messages to /dev/null.</title>
    <description>/src/lib/checkver - 1.5.2.3</description>
    <pubDate>Mon Aug 14 14:06:58 UTC 2000</pubDate>
    <dc:creator>he</dc:creator>
</item>

<item>
    <title>Pull up revision 1.11 (requested by he):<br/>  Introduce the optional "teeny" variable in shlib_version, so that<br/>  we don't abuse the "minor" number to optionally include the<br/>  "teeny" number.</title>
    <description>/src/lib/checkver - 1.5.2.2</description>
    <pubDate>Wed Jul 05 20:49:15 UTC 2000</pubDate>
    <dc:creator>he</dc:creator>
</item>
</channel></rss>

