pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/ruby-cassandra



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Sep 13 12:41:25 UTC 2013

Modified Files:
        pkgsrc/databases/ruby-cassandra: Makefile PLIST distinfo

Log Message:
Update ruby-cassandra to 0.22.0.

v0.22.0
- Add new composite API to resolve ambiguity between unpacking a composite and 
packing a composite with one element (issue #196, courtesy @kevinkehl)
- Breaking change: schema change methods no longer catch exceptions internally. 
 They work the same as everything else.

v0.21.0
- Add 1.2 libs to gem

v0.19.0
- Fixed windows build by disabling native extensions (issue #188, courtesy 
@jacek99)
- Speed improvement to native composite column extension (issue #186, courtesy 
@muirmanders)
- Fix OrderedHash iterator return values (issue #185, courtesy @fester)
- Native support for dynamic composite decoding (issue #184, courtesy 
@muirmanders)

v0.18.0
- Cassandra 1.2 support (issue #175, courtesy @brainopia)
- drop_keyspace defaults to current keyspace (issue #176, courtesy @brianopia)
- Easier flush_batch interface (issue #182, courtesy @brianopia)
- Support for removing multiple columns (issue #183, courtesy @brianopia)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/ruby-cassandra/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/ruby-cassandra/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/ruby-cassandra/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index