2014-07-27 23:05:29 by Filip Hajny | Files touched by this commit (3) |
Log message:
Update mongodb to 2.6.3
2.6.3 - June 19, 2014
- Equality queries on _id with projection may return no results on sharded
collections
- Equality queries on _id with projection on _id may return orphan documents
on sharded collections
2.6.2 - June 16, 2014
- Query plans with differing performance can tie during plan ranking
- mongod may terminate if x.509 authentication certificate is invalid
- Temporary map/reduce collections are incorrectly replicated to secondaries
- mongos incorrectly targets multiple shards for nested field shard key
predicates
- rs.stepDown() during mapReduce causes fassert when writing to op log
|
2014-07-15 15:38:28 by Filip Hajny | Files touched by this commit (1) |
Log message:
Fix SMF support by not overwriting INSTALLATION_DIRS.
|
2014-06-19 13:17:24 by Filip Hajny | Files touched by this commit (1) |
Log message:
Fix SCons prefix arg.
|
2014-05-07 10:39:41 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update mongodb to 2.6.1.
Notable changes since 2.6.0:
- Fix to install MongoDB service on Windows with the --install option
- Allow direct upgrade from 2.4.x to 2.6.0 via yum
- Fix issues with background index builds on secondaries
- Redact credential information passed as startup options
See full changelog:
http://docs.mongodb.org/manual/release-notes/2.6-changelog/
|
2014-04-10 13:46:42 by Filip Hajny | Files touched by this commit (23) |
Log message:
Update mongodb to 2.6.0.
pkgsrc changes:
- Thanks to C++11 support, this version finally builds again in pkgsrc.
- Config, log and PID file names changed from 'mongodb' to 'mongod' (with
the respective extension)
Major Changes
- Aggregation Enhancements
- Text Search Integration
- Insert and Update Improvements
- New Write Operation Protocol
- Query Engine Improvements
- Geospatial Enhancements
- Index Build Enhancements
- Enhanced Sharding and Replication Administration
Security Improvements
- New authorization model with custom User-Defined Roles and user privileges
- Global user management
- x.509 certificate support for client and cluster member authentication
- Enhanced SSL Support
- http interface disabled by default
Please read the full release notes for more:
http://docs.mongodb.org/manual/release-notes/2.6/
Notes on compatibility and upgrades:
http://docs.mongodb.org/manual/release-notes/2.6-compatibility/
http://docs.mongodb.org/manual/release-notes/2.6-upgrade/
|
2014-01-29 13:23:37 by Filip Hajny | Files touched by this commit (3) |
Log message:
Update mongodb to 2.4.9.
Notable changes:
2.4.9 - January 10, 2014
- Fix for instances where mongos incorrectly reports a successful
write SERVER-12146.
- Make non-primary read preferences consistent with slaveOK versioning
logic SERVER-11971.
- Allow new sharded cluster connections to read from secondaries when
primary is down SERVER-7246.
2.4.8 - November 1, 2013
- Increase future compatibility for 2.6 authorization features SERVER-11478.
- Fix dbhash cache issue for config servers SERVER-11421.
2.4.7 - October 21, 2013
- Fixed over-aggressive caching of V8 Isolates SERVER-10596.
- Removed extraneous initial count during mapReduce SERVER-9907.
- Cache results of dbhash command SERVER-11021.
- Fixed memory leak in aggregation SERVER-10554.
|
2013-10-19 08:54:11 by Mike M. Volokhov | Files touched by this commit (1) |
Log message:
Oh, dependencies changed - bump pkg revision.
|
2013-10-19 08:44:31 by Mike M. Volokhov | Files touched by this commit (3) |
Log message:
The v8 requires execinfo.h on Net/Free/Open BSDs. Assume it's also
needed on DragonFly (although still unbinded in the v8). So use
the devel/libexecinfo unconditionally and trust its builtin.mk for
platform selection.
|
2013-08-28 18:52:43 by Filip Hajny | Files touched by this commit (4) |
Log message:
Update mongodb to 2.4.6
For a full list of bugfixes, see the bugtracker:
https://jira.mongodb.org/secure/IssueNavigator.jspa?jqlQuery=project+%3D+SERVER+AND+fixVersion+%3D+%222.4.6
|
2013-07-30 14:22:42 by Filip Hajny | Files touched by this commit (1) |
Log message:
More reasonable DESCR
|