SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for mongodb-2.4.3-9.1.x86_64.rpm :
Tue Oct 29 13:00:00 2013 speilickeAATTsuse.com
- Simplify chmod\'ing include headers
- Drop old include dirs from devel package

Mon Oct 28 13:00:00 2013 speilickeAATTsuse.com
- Disable -Werror where appropriate
- Build with system libraries: boost, pcre
- Drop v8 build conditional, it never had any effect anyway since this was the default
- Use in-tree v8 for now until someone wants to fix the fallout from
different distro versions

Wed Oct 16 14:00:00 2013 speilickeAATTsuse.com
- Don\'t build with \"-Wall\", there far to many errors which just don\'t
make sense to fix

Mon Sep 16 14:00:00 2013 speilickeAATTsuse.com
- Require scons >= 1.1.0, build will fail otherwise

Wed Aug 21 14:00:00 2013 dvaleevAATTsuse.com
- Disable building for BigEndian platforms

Wed Aug 21 14:00:00 2013 dvaleevAATTsuse.com
- don\'t enable service by default. It is up to user whether he
wants to start the service automatically

Fri May 24 14:00:00 2013 iAATTmarguerite.su
- New upstream release 2.4.3

* see http://docs.mongodb.org/manual/release-notes/2.4/

Tue Apr 30 14:00:00 2013 dmuellerAATTsuse.com
- remove -o flag from useradd

* useradd: -o flag is only allowed with the -u flag

Fri Dec 21 13:00:00 2012 fcastelliAATTsuse.com
- Ensure mongodb is started properly on NUMA machines
(http://docs.mongodb.org/manual/administration/production-notes/#production-numa)

Fri Nov 23 13:00:00 2012 mrueckertAATTsuse.de
- use _home_dir define in the sed line

Sat Sep 22 14:00:00 2012 iAATTmarguerite.su
- New upstream release 2.2.0

* see http://docs.mongodb.org/manual/release-notes/2.2/
- Remove deprecated_boost_functions.patch (Patch0)

* upstream changed it as a warning.
- Regenerate void_return.patch (Patch1)

* seems it aims to deal with the strange boost::filesystem::remove
- Drop mongodb-third_party.sm.py.patch (Patch2)

* upstream rewrote its code, no its cpp instead of py.
- Drop mongodb-2.0.0_no_stupid_chmod.patch (Patch3)

* no such code in SConstruct.
- Drop mongodb-src-r2.0.4_link_ssl.patch (Patch4)

* upstream fixed.
- Drop mongodb_cxxflags.patch (Patch5)

* not used at all.
- Fix i586 build.

* mongodb-2.2.0-mongodb_scons-full-flag.patch

* https://jira.mongodb.org/browse/SERVER-5575

Fri Jul 20 14:00:00 2012 jengelhAATTinai.de
- Package /var/{lib,log}/mongodb, as they are needed for proper
operation of the daemon which would otherwise refuse to start.
- Remove redundant sections from specfile

Wed Apr 11 14:00:00 2012 simone.tolottiAATTgmail.com
- New upstream release 2.0.4
- Fixes (https://jira.mongodb.org/browse/SERVER/fixforversion/11107):

* SERVER-5135 Journal compression ratio reporting is incorrect

* SERVER-5177 fetching of docs in initial sync can assert

* SERVER-5069 ~ScopedDBConnection is vague and somewhat misleading

Thu Nov 17 13:00:00 2011 mrueckertAATTsuse.de
- add back mongodb_cxxflags.patch

Thu Nov 17 13:00:00 2011 mrueckertAATTsuse.de
- added mongodb-src-r2.0.1_link_ssl.patch:
Fix linking on factory. We need libcrypto in the library list
there.

Thu Nov 17 13:00:00 2011 mrueckertAATTsuse.de
- fix build on sles. it didnt like some of our scons parameters

Thu Nov 17 13:00:00 2011 mrueckertAATTsuse.de
- update to 2.0.1
- SERVER-3961 Segmentation Fault when creating new indexes
- SERVER-4020 bad serverID set in setShardVersion
- SERVER-3889 Possible for setShardVersion to never be set on
mongod after multiple StaleConfigExceptions due to reset
metadata
- SERVER-3572 authenticate shouldn\'t use a write lock
- SERVER-4091 rs.reconfig(...) on 1.8.4_rc0 causes server to exit
- SERVER-3058 make sure distributed locks are thread-safe to
acquire
- SERVER-3683 Possible for setShardVersion to never be set on
mongod after multiple StaleConfigExceptions due to
stale/missing mongod metadata
- SERVER-3594 new crash in 1.9.1: couldn\'t make room for new
record (len: 135548) in capped ns .system.profile
- SERVER-3650 ReplicaSet rollback should use slaveOk
- SERVER-3705 mongos not closing connections, filling up disk
with logs
- SERVER-3729 --ssl for tools
- SERVER-3750 Need to limit size of backfilled elements when
creating an array
- SERVER-3619 mongostat can\'t authenticate to mongos using -u -p
or the long name equivalents
- SERVER-3605 After node is restarted it may not be set to ok
state in mongos
- SERVER-3666 mongod --auth must disable __system access
- SERVER-3539 mongos returns duplicate \"ns\" element when you run
db.xyz.stats()
- SERVER-1097 mongoimport / export should adhere to CSV spec
- SERVER-3462 slaveOk queries don\'t distribute to all secondaries
when using a mongos
- SERVER-2710 Running replSetReconfig while writing to a
collection causes secondaries and arbiters to segfault.
- SERVER-2976 add a pure JS mode to map reduce to get improved
performance for light jobs
- SERVER-3086 mongoexport only exports one shard\'s worth of data
- SERVER-2872 mongos client/lasterror instability
- SERVER-2792 replace readline with linenoise
- SERVER-1503 rs priorities other than 0 and 1 not supported yet
- SERVER-4196 Count command on mongos can get into infinite loop
- SERVER-3683 Possible for setShardVersion to never be set on
mongod after multiple StaleConfigExceptions due to
stale/missing mongod metadata
- SERVER-3529 Sharded map reduce using merge stalls recreating
indexes on the output collection.
- SERVER-3996 Backport fix for SERVER-3002 to v1.8 branch
- added optional switch to use libv8
- added mongodb-2.0.0_no_stupid_chmod.patch:
dont do useless chmods
- minor spec file rework

Mon Nov 7 13:00:00 2011 jmassaguerplaAATTsuse.de
- added glibc-locale as a dependency

Sun Nov 6 13:00:00 2011 jmassaguerplaAATTsuse.de
- patched third-party/sm.py because of this bug
http://scons.tigris.org/issues/show_bug.cgi?id=2800

Thu Nov 3 13:00:00 2011 fcastelliAATTsuse.com
- require libjs 1.7.0

Fri Sep 30 14:00:00 2011 jwAATTsuse.com
- made available also for SLE-11-SP1

Wed Sep 7 14:00:00 2011 mrueckertAATTsuse.de
- update to 1.8.3
- [SERVER-3205] Dropping sharded database leads to errors with
dbnames which are prefixes of dropped name
- [SERVER-2707] make default stack size lower on linux
- [SERVER-3507] Changing hostname in Replica Set configuration,
does not affect rs.status(), until a server restart.

Wed Sep 7 14:00:00 2011 mrueckertAATTsuse.de
- added mongodb_werror.patch: drop -Werror from CFLAGS for building
on older boost versions

Wed Sep 7 14:00:00 2011 mrueckertAATTsuse.de
- added b1ec2058673f8ca582a490c2dd4a8405698221ae.patch:
patch taken from upstream git. adds detection code for linux3

Wed Sep 7 14:00:00 2011 mrueckertAATTsuse.de
- dont use PCH: it breaks build on SLE 11

Wed Aug 17 14:00:00 2011 koprokAATTnand.bg
- Do not build libmongoclient.so shared library

Mon Aug 15 14:00:00 2011 koprokAATTnand.bg
- Added -devel package with headers and static libraries

Thu Aug 11 14:00:00 2011 mrueckertAATTsuse.de
- update to 1.8.2
- [SERVER-3188] CLONE - mongos crash with \"Received signal 6\"
- [SERVER-1742] Assertion failure on mapreduce with geo query
- [SERVER-3196] Segmentation Fault at startup on NUMA-Architecture

Fri Apr 15 14:00:00 2011 mrueckertAATTsuse.de
- update to 1.8.1
- [SERVER-2324] compilation error with boost filesystem v3
- [SERVER-2662] seg fault equivalent when query plan cannot
recover from yield, does not assert, and is yielded again
- [SERVER-2698] mongos seems to swallow \'No matching object
found\' errors when running findAndModify on a sharded
collection.
- [SERVER-2714] RS hidden setting should treat 1 as true
- [SERVER-2719] mongod running as a service on Windows does not
restart correctly after a reboot
- [SERVER-2737] Large rollback fails (DR102 too much data written
uncommitted) (after \"rollback 6\")
- [SERVER-2762] backtrace of mongos crash
- [SERVER-2787] Upgrading to 1.8.0 and enabling journaling
causing cryptic \"_a != -1\" error
- [SERVER-2791] missing write intent while initializing
background index build job
- [SERVER-2797] SEGV at BtreeCursor9prettyKey
- [SERVER-2809] assertion in count / userquery op nscanned after
failed yield recovery
- [SERVER-2810] yield explain seg fault when accessing
unprotected scan and order pointer
- [SERVER-2815] DR102 on index creation w/dropDups + --journal
- [SERVER-2853] Missing commitIfNeeded in background index build
- [SERVER-2854] Unsafe to assert inside of CommitJob::note
- [SERVER-2868] replica set connection gets confused about msater
- [SERVER-2872] mongos client/lasterror instability
- [SERVER-2808] when we get a seg fault (or similar) signal we
should print the faulting address
- for the changes before see http://bit.ly/ga0jeH
- add /usr/sbin/usermod to the prereq
- respin mongodb_cxxflags.patch

Tue Jan 18 13:00:00 2011 mhruseckyAATTsuse.cz
- fixed build for openSUSE 11.2 (directory permissions)

Tue Jan 18 13:00:00 2011 asnAATTcryptomilk.org
- Added missing build requirements for SLE

Wed Jan 12 13:00:00 2011 asnAATTcryptomilk.org
- Added shared library to make binaries smaller.
- Added more comments to mongodb.conf
- Added support for CPPFLAGS.
- Don\'t strip the binaries for debuginfo packages.

Mon Jan 10 13:00:00 2011 mhruseckyAATTsuse.cz
- Using /etc/mongodb.conf instead of sysconfig
- Fixed init to run db as non-root
- Creating log and database directories in init script
- Added man pages

Mon Jan 3 13:00:00 2011 asnAATTcynapses.org
- Added additional options

Wed Dec 22 13:00:00 2010 asnAATTcynapses.org
- Fixed typo in mongodb init script.

Wed Dec 22 13:00:00 2010 asnAATTcynapses.org
- Added a mongodb sysconfig file.
- Added localhost bind on startup.
- Added auth requirement on startup.

Tue Dec 21 13:00:00 2010 asnAATTcynapses.org
- Silence mongodb daemon on startup.

Tue Dec 21 13:00:00 2010 asnAATTcynapses.org
- Fixed logrotate requirement.
- Fixed the Group

Tue Dec 21 13:00:00 2010 asnAATTcynapses.org
- Update to version 1.6.5

* Attach a unique ID to moveChunk changelog entries

* Check chunk boundaries of delete operations during chunk migration

* Data loss after $set

* replica sets connection safety

* mongos doesn\'t pass mixed-case findAndModify
- Added a new working init script.
- Fixed directory permissions.
- Fixed spec file.


 
ICM