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