diff options
-rw-r--r-- | releases.moxie | 2 | ||||
-rw-r--r-- | src/main/distrib/data/clientapps.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/releases.moxie b/releases.moxie index ff7e0927..e9ddeb8e 100644 --- a/releases.moxie +++ b/releases.moxie @@ -63,7 +63,7 @@ r17: { - Added SalesForce.com user service
- Added simple star/unstar function to flag or bookmark interesting repositories
- Added Dashboard page which shows a news feed for starred repositories and offers a filterable list of repositories you care about
- - Added client application menus for Git, SmartGit/Hg, SourceTree, Tower, GitHub for Windows, GitHub for Mac, and SparkleShare
+ - Added client application menus for Git, SmartGit/Hg, SourceTree, Tower, GitHub for Windows, and GitHub for Mac
- Added GO http/https connector thread pool size setting
- Added a server setting to force a particular translation/Locale for all sessions
- Added smart Git Daemon serving. If enabled, git:// access will be offered for any repository which permits anonymous access. If the repository permits anonymous cloning, anonymous git:// clone will be permitted while anonmymous git:// pushes will be rejected.
diff --git a/src/main/distrib/data/clientapps.json b/src/main/distrib/data/clientapps.json index 48b233cf..2b15cd38 100644 --- a/src/main/distrib/data/clientapps.json +++ b/src/main/distrib/data/clientapps.json @@ -76,6 +76,6 @@ "platforms": [ "windows", "macintosh", "linux" ],
"icon": "sparkleshare_32x32.png",
"minimumPermission" : "RW+",
- "isActive": true
+ "isActive": false
}
]
\ No newline at end of file |