rroonga 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,12 @@
1
1
  h1. NEWS
2
2
 
3
+ h2(#2-1-1). 2.1.1: 2012-12-29
4
+
5
+ h3. Improvements
6
+
7
+ * Required groonga 2.1.1 because groonga 2.1.0 has a serious bug
8
+ related to key normalization.
9
+
3
10
  h2(#2-1-0). 2.1.0: 2012-12-29
4
11
 
5
12
  h3. Improvements
data/ext/groonga/rb-grn.h CHANGED
@@ -76,7 +76,7 @@ RB_GRN_BEGIN_DECLS
76
76
 
77
77
  #define RB_GRN_MAJOR_VERSION 2
78
78
  #define RB_GRN_MINOR_VERSION 1
79
- #define RB_GRN_MICRO_VERSION 0
79
+ #define RB_GRN_MICRO_VERSION 1
80
80
 
81
81
  #define RB_GRN_QUERY_DEFAULT_MAX_EXPRESSIONS 32
82
82
 
data/rroonga-build.rb CHANGED
@@ -19,7 +19,7 @@ module RroongaBuild
19
19
  module RequiredGroongaVersion
20
20
  MAJOR = 2
21
21
  MINOR = 1
22
- MICRO = 0
22
+ MICRO = 1
23
23
  VERSION = [MAJOR, MINOR, MICRO]
24
24
  end
25
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rroonga
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2012-12-28 00:00:00.000000000 Z
16
+ date: 2012-12-29 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: pkg-config
@@ -218,128 +218,128 @@ files:
218
218
  - rroonga.gemspec
219
219
  - rroonga-build.rb
220
220
  - extconf.rb
221
- - lib/groonga/posting.rb
222
- - lib/groonga/view-record.rb
223
- - lib/groonga/index-column.rb
224
- - lib/groonga/expression-builder.rb
221
+ - lib/groonga.rb
222
+ - lib/groonga/geo-point.rb
225
223
  - lib/groonga/record.rb
226
- - lib/groonga/dumper.rb
227
- - lib/groonga/database.rb
228
- - lib/groonga/expression-builder-19.rb
229
- - lib/groonga/query-logger.rb
230
- - lib/groonga/patricia-trie.rb
224
+ - lib/groonga/index-column.rb
225
+ - lib/groonga/view-record.rb
231
226
  - lib/groonga/context.rb
232
227
  - lib/groonga/grntest-log.rb
233
- - lib/groonga/geo-point.rb
234
228
  - lib/groonga/pagination.rb
235
- - lib/groonga/command.rb
229
+ - lib/groonga/database.rb
236
230
  - lib/groonga/schema.rb
237
- - lib/groonga.rb
238
- - benchmark/read-write-many-small-items.rb
239
- - benchmark/write-many-small-items.rb
240
- - benchmark/common.rb
231
+ - lib/groonga/command.rb
232
+ - lib/groonga/posting.rb
233
+ - lib/groonga/patricia-trie.rb
234
+ - lib/groonga/expression-builder.rb
235
+ - lib/groonga/dumper.rb
236
+ - lib/groonga/query-logger.rb
237
+ - lib/groonga/expression-builder-19.rb
241
238
  - benchmark/create-wikipedia-database.rb
242
- - benchmark/repeat-load.rb
239
+ - benchmark/common.rb
240
+ - benchmark/write-many-small-items.rb
241
+ - benchmark/read-write-many-small-items.rb
243
242
  - benchmark/select.rb
243
+ - benchmark/repeat-load.rb
244
244
  - misc/grnop2ruby.rb
245
- - example/bookmark.rb
246
245
  - example/index-html.rb
247
- - ext/groonga/rb-grn-encoding-support.c
248
- - ext/groonga/rb-grn-patricia-trie.c
249
- - ext/groonga/rb-grn-geo-point.c
246
+ - example/bookmark.rb
247
+ - ext/groonga/rb-grn-exception.c
248
+ - ext/groonga/rb-grn-view-accessor.c
249
+ - ext/groonga/rb-grn-hash-cursor.c
250
+ - ext/groonga/rb-grn-record.c
251
+ - ext/groonga/rb-grn-variable.c
250
252
  - ext/groonga/rb-grn-view.c
251
- - ext/groonga/rb-grn-snippet.c
252
- - ext/groonga/rb-grn-double-array-trie-cursor.c
253
+ - ext/groonga/rb-grn-table-cursor-key-support.c
254
+ - ext/groonga/rb-grn-normalizer.c
253
255
  - ext/groonga/rb-grn-fix-size-column.c
254
- - ext/groonga/rb-grn-view-accessor.c
255
- - ext/groonga/rb-grn-accessor.c
256
+ - ext/groonga/rb-grn-context.c
256
257
  - ext/groonga/rb-grn-plugin.c
257
- - ext/groonga/rb-grn-table.c
258
- - ext/groonga/rb-grn-operator.c
259
- - ext/groonga/rb-grn-database.c
258
+ - ext/groonga/rb-grn-hash.c
260
259
  - ext/groonga/rb-grn-variable-size-column.c
261
- - ext/groonga/rb-grn-view-record.c
262
- - ext/groonga/rb-grn-query-logger.c
263
- - ext/groonga/rb-grn-record.c
264
- - ext/groonga/rb-grn-context.c
265
- - ext/groonga/rb-grn-exception.c
260
+ - ext/groonga/rb-grn-index-column.c
261
+ - ext/groonga/rb-grn-operator.c
266
262
  - ext/groonga/rb-grn-table-key-support.c
267
- - ext/groonga/rb-grn-posting.c
268
- - ext/groonga/rb-grn-hash-cursor.c
269
- - ext/groonga/rb-grn-expression-builder.c
270
- - ext/groonga/rb-grn-expression.c
271
- - ext/groonga/rb-grn-view-cursor.c
272
- - ext/groonga/rb-grn-array-cursor.c
273
- - ext/groonga/rb-grn-encoding.c
274
- - ext/groonga/rb-grn-utils.c
275
- - ext/groonga/rb-groonga.c
263
+ - ext/groonga/rb-grn-patricia-trie.c
264
+ - ext/groonga/rb-grn-table-cursor.c
265
+ - ext/groonga/rb-grn-object.c
266
+ - ext/groonga/rb-grn-table.c
267
+ - ext/groonga/rb-grn-procedure.c
268
+ - ext/groonga/rb-grn-snippet.c
269
+ - ext/groonga/rb-grn-encoding-support.c
270
+ - ext/groonga/rb-grn-view-record.c
276
271
  - ext/groonga/rb-grn-patricia-trie-cursor.c
277
272
  - ext/groonga/rb-grn-array.c
278
- - ext/groonga/rb-grn-normalizer.c
279
- - ext/groonga/rb-grn-object.c
280
- - ext/groonga/rb-grn-type.c
273
+ - ext/groonga/rb-grn-database.c
274
+ - ext/groonga/rb-grn-query-logger.c
275
+ - ext/groonga/rb-grn-view-cursor.c
281
276
  - ext/groonga/rb-grn-column.c
282
277
  - ext/groonga/rb-grn-index-cursor.c
283
- - ext/groonga/rb-grn-hash.c
278
+ - ext/groonga/rb-grn-type.c
279
+ - ext/groonga/rb-grn-accessor.c
280
+ - ext/groonga/rb-grn-double-array-trie-cursor.c
281
+ - ext/groonga/rb-grn-posting.c
282
+ - ext/groonga/rb-groonga.c
283
+ - ext/groonga/rb-grn-geo-point.c
284
+ - ext/groonga/rb-grn-array-cursor.c
285
+ - ext/groonga/rb-grn-utils.c
284
286
  - ext/groonga/rb-grn-logger.c
285
- - ext/groonga/rb-grn-variable.c
286
- - ext/groonga/rb-grn-index-column.c
287
- - ext/groonga/rb-grn-table-cursor-key-support.c
287
+ - ext/groonga/rb-grn-expression.c
288
+ - ext/groonga/rb-grn-encoding.c
289
+ - ext/groonga/rb-grn-expression-builder.c
288
290
  - ext/groonga/rb-grn-double-array-trie.c
289
- - ext/groonga/rb-grn-procedure.c
290
- - ext/groonga/rb-grn-table-cursor.c
291
291
  - ext/groonga/rb-grn.h
292
292
  - ext/groonga/extconf.rb
293
293
  - ext/groonga/groonga.def
294
294
  - README.textile
295
- - test/test-expression.rb
296
- - test/test-type.rb
297
- - test/run-test.rb
298
- - test/test-schema-dumper.rb
299
- - test/test-command-select.rb
300
- - test/test-record.rb
295
+ - test/test-remote.rb
296
+ - test/test-accessor.rb
297
+ - test/test-database-dumper.rb
298
+ - test/test-index-column.rb
299
+ - test/groonga-test-utils.rb
300
+ - test/test-pagination.rb
301
+ - test/test-table.rb
302
+ - test/test-variable-size-column.rb
303
+ - test/test-plugin.rb
304
+ - test/test-hash.rb
305
+ - test/test-table-traverse.rb
306
+ - test/test-encoding.rb
301
307
  - test/test-schema-create-table.rb
308
+ - test/test-type.rb
309
+ - test/test-database.rb
310
+ - test/test-variable.rb
311
+ - test/test-table-select.rb
312
+ - test/test-patricia-trie.rb
302
313
  - test/test-geo-point.rb
303
- - test/test-procedure.rb
304
- - test/test-logger.rb
305
314
  - test/test-expression-builder.rb
306
- - test/test-column.rb
307
- - test/test-database-dumper.rb
308
- - test/test-accessor.rb
309
- - test/test-table-select.rb
315
+ - test/test-logger.rb
310
316
  - test/test-array.rb
311
- - test/test-gqtp.rb
312
- - test/test-table-offset-and-limit.rb
313
- - test/test-pagination.rb
314
- - test/test-table-select-weight.rb
315
- - test/test-variable.rb
316
- - test/test-index-cursor.rb
317
- - test/test-hash.rb
318
- - test/test-double-array-trie.rb
319
- - test/test-plugin.rb
320
- - test/test-variable-size-column.rb
321
- - test/groonga-test-utils.rb
317
+ - test/test-record.rb
318
+ - test/test-column.rb
319
+ - test/test-fix-size-column.rb
320
+ - test/run-test.rb
321
+ - test/test-procedure.rb
322
322
  - test/test-table-dumper.rb
323
- - test/test-normalizer.rb
324
- - test/test-schema-type.rb
325
- - test/test-patricia-trie.rb
326
- - test/test-version.rb
327
- - test/test-table-traverse.rb
328
- - test/test-context.rb
323
+ - test/test-schema.rb
324
+ - test/test-view.rb
329
325
  - test/test-table-select-mecab.rb
330
- - test/test-database.rb
326
+ - test/test-command-select.rb
331
327
  - test/test-table-select-normalize.rb
332
- - test/test-table.rb
333
- - test/test-remote.rb
334
- - test/test-schema-view.rb
335
- - test/test-snippet.rb
328
+ - test/test-expression.rb
329
+ - test/test-normalizer.rb
336
330
  - test/test-vector-column.rb
337
- - test/test-fix-size-column.rb
331
+ - test/test-version.rb
332
+ - test/test-schema-view.rb
333
+ - test/test-index-cursor.rb
334
+ - test/test-double-array-trie.rb
338
335
  - test/test-exception.rb
339
- - test/test-encoding.rb
340
- - test/test-view.rb
341
- - test/test-schema.rb
342
- - test/test-index-column.rb
336
+ - test/test-schema-dumper.rb
337
+ - test/test-schema-type.rb
338
+ - test/test-table-select-weight.rb
339
+ - test/test-gqtp.rb
340
+ - test/test-context.rb
341
+ - test/test-snippet.rb
342
+ - test/test-table-offset-and-limit.rb
343
343
  - bin/grntest-log-analyze
344
344
  - bin/groonga-index-dump
345
345
  - bin/grndump
@@ -356,18 +356,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
356
356
  - - ! '>='
357
357
  - !ruby/object:Gem::Version
358
358
  version: '0'
359
- segments:
360
- - 0
361
- hash: 4131516403956613978
362
359
  required_rubygems_version: !ruby/object:Gem::Requirement
363
360
  none: false
364
361
  requirements:
365
362
  - - ! '>='
366
363
  - !ruby/object:Gem::Version
367
364
  version: '0'
368
- segments:
369
- - 0
370
- hash: 4131516403956613978
371
365
  requirements: []
372
366
  rubyforge_project: groonga
373
367
  rubygems_version: 1.8.23
@@ -376,52 +370,52 @@ specification_version: 3
376
370
  summary: Ruby bindings for groonga that provide full text search and column store
377
371
  features.
378
372
  test_files:
379
- - test/test-expression.rb
380
- - test/test-type.rb
381
- - test/run-test.rb
382
- - test/test-schema-dumper.rb
383
- - test/test-command-select.rb
384
- - test/test-record.rb
373
+ - test/test-remote.rb
374
+ - test/test-accessor.rb
375
+ - test/test-database-dumper.rb
376
+ - test/test-index-column.rb
377
+ - test/groonga-test-utils.rb
378
+ - test/test-pagination.rb
379
+ - test/test-table.rb
380
+ - test/test-variable-size-column.rb
381
+ - test/test-plugin.rb
382
+ - test/test-hash.rb
383
+ - test/test-table-traverse.rb
384
+ - test/test-encoding.rb
385
385
  - test/test-schema-create-table.rb
386
+ - test/test-type.rb
387
+ - test/test-database.rb
388
+ - test/test-variable.rb
389
+ - test/test-table-select.rb
390
+ - test/test-patricia-trie.rb
386
391
  - test/test-geo-point.rb
387
- - test/test-procedure.rb
388
- - test/test-logger.rb
389
392
  - test/test-expression-builder.rb
390
- - test/test-column.rb
391
- - test/test-database-dumper.rb
392
- - test/test-accessor.rb
393
- - test/test-table-select.rb
393
+ - test/test-logger.rb
394
394
  - test/test-array.rb
395
- - test/test-gqtp.rb
396
- - test/test-table-offset-and-limit.rb
397
- - test/test-pagination.rb
398
- - test/test-table-select-weight.rb
399
- - test/test-variable.rb
400
- - test/test-index-cursor.rb
401
- - test/test-hash.rb
402
- - test/test-double-array-trie.rb
403
- - test/test-plugin.rb
404
- - test/test-variable-size-column.rb
405
- - test/groonga-test-utils.rb
395
+ - test/test-record.rb
396
+ - test/test-column.rb
397
+ - test/test-fix-size-column.rb
398
+ - test/run-test.rb
399
+ - test/test-procedure.rb
406
400
  - test/test-table-dumper.rb
407
- - test/test-normalizer.rb
408
- - test/test-schema-type.rb
409
- - test/test-patricia-trie.rb
410
- - test/test-version.rb
411
- - test/test-table-traverse.rb
412
- - test/test-context.rb
401
+ - test/test-schema.rb
402
+ - test/test-view.rb
413
403
  - test/test-table-select-mecab.rb
414
- - test/test-database.rb
404
+ - test/test-command-select.rb
415
405
  - test/test-table-select-normalize.rb
416
- - test/test-table.rb
417
- - test/test-remote.rb
418
- - test/test-schema-view.rb
419
- - test/test-snippet.rb
406
+ - test/test-expression.rb
407
+ - test/test-normalizer.rb
420
408
  - test/test-vector-column.rb
421
- - test/test-fix-size-column.rb
409
+ - test/test-version.rb
410
+ - test/test-schema-view.rb
411
+ - test/test-index-cursor.rb
412
+ - test/test-double-array-trie.rb
422
413
  - test/test-exception.rb
423
- - test/test-encoding.rb
424
- - test/test-view.rb
425
- - test/test-schema.rb
426
- - test/test-index-column.rb
414
+ - test/test-schema-dumper.rb
415
+ - test/test-schema-type.rb
416
+ - test/test-table-select-weight.rb
417
+ - test/test-gqtp.rb
418
+ - test/test-context.rb
419
+ - test/test-snippet.rb
420
+ - test/test-table-offset-and-limit.rb
427
421
  has_rdoc: