2012-10-02 10:48:46 by Filip Hajny | Files touched by this commit (10) |
Log message:
Update mongodb to 2.2.0
Building against lang/spidermonkey is disabled temporarily, until it's
figured out where is it breaking.
For changelog see release notes:
http://docs.mongodb.org/manual/release-notes/2.2/
Highlights:
* Aggregation Framework
* TTL Collections
* Concurrency Improvements
* Improved Data Center Awareness with Tag Aware Sharding
* Fully Supported Read Preference Semantics
|
2012-08-10 20:55:59 by Bartosz Kuzma | Files touched by this commit (3) |
Log message:
Update to 2.0.7
Changes since 2.0.6:
SERVER-6167
very verbose messaging with large numbers of collections
SERVER-2833
mongod.exe does not shut down correctly as a Windows service
SERVER-5920
bad reload of database config
SERVER-6178
Cannot use mongos if subset of config servers can't read from
or write to disk
|
2012-08-01 00:27:59 by Filip Hajny | Files touched by this commit (4) |
Log message:
Install man pages.
Add default log file location.
Add default config file.
Bump PKGREVISION.
|
2012-07-26 13:08:46 by Filip Hajny | Files touched by this commit (5) |
Log message:
Fix SunOS crashes due to incorrect usage of SIGPIPE.
Pass CC/CXX to SCons directly to avoid nasty SCons assumptions.
Fix linking against PCRE and OpenSSL.
Adjust patching to use standard @VAR@ placeholders for easier substitution.
Bump PKGREVISION.
|
2012-07-02 15:37:54 by Adam Ciarcinski | Files touched by this commit (35) |
Log message:
Revbump after updating boost
|
2012-06-11 10:21:47 by Bartosz Kuzma | Files touched by this commit (3) |
Log message:
Update to 2.0.6.
Changes:
2.0.3
- SERVER-4547: Disable full restore of sharded cluster
- SERVER-3817:Increment opcounters for bulk insert
- SERVER-4699: mongos can segfault after primary failover
2.0.4
- SERVER-5142: double check after lock that ShardChunkManager
in trySetVersion needs to be rebuilt
- SERVER-5135: Journal compression ratio reporting is incorrect
- SERVER-5177: fetching of docs in initial sync can assert
2.0.5
- SERVER-5754: Initial sync assertion error with 2.0.5-rc0
- SERVER-5110: ReplicaSetMonitor::check not thread safe wrt _master
- SERVER-5569: objid6.js failing on dur_passthrough
2.0.6
- SERVER-4758: OplogReader has no socket timeout
- SERVER-4750: Secondary syncs to another secondary that has slaveDelay > 0
- SERVER-5353: _id query on capped collection warning can be
printed incorrectly
|
2012-02-28 20:57:46 by Bartosz Kuzma | Files touched by this commit (3) |
Log message:
Add support for DragonFlyBSD.
|
2012-02-24 13:40:55 by Bartosz Kuzma | Files touched by this commit (4) |
Log message:
Add rc.d script.
|
2012-02-24 08:47:51 by Bartosz Kuzma | Files touched by this commit (1) |
Log message:
Add MONGODB_USER and MONGODB_GROUP to BUILD_DEFS.
|
2012-02-23 20:11:40 by Bartosz Kuzma | Files touched by this commit (3) |
Log message:
Add ssl option.
Create mongodb user.
Default dbpath is configurable via MONGODB_DBPATH variable.
|