|
Revision 5956, 1.4 kB
(checked in by olly, 4 years ago)
|
|
configure.ac,NEWS: Version 0.8.5.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | xapian-examples 0.8.5 (2004-12-23): |
|---|
| 2 | |
|---|
| 3 | * INSTALL: Added non-generic installation instructions. |
|---|
| 4 | |
|---|
| 5 | xapian-examples 0.8.4 (2004-12-08): |
|---|
| 6 | |
|---|
| 7 | * Updated to use the new Database/WritableDatabase constructors rather than |
|---|
| 8 | the Xapian::Auto::open() factory functions. |
|---|
| 9 | |
|---|
| 10 | * configure: Removed unused code which probes for stlport. We need to use |
|---|
| 11 | stlport for everything or nothing anyway. |
|---|
| 12 | |
|---|
| 13 | * Updated to use the reworked GNU getopt from xapian-core. |
|---|
| 14 | |
|---|
| 15 | * Compile everything as C++. |
|---|
| 16 | |
|---|
| 17 | xapian-examples 0.8.3 (2004-09-20): |
|---|
| 18 | |
|---|
| 19 | * createdatabase: Removed this example - it's rather pointless now that Quartz |
|---|
| 20 | creates the containing directory if required. |
|---|
| 21 | |
|---|
| 22 | * configure: Fixed to actually pass GCC warning flags through to the makefile. |
|---|
| 23 | |
|---|
| 24 | xapian-examples 0.8.2 (2004-09-13): |
|---|
| 25 | |
|---|
| 26 | * delve: Report name of database in the "failed to open" message. |
|---|
| 27 | |
|---|
| 28 | xapian-examples 0.8.1 (2004-06-30): |
|---|
| 29 | |
|---|
| 30 | * copydatabase: Make use of new get_lastdocid() method. |
|---|
| 31 | |
|---|
| 32 | * copydatabase: Output an extra space after the progress report so that we |
|---|
| 33 | don't get "... docs to goooo"! |
|---|
| 34 | |
|---|
| 35 | xapian-examples 0.8.0 (2004-04-19): |
|---|
| 36 | |
|---|
| 37 | * delve: `delve -v DATABASE' now reports the number of terms. |
|---|
| 38 | |
|---|
| 39 | * Added or improved the short description of each example at the top of |
|---|
| 40 | its source file. |
|---|
| 41 | |
|---|
| 42 | * Replaced the rather peculiar msearch with quest - a simpler command line |
|---|
| 43 | search program which uses Xapian::QueryParser. |
|---|
| 44 | |
|---|
| 45 | * simpleindex: We were ignoring the last paragraph if it had no trailing \n |
|---|
| 46 | - fixed (bug#24). |
|---|