Skip to content

Commit 58436b5

Browse files
committed
prepare 0.7.0
1 parent d85a1d4 commit 58436b5

File tree

4 files changed

+33
-32
lines changed

4 files changed

+33
-32
lines changed

.gopmfile

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,43 @@ path = github.com/gogits/gogs
33

44
[deps]
55
github.com/bradfitz/gomemcache = commit:72a68649ba
6-
github.com/Unknwon/cae = commit:2e70a1351b
7-
github.com/Unknwon/com = commit:47d7d2b81a
8-
github.com/Unknwon/i18n = commit:7457d88830
9-
github.com/Unknwon/paginater = commit:cab2d086fa
10-
github.com/codegangsta/cli = commit:142e6cd241
6+
github.com/codegangsta/cli = commit:70e3fa5
7+
github.com/go-macaron/binding = commit:864a5ce
8+
github.com/go-macaron/cache = commit:5617353
9+
github.com/go-macaron/captcha = commit:875ff77
10+
github.com/go-macaron/csrf = commit:75c2b04
11+
github.com/go-macaron/gzip = commit:4938e9b
12+
github.com/go-macaron/i18n = commit:5e728b6
13+
github.com/go-macaron/inject = commit:c5ab7bf
14+
github.com/go-macaron/session = commit:66031fc
15+
github.com/go-macaron/toolbox = commit:ddfcf96
1116
github.com/go-sql-driver/mysql = commit:527bcd55aa
1217
github.com/go-xorm/core = commit:3e10003353
13-
github.com/go-xorm/xorm = commit:803f6db50c
18+
github.com/go-xorm/xorm = commit:8bf4405
1419
github.com/gogits/chardet = commit:2404f77725
15-
github.com/gogits/go-gogs-client = commit:519eee0af0
16-
github.com/issue9/identicon =
17-
github.com/lib/pq = commit:b269bd035a
18-
github.com/go-macaron/binding =
19-
github.com/go-macaron/cache =
20-
github.com/go-macaron/captcha =
21-
github.com/go-macaron/csrf =
22-
github.com/go-macaron/gzip =
23-
github.com/go-macaron/i18n =
24-
github.com/go-macaron/session =
25-
github.com/go-macaron/toolbox =
26-
github.com/klauspost/compress =
27-
github.com/klauspost/crc32 =
28-
github.com/klauspost/cpuid =
29-
github.com/mattn/go-sqlite3 = commit:b808f01f66
30-
github.com/mcuadros/go-version = commit:d52711f8d6
31-
github.com/microcosm-cc/bluemonday = commit:85ba47ef2c
32-
github.com/mssola/user_agent = commit:a163d6a569
20+
github.com/gogits/go-gogs-client = commit:1030bf8
21+
github.com/issue9/identicon = commit:5a61672
22+
github.com/klauspost/compress = commit:0449b1c
23+
github.com/klauspost/cpuid = commit:8d9fe96
24+
github.com/klauspost/crc32 = commit:f8d2e12
25+
github.com/lib/pq = commit:83c4f41
26+
github.com/mattn/go-sqlite3 = commit:5651a9d
27+
github.com/mcuadros/go-version = commit:d52711f
28+
github.com/microcosm-cc/bluemonday = commit:4ac6f27
29+
github.com/mssola/user_agent = commit:783ec61
3330
github.com/msteinert/pam = commit:6534f23b39
3431
github.com/nfnt/resize = commit:dc93e1b98c
35-
github.com/russross/blackfriday = commit:8cec3a854e
36-
github.com/shurcooL/sanitized_anchor_name = commit:244f5ac324
32+
github.com/russross/blackfriday = commit:510be64
33+
github.com/shurcooL/sanitized_anchor_name = commit:10ef21a
34+
github.com/Unknwon/cae = commit:7f5e046
35+
github.com/Unknwon/com = commit:28b053d
36+
github.com/Unknwon/i18n = commit:7457d88830
37+
github.com/Unknwon/paginater = commit:7748a72
3738
golang.org/x/net =
3839
golang.org/x/text =
39-
gopkg.in/gomail.v2 = commit:b1e55520bf
40-
gopkg.in/macaron.v1 =
41-
gopkg.in/ini.v1 = commit:e8c222fea7
40+
gopkg.in/gomail.v2 = commit:df6fc79
41+
gopkg.in/ini.v1 = commit:060d7da
42+
gopkg.in/macaron.v1 = commit:1c6dd87
4243
gopkg.in/redis.v2 = commit:e617904962
4344

4445
[res]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
55

66
![](public/img/gogs-large-resize.png)
77

8-
##### Current version: 0.6.28 Beta
8+
##### Current version: 0.7.0 Beta
99

1010
<table>
1111
<tr>

gogs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/gogits/gogs/modules/setting"
1818
)
1919

20-
const APP_VER = "0.6.28.1107 Beta"
20+
const APP_VER = "0.7.0.1107 Beta"
2121

2222
func init() {
2323
runtime.GOMAXPROCS(runtime.NumCPU())

templates/.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.28.1107 Beta
1+
0.7.0.1107 Beta

0 commit comments

Comments
 (0)