[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

unblock request sugar-datastore



Hi,

please unblock sugar-datastore, it fixes a serious issue and the patch is a one liner:

sugar-datastore (0.82.1-2) unstable; urgency=high 
   * Add patch 0001 to fix Xapian overflow.
   * Set urgency=high as without above patch the Sugar journal is
     completely broken (as in _no_ data gets saved in Sugar).

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 14 Jan 2009 23:01:39 +0100



-                mset = enq.get_mset(startrank, maxitems, checkatleast)
+                mset = enq.get_mset(startrank, maxitems, min(0x7FFFFFFF, checkatleast))


Thanks,
	Holger

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: