forked from bioruby/bioruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
64 lines (46 loc) · 2.23 KB
/
Copy pathChangeLog
File metadata and controls
64 lines (46 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
commit 941493378f9884978c81d5f63ee4ed5c175d4bea
Author: Naohisa Goto <ng@bioruby.org>
Date: Mon Sep 12 20:28:28 2011 +0900
Rakefile: add new task :rechangelog to update ChangeLog using git log.
* Rakefile: add new task :rechangelog to update ChangeLog using
git log. Note that the tag name (currently 1.4.2) is hardcoded
in Rakefile.
Rakefile | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
commit 1c89e6546223c3c05ea79b8ade4b493580851efa
Author: Naohisa Goto <ng@bioruby.org>
Date: Mon Sep 12 20:24:49 2011 +0900
renamed ChangeLog to doc/ChangeLog-before-1.4.2
ChangeLog | 5013 --------------------------------------------
doc/ChangeLog-before-1.4.2 | 5013 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 5013 insertions(+), 5013 deletions(-)
delete mode 100644 ChangeLog
create mode 100644 doc/ChangeLog-before-1.4.2
commit 2233fbada55034bd16fb5b9c642292b4b6ccca83
Author: Naohisa Goto <ng@bioruby.org>
Date: Mon Sep 12 20:22:49 2011 +0900
ChangeLog updated: add log about 1.4.2 release
ChangeLog | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
commit 1c02ab0488e4097a2cf5c16180c3179c78e3d572
Author: Naohisa Goto <ng@bioruby.org>
Date: Mon Sep 12 19:40:54 2011 +0900
New RELEASE_NOTES.rdoc for next release version.
RELEASE_NOTES.rdoc | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 47 insertions(+), 0 deletions(-)
create mode 100644 RELEASE_NOTES.rdoc
commit 4e63e69e98c0c440ec476ef3407fcc8fd2411056
Author: Naohisa Goto <ng@bioruby.org>
Date: Mon Sep 12 19:32:48 2011 +0900
renamed RELEASE_NOTES.rdoc to doc/RELEASE_NOTES-1.4.2.rdoc
RELEASE_NOTES.rdoc | 132 ------------------------------------------
doc/RELEASE_NOTES-1.4.2.rdoc | 132 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 132 insertions(+), 132 deletions(-)
delete mode 100644 RELEASE_NOTES.rdoc
create mode 100644 doc/RELEASE_NOTES-1.4.2.rdoc
commit 9c5c8cafc3ec372ef80aa20d01d13034f94d5af2
Author: Naohisa Goto <ng@bioruby.org>
Date: Fri Sep 2 12:02:41 2011 +0900
Bio::BIORUBY_EXTRA_VERSION set to ".5000" (unstable version).
lib/bio/version.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)