
Sync 'next' with 'v0.7.3'
@d7e437c3f60306f811bb66754f8ba31a1d1c1c91
--- app/models/YobiUpdate.java
+++ app/models/YobiUpdate.java
... | ... | @@ -43,7 +43,7 @@ |
43 | 43 |
private static final Long UPDATE_NOTIFICATION_INTERVAL_IN_MILLIS = Configuration.root() |
44 | 44 |
.getMilliseconds("application.update.notification.interval", 60 * 60 * 1000L); |
45 | 45 |
private static final String UPDATE_REPOSITORY_URL = Configuration.root() |
46 |
- .getString("application.update.repositoryUrl", "https://github.com/naver/yobi"); |
|
46 |
+ .getString("application.update.repositoryUrl", "http://repo.yobi.io/naver/yobi"); |
|
47 | 47 |
private static final String RELEASE_URL_FORMAT = Configuration.root() |
48 | 48 |
.getString("application.update.releaseUrlFormat", |
49 | 49 |
"https://github.com/naver/yobi/releases/tag/v%s"); |
--- conf/application.conf.default
+++ conf/application.conf.default
... | ... | @@ -141,7 +141,7 @@ |
141 | 141 |
# Software Update |
142 | 142 |
# ~~~~~~~~~~~~~~~ |
143 | 143 |
# Check for updates of Yobi at this interval if it is grater than 0. |
144 |
-application.update.notification.interval = 1d |
|
144 |
+application.update.notification.interval = 1h |
|
145 | 145 |
# A url to the git repository for Yobi releases. |
146 | 146 |
application.update.repositoryUrl = "http://repo.yobi.io/naver/yobi" |
147 | 147 |
# A format to construct the url to latest Yobi release. "%s" is a format |
+++ docs/ko/relnotes/0.7.3.txt
... | ... | @@ -0,0 +1,9 @@ |
1 | +Yobi v0.7.3 릴리즈 노트 | |
2 | +======================= | |
3 | + | |
4 | +v0.7.2 이후 버그수정 | |
5 | +-------------------- | |
6 | + | |
7 | +* JGit 보안 취약점 (CVE-2014-9390) (0929763) | |
8 | +* 업데이트 확인 사이트가 repo.yobi.io 여야하는데 여전히 Github인 문제 (7a6d696) | |
9 | +* 업데이트 확인을 지나치게 자주하는 문제 (f7d072d) |
+++ docs/relnotes/0.7.3.txt
... | ... | @@ -0,0 +1,9 @@ |
1 | +Yobi v0.7.3 Release Notes | |
2 | +========================= | |
3 | + | |
4 | +Fixes since v0.7.2 | |
5 | +------------------ | |
6 | + | |
7 | +* JGit had a critical vulnerability (CVE-2014-9390) (0929763) | |
8 | +* Software Update: The update site was still Github. (7a6d696) | |
9 | +* Software Update: Yobi has checked new update too frequently. (f7d072d) |
--- project/Build.scala
+++ project/Build.scala
... | ... | @@ -28,11 +28,11 @@ |
28 | 28 |
javaEbean, |
29 | 29 |
// Add your project dependencies here, |
30 | 30 |
// Core Library |
31 |
- "org.eclipse.jgit" % "org.eclipse.jgit" % "3.5.1.201410131835-r", |
|
31 |
+ "org.eclipse.jgit" % "org.eclipse.jgit" % "3.5.3.201412180710-r", |
|
32 | 32 |
// Smart HTTP Servlet |
33 |
- "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "3.5.1.201410131835-r", |
|
33 |
+ "org.eclipse.jgit" % "org.eclipse.jgit.http.server" % "3.5.3.201412180710-r", |
|
34 | 34 |
// Symlink support for Java7 |
35 |
- "org.eclipse.jgit" % "org.eclipse.jgit.java7" % "3.5.1.201410131835-r", |
|
35 |
+ "org.eclipse.jgit" % "org.eclipse.jgit.java7" % "3.5.3.201412180710-r", |
|
36 | 36 |
// svnkit |
37 | 37 |
"sonia.svnkit" % "svnkit" % "1.7.10-scm3", |
38 | 38 |
// svnkit-dav |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?