Yi EungJun 2014-08-14
Yobi 0.6.2
It is the second maintenance release of Yobi 0.6.

This fixes a major bug of pullrequest and some others.

Reviewed-by: insanehong 
@62e6f7dc22c543454ca7382a06a799905326315e
conf/version.conf
--- conf/version.conf
+++ conf/version.conf
@@ -1,1 +1,1 @@
-app.version="0.6.2-SNAPSHOT"
+app.version="0.6.2"
 
docs/ko/relnotes/0.6.2.txt (added)
+++ docs/ko/relnotes/0.6.2.txt
@@ -0,0 +1,12 @@
+Yobi v0.6.2 릴리즈 노트
+=======================
+
+v0.6.1 이후 버그수정
+--------------------
+
+* 심볼릭 링크가 들어있는 코드 저장소를 갖고 있는 프로젝트에 코드를 보내려고
+  할 때 서버 에러가 발생할 수 있는 문제 (3d46616)
+* 코드를 보낼 때 제목/본문이 자동으로 채워지지 않는 문제 (bf104ca)
+* 이슈 본문 우측 영역 크기가 좌우로 변하는 문제 (d783e76)
+* 이슈 편집 페이지에서 저장할 때 단일 선택만 가능한 카테고리의 이슈 라벨을
+  둘 이상 선택하면 서버 에러가 발생할 수 있는 문제 (8617bf1)
 
docs/relnotes/0.6.2.txt (added)
+++ docs/relnotes/0.6.2.txt
@@ -0,0 +1,13 @@
+Yobi v0.6.2 Release Notes
+=========================
+
+Fixes since v0.6.1
+------------------
+
+* A server error might occur when send a pullrequest to a repository which has
+  a symlink. (3d46616)
+* When send a pullrequest, its body and title is not filled automatically.
+  (bf104ca)
+* The width of the right pane of an issue was changed occasionally. (d783e76)
+* A server error occured when users try to choose two or more issue labels in
+  a exclusive category while updating an issue. (8617bf1)
Add a comment
List