Showing 2 changed files with 9 additions and 6 deletions
+8 -5
CHANGES
... ...
@@ -1,18 +1,21 @@
1
-2.3
1
+2.3 ()
2 2
   - Sorry, I found critical database specification mistake.
3 3
     I must fix pull_request and pull_request_message table.
4 4
     All your pull requests is removed. Please create Pull request again by the following command.
5 5
     
6
-    old/fix_v2_pull_request data/gitprep.db
6
+      old/fix_v2_pull_request data/gitprep.db
7 7
 
8
-2.2 (4 June 2016)
8
+2.2.1 (2016-06-14)
9
+  - fix _search page error bug.
10
+2.2 (2016-06-04)
11
+>>>>>>> master
9 12
   - add command line merging interface to pull request page
10 13
   - add createing patch feture to pull request page
11
-2.1 (31 May 2016)
14
+2.1 (2016-05-31)
12 15
   - default login session time become 2 weeks and delete save check box.
13 16
   - Fix commits page author links.
14 17
   - add admin page link.
15
-2.0 (7 May 2016)
18
+2.0 (2016-05-07)
16 19
   - drop Perl 5.8 support, now require Perl 5.10.1
17 20
   - use own temparaly directory when creating repositoy with readme file. Now not use /tmp.
18 21
   - add Mojolicious::Plugin::DBViewer to cpanfile
+1 -1
lib/Gitprep.pm
... ...
@@ -17,7 +17,7 @@ use Time::Moment;
17 17
   eval {require Digest::SHA; import Digest::SHA qw(sha1 sha1_hex)};
18 18
 }
19 19
 
20
-our $VERSION = 'v2.2';
20
+our $VERSION = 'v2.2.1';
21 21
 
22 22
 has 'dbi';
23 23
 has 'git';