Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mongo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
RTNoSQL
mongo
Commits
d8565915
Commit
d8565915
authored
14 years ago
by
Eliot Horowitz
Browse files
Options
Downloads
Patches
Plain Diff
BUMP 1.7.2
parent
6b1e3d23
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+8
-0
8 additions, 0 deletions
debian/changelog
doxygenConfig
+1
-1
1 addition, 1 deletion
doxygenConfig
rpm/mongo.spec
+1
-1
1 addition, 1 deletion
rpm/mongo.spec
util/version.cpp
+1
-1
1 addition, 1 deletion
util/version.cpp
with
11 additions
and
3 deletions
debian/changelog
+
8
−
0
View file @
d8565915
mongodb (1.7.2) unstable; urgency=low
* sharding lots of changes
* replica_sets lots of changes
* see http://jira.mongodb.org/browse/SERVER/fixforversion/10194
-- Richard Kreuter <richard@10gen.com> Fri, 29 Oct 2010 16:56:28 -0500
mongodb (1.7.1) unstable; urgency=low
* sharding lots of changes
...
...
This diff is collapsed.
Click to expand it.
doxygenConfig
+
1
−
1
View file @
d8565915
...
...
@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 1.7.2
-pre-
PROJECT_NUMBER = 1.7.2
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
...
...
This diff is collapsed.
Click to expand it.
rpm/mongo.spec
+
1
−
1
View file @
d8565915
Name: mongo
Version: 1.7.
1
Version: 1.7.
2
Release: mongodb_1%{?dist}
Summary: mongo client shell and tools
License: AGPL 3.0
...
...
This diff is collapsed.
Click to expand it.
util/version.cpp
+
1
−
1
View file @
d8565915
...
...
@@ -14,7 +14,7 @@ namespace mongo {
// mongo processes version support
//
const
char
versionString
[]
=
"1.7.2
-pre-
"
;
const
char
versionString
[]
=
"1.7.2"
;
string
mongodVersion
()
{
stringstream
ss
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment