<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Unknown Card-Ids (3371|1019|2125), Chipset: P4M900/VN896/CN896"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94130#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Unknown Card-Ids (3371|1019|2125), Chipset: P4M900/VN896/CN896"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94130">bug 94130</a>
              from <span class="vcard"><a class="email" href="mailto:bensberg@justemail.net" title="Benno Schulenberg <bensberg@justemail.net>"> <span class="fn">Benno Schulenberg</span></a>
</span></b>
        <pre>(In reply to Kevin Brace from <a href="show_bug.cgi?id=94130#c10">comment #10</a>)
<span class="quote">> I honestly did not want to delay the release of OpenChrome this long, but
> since I have already made substantial updates to the code, I will need to
> complete the changes, and stabilize the code.</span >

Well, we are using git, which means that the past is fully present in the
present.  :)  You could make a checkout of just before you started the big
overhaul, that is before removing the known-device table.  Call that the 0.3.4
branch, and make a release from there.  And then maybe even a few follow-up
releases, until you feel the 0.4.0 master branch is in a releasable state.

  git checkout b4624fdb
  git checkout -b release_0_3_4

And when you're done there rolling a release, you do:

  git checkout master

and continue toward 0.4.0.

You see, getting a release out is not just about getting as many bugs fixed as
possible.  It is also a signal to downstream that there is some activity.  It
will attract bug reports, and maybe even help.  And even if 0.3.4 would fix
just one or two little bugs, some people will be helped by it.  So... it's
worth it getting it out there.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>