Skip to content

Commit

Permalink
moves version to 0.9.10, adds a reference to the ACM award
Browse files Browse the repository at this point in the history
  • Loading branch information
vedaldi committed May 5, 2011
1 parent adac63e commit 8646fa6
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 9 deletions.
12 changes: 11 additions & 1 deletion docsrc/index.html
Expand Up @@ -59,7 +59,7 @@ <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
Title = {{VLFeat}: An Open and Portable Library
of Computer Vision Algorithms},
Year = {2008},
Howpublished = {\url{http://www.vlfeat.org/}}
Expand All @@ -73,6 +73,16 @@ <h2 style="clear:left;">News</h2>

<div class="clear">&nsbp;</div>
<dl id="changes">
<dt>7/11/2011 - VLFeat 0.9.10 released</dt>
<dd>VLFeat 0.9.10 rolls out numerous bug fixes
and improvements, especially to the
homogeneous kernel map implementation.
[<a href="http://github.com/vlfeat/vlfeat/commits/v0.9.10">Details</a>].
</dd>
<dt>28/10/2010 - VLFeat wins the ACM Multimedia Open Source Awards!</dt>
<dd>VLFeat 0.9.9 was awarded the <a href="http://www.acmmm10.org/2010/10/open-source-software-competition-winners/">ACM Multimedia Open Source Award 2010</a>.
</dd>

<dt>14/06/2010 - VLFeat 0.9.9 released</dt>
<dd>VLFeat 0.9.9 adds a new sample application (SIFT matching) and
minor refinements.
Expand Down
9 changes: 9 additions & 0 deletions docsrc/web.css
Expand Up @@ -54,6 +54,15 @@ pre, code {
width: 10em ;
padding: 0em ;
}
#sidebar .item {
margin: 0 ;
padding: 0.25em ;
margin-left: .5em ;
margin-top: 1em ;
margin-bottom: 0em ;
background-color: #f3f0f5 ;
border: 1px solid #a7a5a8 ;
}
#sidebar ul {
margin: 0 ;
padding: 0 ;
Expand Down
5 changes: 3 additions & 2 deletions docsrc/web.xml
Expand Up @@ -32,7 +32,7 @@
</div>
</form>
<script type="text/javascript"
src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>
src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>
<!-- Google CSE Search Box Ends -->
<h1><span id="vlfeat">VLFeat</span><span id="dotorg">.org</span></h1>
</div>
Expand All @@ -42,14 +42,15 @@
<div id="pagebody">
<div id="sidebar"> <!-- Navigation Start -->
%navigation;
<a href="http://www.acmmm10.org/2010/10/open-source-software-competition-winners/" style="text-decoration:none"><div class="item" style="font-size:.9em;text-align:center;">ACM OpenSource Award 2010</div></a>
</div> <!-- sidebar -->
<div id="content">
%content;
</div>
<div class="clear">&nbsp;</div>
</div> <!-- pagebody -->
<div id="footer">
&copy; 2005-10 Andrea Vedaldi and Brian Fulkerson
&copy; 2005-11 Andrea Vedaldi and Brian Fulkerson
</div> <!-- footer -->

<!-- Google Analytics Begins -->
Expand Down
2 changes: 1 addition & 1 deletion make/dist.mak
Expand Up @@ -16,7 +16,7 @@ RSYNC ?= rsync

NAME := vlfeat
VER := $(shell cat vl/generic.h | sed -n \
's/.*VL_VERSION_STRING.*\(\([0-9][0-9]*\.\{0,1\}\)\{3\}\).*/\1/p')
's/.*VL_VERSION_STRING.*\(\"[0-9.]*"\).*/\1/p')
DIST := $(NAME)-$(VER)
BINDIST := $(DIST)-bin
HOST := ganesh.cs.ucla.edu:/var/www/vlfeat.org
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.9"
#define VL_VERSION_STRING "0.9.10"

/** @brief Maximum length (in characters) of an error message */
#define VL_ERR_MSG_LEN 1024
Expand Down
8 changes: 4 additions & 4 deletions vlfeat.xcodeproj/project.pbxproj
Expand Up @@ -36,7 +36,7 @@
2D72EAF00E48A42F005DAA47 /* imopv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = imopv.c; sourceTree = "<group>"; };
2D72EAF10E48A42F005DAA47 /* imopv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = imopv.h; sourceTree = "<group>"; };
2D72EB080E48A934005DAA47 /* test_imopv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = test_imopv.c; sourceTree = "<group>"; };
2D732DE30CF8C2CB0099B03C /* Makefile */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; path = Makefile; sourceTree = "<group>"; tabWidth = 8; usesTabs = 1; };
2D732DE30CF8C2CB0099B03C /* Makefile */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; indentWidth = 8; path = Makefile; sourceTree = "<group>"; tabWidth = 8; usesTabs = 1; };
2D732DE50CF8C2E40099B03C /* aib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aib.c; sourceTree = "<group>"; };
2D732DE60CF8C2E40099B03C /* generic-driver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "generic-driver.h"; sourceTree = "<group>"; };
2D732DE80CF8C2E40099B03C /* mser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mser.c; sourceTree = "<group>"; };
Expand Down Expand Up @@ -85,13 +85,13 @@
2D7AD0AC0E38C18600783252 /* doxygen.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = doxygen.conf; path = docsrc/doxygen.conf; sourceTree = "<group>"; };
2D7AD0AD0E38C18600783252 /* hikm.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = hikm.html; path = docsrc/hikm.html; sourceTree = "<group>"; };
2D7AD0AE0E38C18600783252 /* ikm.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = ikm.html; path = docsrc/ikm.html; sourceTree = "<group>"; };
2D7AD0AF0E38C18600783252 /* index.html */ = {isa = PBXFileReference; explicitFileType = text.html.documentation; fileEncoding = 4; name = index.html; path = docsrc/index.html; sourceTree = "<group>"; };
2D7AD0AF0E38C18600783252 /* index.html */ = {isa = PBXFileReference; explicitFileType = text.html.documentation; fileEncoding = 4; indentWidth = 2; name = index.html; path = docsrc/index.html; sourceTree = "<group>"; tabWidth = 2; };
2D7AD0B00E38C18600783252 /* mser.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = mser.html; path = docsrc/mser.html; sourceTree = "<group>"; };
2D7AD0B10E38C18600783252 /* sift.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = sift.html; path = docsrc/sift.html; sourceTree = "<group>"; };
2D7AD0B20E38C18600783252 /* template.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = template.html; path = docsrc/template.html; sourceTree = "<group>"; };
2D7AD0B30E38C18600783252 /* tutorials.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = tutorials.html; path = docsrc/tutorials.html; sourceTree = "<group>"; };
2D7AD0B40E38C18600783252 /* utils.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = utils.html; path = docsrc/utils.html; sourceTree = "<group>"; };
2D7AD0B50E38C18600783252 /* web.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = web.xml; path = docsrc/web.xml; sourceTree = "<group>"; };
2D7AD0B50E38C18600783252 /* web.xml */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 1; lastKnownFileType = text.xml; name = web.xml; path = docsrc/web.xml; sourceTree = "<group>"; tabWidth = 1; };
2D8061FE118229AB0092BDD1 /* pegasos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pegasos.c; sourceTree = "<group>"; };
2D8061FF118229AB0092BDD1 /* pegasos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pegasos.h; sourceTree = "<group>"; };
2D86B1080F24CC9B00E625D6 /* vl_aib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vl_aib.c; path = toolbox/aib/vl_aib.c; sourceTree = "<group>"; };
Expand Down Expand Up @@ -131,7 +131,7 @@
2DB1A2A2110D09B200E02BD8 /* vl_version.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = vl_version.c; path = toolbox/misc/vl_version.c; sourceTree = "<group>"; };
2DBD0AA110F78FEB004DBA31 /* qsort-def.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "qsort-def.h"; sourceTree = "<group>"; };
2DBD0AA410F7A48C004DBA31 /* test_qsort-def.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "test_qsort-def.c"; sourceTree = "<group>"; };
2DC75D0B0E4B4FE7005223E7 /* Makefile.mak */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; path = Makefile.mak; sourceTree = "<group>"; tabWidth = 8; };
2DC75D0B0E4B4FE7005223E7 /* Makefile.mak */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; indentWidth = 8; path = Makefile.mak; sourceTree = "<group>"; tabWidth = 8; usesTabs = 1; };
2DD302780DE33107009443C7 /* random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = random.c; sourceTree = "<group>"; };
2DD302790DE33107009443C7 /* random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = random.h; sourceTree = "<group>"; };
2DD99CC40E58A86B00CE1DA1 /* imopv_sse2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = imopv_sse2.c; sourceTree = "<group>"; };
Expand Down

0 comments on commit 8646fa6

Please sign in to comment.