From: drh Date: Thu, 11 Aug 2005 01:25:22 +0000 (+0000) Subject: Add 2005 open source award badge and news announcement. (CVS 2579) X-Git-Tag: version-3.6.10~3580 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4dcbdbff4073e346eb2416bd72c4bc449f06891a;p=thirdparty%2Fsqlite.git Add 2005 open source award badge and news announcement. (CVS 2579) FossilOrigin-Name: 8e007f8c06748c5f02068c1f244bc8e3026e16fd --- diff --git a/art/2005osaward.gif b/art/2005osaward.gif new file mode 100644 index 0000000000..fa6d7d7c27 Binary files /dev/null and b/art/2005osaward.gif differ diff --git a/manifest b/manifest index c3a7544f93..947ab129f3 100644 --- a/manifest +++ b/manifest @@ -1,10 +1,11 @@ -C Make\ssure\sthe\s.import\scommand\sstrips\snewlines\soff\sthe\send\sof\sthe\slast\nfield\sin\seach\sline\simported.\s\sTicket\s#1348\s(CVS\s2578) -D 2005-08-05T18:50:52 +C Add\s2005\sopen\ssource\saward\sbadge\sand\snews\sannouncement.\s(CVS\s2579) +D 2005-08-11T01:25:22 F Makefile.in 22ea9c0fe748f591712d8fe3c6d972c6c173a165 F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 F VERSION 44fad0bf0996660a11bf8187361de03941d9b7b0 F aclocal.m4 7daea4c35e88de30d5a3f6f7a2ab99720e803bbd +F art/2005osaward.gif 0d1851b2a7c1c9d0ccce545f3e14bca42d7fd248 F art/SQLite.eps 9b43cc99cfd2be687d386faea6862ea68d6a72b2 F art/SQLite.gif 1bbb94484963f1382e27e1c5e86dd0c1061eba2b F art/SQLiteLogo3.tiff b9e6bf022ae939bc986cddb8ab99583ca1b02cb3 @@ -272,7 +273,7 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c F www/faq.tcl 49f31a703f74c71ce66da646aaf18b07a5042672 F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059 F www/formatchng.tcl 053ddb73646701353a5b1c9ca6274d5900739b45 -F www/index.tcl 9527f4eed69739cf5f81b3d75e0478d1c84d0a8a +F www/index.tcl c6cba63b6290bfe3fd0342833a38490e14f79e6d F www/lang.tcl d55f580cff3f384ae82d29b1201babddf991f510 F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c @@ -290,7 +291,7 @@ F www/tclsqlite.tcl 3df553505b6efcad08f91e9b975deb2e6c9bb955 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b F www/whentouse.tcl 528299b8316726dbcc5548e9aa0648c8b1bd055b -P fb7a258fd35fdf81772b9d47711d30a30dfa4564 -R aa586e84242aef17c213a0d95a18fcbb +P 73fafd2148b8cd0f92747fca03e3df5778e1070f +R 604a4a087ae8616097964392850af0d2 U drh -Z 1c288893169b54f6b53e238acee707aa +Z dff31768692be71ea5c99e5f283ac58a diff --git a/manifest.uuid b/manifest.uuid index b76c160d78..255a44fae0 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -73fafd2148b8cd0f92747fca03e3df5778e1070f \ No newline at end of file +8e007f8c06748c5f02068c1f244bc8e3026e16fd \ No newline at end of file diff --git a/www/index.tcl b/www/index.tcl index 8209e10076..37d951497d 100644 --- a/www/index.tcl +++ b/www/index.tcl @@ -7,9 +7,11 @@ puts {

About SQLite

-SQLite is a small C library that implements a -self-contained, embeddable, -zero-configuration SQL database engine. +SQLite is a small +C library that implements a self-contained, embeddable, +zero-configuration, +award-winning +SQL database engine. Features include:

@@ -61,6 +63,16 @@ proc newsitem {date title text} { puts "
" } +newsitem {2005-Aug-2} {2005 Open Source Award for SQLite} { +
+ + +
+ SQLite and its primary author D. Richard Hipp have been honored with + a 2005 Open Source + Award from Google and O'Reilly.
+} + newsitem {2005-Jun-13} {Version 3.2.2} { This release includes numerous minor bug fixes, speed improvements, and code size reductions. There is no reason to upgrade unless you @@ -119,4 +131,4 @@ puts {

Old news...

} -footer {$Id: index.tcl,v 1.116 2005/06/12 22:23:40 drh Exp $} +footer {$Id: index.tcl,v 1.117 2005/08/11 01:25:22 drh Exp $}