Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 2d188fde67490ec0aad597adb0f871dd > files > 224

autoarchive-1.0.1-1.fc18.noarch.rpm


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>General Information &mdash; AutoArchive User Manual (ver. 1.0.1)</title>
    
    <link rel="stylesheet" href="../_static/autoarchive.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '1.0.1',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <link rel="top" title="AutoArchive User Manual (ver. 1.0.1)" href="../index.html" />
    <link rel="next" title="Glossary" href="glossary.html" />
    <link rel="prev" title="Examples" href="examples.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="glossary.html" title="Glossary"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="examples.html" title="Examples"
             accesskey="P">previous</a> |</li>
        <li><a href="../index.html">AutoArchive User Manual (ver. 1.0.1)</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
          <div class="body">
            
  <div class="section" id="general-information">
<h1>General Information<a class="headerlink" href="#general-information" title="Permalink to this headline">¶</a></h1>
<div class="section" id="versioning-scheme">
<h2>Versioning Scheme<a class="headerlink" href="#versioning-scheme" title="Permalink to this headline">¶</a></h2>
<p>AutoArchive version has form <em>X.Y.Z</em>, where <em>X</em> is the <strong>major</strong>, <em>Y</em> is <strong>minor</strong> and <em>Z</em> the <strong>bugfix</strong> version
number.</p>
<p>A major version is released when all features for it are implemented.  When it happens <em>X</em> is increased and other
numbers are set to 0 (e. g. from 0.14.5 to 1.0.0).  No new features are being added to that version anymore, only bug
fixes.  The version is supported until the next major version is released.</p>
<p>After a new major version is released the development of the next one starts.  It has the same major version number
(<em>X</em>) as current stable, however the minor (<em>Y</em>) is greater than 0 and is increasing (e. g. after 1.0.0 is
released, the development of 2.0.<em>z</em> starts with version 1.1.0).</p>
<p>This is how releases may look like:</p>
<div class="highlight-python"><pre>0.0.0, 0.0.1, 0.1.0, 0.2.0, 0.2.1, 0.2.2, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4
|                                      |  |   |  |                        |
----------------------------------------  -----  --------------------------
                   |                        |                 |
      development of version 1.0   ver. 1.0 released   support for ver. 1.0

                                              1.1.0, 1.2.0, 1.2.1, 1.3.0, 2.0.0, 2.0.1, 2.0.2, ...
                                              |                        |  |   |  |
                                              --------------------------  -----  --------------...
                                                           |                |
                                              development of ver. 2.0   ver. 2.0 released

                                                                              ...</pre>
</div>
<p>Generally, increasing <em>X</em> or <em>Y</em> means that new features were introduced.  They may bring incompatibilities with
previous releases (such as change of the configuration file format and so on).  A migration may be necessary after the
update.</p>
<p>Increasing <em>Z</em> means that only bugs were fixed and the release is compatible with the previous one.  Update is seamless,
no migration is necessary.</p>
</div>
<div class="section" id="license">
<h2>License<a class="headerlink" href="#license" title="Permalink to this headline">¶</a></h2>
<p>This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
License version 3 as published by the Free Software Foundation.</p>
<p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.</p>
<p>You should have received a copy of the GNU General Public License along with this program.  If not, see
&lt;<a class="reference external" href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>&gt;.</p>
</div>
<div class="section" id="contacting-the-author">
<h2>Contacting the Author<a class="headerlink" href="#contacting-the-author" title="Permalink to this headline">¶</a></h2>
<p>Comments, bug reports, wishes, donations for this piece of software are welcomed.  You can send them via the project
page at <a class="reference external" href="http://sourceforge.net/projects/autoarchive/">http://sourceforge.net/projects/autoarchive/</a> or use e-mail <a class="reference external" href="mailto:openhs&#37;&#52;&#48;users&#46;sourceforge&#46;net">openhs<span>&#64;</span>users<span>&#46;</span>sourceforge<span>&#46;</span>net</a>.</p>
<p>Homepage: <a class="reference external" href="http://autoarchive.sourceforge.net/">http://autoarchive.sourceforge.net/</a>.</p>
</div>
</div>


          </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="glossary.html" title="Glossary"
             >next</a> |</li>
        <li class="right" >
          <a href="examples.html" title="Examples"
             >previous</a> |</li>
        <li><a href="../index.html">AutoArchive User Manual (ver. 1.0.1)</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2003 - 2013, Robert Cernansky.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>
  </body>
</html>