Skip to content

Commit

Permalink
v0.9.11 -> v0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vedaldi committed Jul 6, 2011
1 parent 6f7aeea commit c93ac0c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 46 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -111,7 +111,7 @@ APPENDIX
intrisic. GCC and Visual C both satisfy all the requirements.

CHANGES

0.9.12 Fixes vl_compile and the architecture string on Linux 32 bit.
0.9.11 Fixes a compatibility problem on older Mac OS X versions.
A few bugfixes are included too.
0.9.10 Improves the homogeneous kernel map. Plenty of small tweaks
Expand Down
50 changes: 6 additions & 44 deletions docsrc/index.html
Expand Up @@ -25,7 +25,8 @@
</pagestyle>

<div class="award">
<a href="http://www.acmmm10.org/2010/10/open-source-software-competition-winners/" style="text-decoration:none">ACM OpenSource Award 2010</a>
<a href="http://www.acmmm10.org/2010/10/open-source-software-competition-winners/"
style="text-decoration:none">ACM OpenSource Award 2010</a>
</div>

<p>The <b>VLFeat</b> <a
Expand Down Expand Up @@ -101,54 +102,15 @@ <h1>Acknowledgments</h1>
<p><a href="http://vision.ucla.edu">UCLA Vision
Lab</a>, <a href="http://www.robots.ox.ac.uk/~vgg/">Oxford VGG</a>.</p>
</div></td></tr></table>
<!--
<div class="box" style="height:6em;">
<h1>Documentation</h1>
<ul>
<li><a href="%pathto:mdoc;">MATLAB commands</a></li>
<li><a href="%pathto:api;">C API</a> with algorithm descriptions</li>
<li><a href="%pathto:man;">Command line tools</a></li>
</ul>
</div><div class="box" style="height:13em;">
<h1>Tutorials</h1>
<ul>
<li>Features: <a href="%pathto:tut.sift;">SIFT</a>, <a href="%pathto:tut.mser;">MSER</a>,
<a href="%pathto:tut.qs;">Quick shift</a></li>
<li>Clustering: <a href="%pathto:tut.ikm;">IKM</a>, <a href="%pathto:tut.hikm;">HIKM</a>,
<a href="%pathto:tut.aib;">AIB</a></li>
<li>Matching: <a href="%pathto:tut.kdtree;">Randomized kd-trees</a></li>
<li><a href="%pathto:tut;">All tutorials</a></li>
</ul>
<h1>Example applications</h1>
<ul>
<li><a href="%pathto:apps.caltech-101;">Caltech-101 classification</a></li>
<li><a href="%pathto:apps.sift-mosaic;">SIFT matching for
auto-stitching</a></li>
<li><a href="%pathto:apps;">All applications</a></li>
</ul>
</div>
<div class="box" style="height:13em;">
<h1>Citing</h1>
<pre style="font-size: .8em; color: black; margin-top: 0.5em ; margin-bottom: 1.1em; line-height:1.1em;">
@misc{vedaldi08vlfeat,
Author = {A. Vedaldi and B. Fulkerson},
Title = {{VLFeat}: An Open and Portable Library
of Computer Vision Algorithms},
Year = {2008},
Howpublished = {\url{http://www.vlfeat.org/}}
</pre>
<h1>Acknowledgments</h1>
<p><a href="http://vision.ucla.edu">UCLA Vision
Lab</a>, <a href="http://www.robots.ox.ac.uk/~vgg/">Oxford VGG</a>.</p>
</div>
-->

<h2 style="clear:left;">News</h2>

<div class="clear">&nsbp;</div>
<dl id="changes">
<dt><span class="date">7/5/2011</span> VLFeat 0.9.12 released</dt>
<dd>VLFeat 0.9.12 contains minor bugfixes.
[<a href="http://github.com/vlfeat/vlfeat/commits/v0.9.11">Details</a>].
</dd>
<dt><span class="date">6/19/2011</span> VLFeat 0.9.11 released</dt>
<dd>VLFeat 0.9.11 solves a compatibility issue with old versions of
Mac OS X and brings other minor bug fixes as well.
Expand Down
2 changes: 1 addition & 1 deletion vl/generic.h
Expand Up @@ -30,7 +30,7 @@ GNU GPLv2, or (at your option) any later version.
#endif

/** @brief Library version string */
#define VL_VERSION_STRING "0.9.11"
#define VL_VERSION_STRING "0.9.12"

/** @brief Maximum length (in characters) of an error message */
#define VL_ERR_MSG_LEN 1024
Expand Down

0 comments on commit c93ac0c

Please sign in to comment.