pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/mongodb
Module name: wip
Committed by: fhajny
Date: Thu Apr 10 11:46:42 UTC 2014
Modified Files:
wip/mongodb: Makefile PLIST distinfo
wip/mongodb/patches: patch-SConstruct
patch-src_mongo_base_initializer.h
patch-src_mongo_platform_random.cpp
patch-src_third__party_s2_s2.cc
patch-src_third__party_s2_s2polygonbuilder.cc
Added Files:
wip/mongodb/files/smf: manifest.xml mongodb.sh
wip/mongodb/patches: patch-debian_mongod.conf
patch-src_mongo_db_exec_working__set.cpp
patch-src_mongo_db_pipeline_document__source__cursor.cpp
patch-src_mongo_db_pipeline_document__source__sort.cpp
patch-src_mongo_s_chunk__manager__targeter.cpp
patch-src_mongo_shell_dbshell.cpp
Removed Files:
wip/mongodb: TODO
wip/mongodb/patches: patch-debian_mongodb.conf
patch-shell__dbshell.cpp patch-src_mongo_db_db.cpp
patch-src_mongo_shell_shell__utils__launcher.h
patch-src_mongo_util_time__support.h
patch-util__file_allocator.cpp
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/
To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/mongodb/files/smf/manifest.xml \
wip/mongodb/files/smf/mongodb.sh \
wip/mongodb/patches/patch-debian_mongod.conf \
wip/mongodb/patches/patch-src_mongo_db_exec_working__set.cpp \
wip/mongodb/patches/patch-src_mongo_db_pipeline_document__source__cursor.cpp \
wip/mongodb/patches/patch-src_mongo_db_pipeline_document__source__sort.cpp \
wip/mongodb/patches/patch-src_mongo_s_chunk__manager__targeter.cpp \
wip/mongodb/patches/patch-src_mongo_shell_dbshell.cpp
cvs -z3 rdiff -u -r1.1 -r0 wip/mongodb/patches/patch-debian_mongodb.conf \
wip/mongodb/patches/patch-src_mongo_db_db.cpp \
wip/mongodb/patches/patch-src_mongo_shell_shell__utils__launcher.h \
wip/mongodb/patches/patch-src_mongo_util_time__support.h
cvs -z3 rdiff -u -r1.1 -r1.2 \
wip/mongodb/patches/patch-src_mongo_base_initializer.h \
wip/mongodb/patches/patch-src_mongo_platform_random.cpp \
wip/mongodb/patches/patch-src_third__party_s2_s2.cc \
wip/mongodb/patches/patch-src_third__party_s2_s2polygonbuilder.cc
cvs -z3 rdiff -u -r1.10 -r1.11 wip/mongodb/PLIST
cvs -z3 rdiff -u -r1.16 -r1.17 wip/mongodb/distinfo
cvs -z3 rdiff -u -r1.26 -r1.27 wip/mongodb/Makefile
cvs -z3 rdiff -u -r1.3 -r0 wip/mongodb/patches/patch-shell__dbshell.cpp \
wip/mongodb/patches/patch-util__file_allocator.cpp
cvs -z3 rdiff -u -r1.5 -r1.6 wip/mongodb/patches/patch-SConstruct
cvs -z3 rdiff -u -r1.8 -r0 wip/mongodb/TODO
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/files/smf/manifest.xml?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/files/smf/mongodb.sh?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-debian_mongod.conf?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-src_mongo_db_exec_working__set.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-src_mongo_db_pipeline_document__source__cursor.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-src_mongo_db_pipeline_document__source__sort.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-src_mongo_s_chunk__manager__targeter.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-src_mongo_shell_dbshell.cpp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-debian_mongodb.conf?r1=1.1&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-src_mongo_db_db.cpp?r1=1.1&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-src_mongo_shell_shell__utils__launcher.h?r1=1.1&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-src_mongo_util_time__support.h?r1=1.1&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-src_mongo_base_initializer.h?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-src_mongo_platform_random.cpp?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-src_third__party_s2_s2.cc?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-src_third__party_s2_s2polygonbuilder.cc?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/PLIST?r1=1.10&r2=1.11
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/distinfo?r1=1.16&r2=1.17
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/Makefile?r1=1.26&r2=1.27
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-shell__dbshell.cpp?r1=1.3&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-util__file_allocator.cpp?r1=1.3&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/patches/patch-SConstruct?r1=1.5&r2=1.6
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mongodb/TODO?r1=1.8&r2=0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index