[BioRuby-cvs] bioruby ChangeLog,1.33,1.34 gemspec.rb,1.2,1.3
Katayama Toshiaki
k at pub.open-bio.org
Wed Aug 10 08:57:03 EDT 2005
Update of /home/repository/bioruby/bioruby
In directory pub.open-bio.org:/tmp/cvs-serv6562
Modified Files:
ChangeLog gemspec.rb
Log Message:
* prepared for 0.6.4 release
Index: gemspec.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/gemspec.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** gemspec.rb 7 Aug 2005 08:22:32 -0000 1.2
--- gemspec.rb 10 Aug 2005 12:57:01 -0000 1.3
***************
*** 4,8 ****
spec = Gem::Specification.new do |s|
s.name = 'bioruby'
! s.version = "0.6.3"
s.author = "BioRuby project"
s.email = "staff at bioruby.org"
--- 4,8 ----
spec = Gem::Specification.new do |s|
s.name = 'bioruby'
! s.version = "0.6.4"
s.author = "BioRuby project"
s.email = "staff at bioruby.org"
Index: ChangeLog
===================================================================
RCS file: /home/repository/bioruby/bioruby/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** ChangeLog 9 Aug 2005 11:38:37 -0000 1.33
--- ChangeLog 10 Aug 2005 12:57:01 -0000 1.34
***************
*** 1,2 ****
--- 1,12 ----
+ 2005-08-10 Toshiaki Katayama <k at bioruby.org>
+
+ * BioRuby 0.6.4 is released.
+
+ * Sequence#to_re method to have compatibility with 0.6.2 for RNA
+ * Fixed Bio::Fastacmd#fetch to work
+ * Bio::Fastacmd and Bio::Bl2seq classes (introduced in 0.6.3) are
+ renamed to Bio::Blast::Fastacmd, Bio::Blast::Bl2seq respectively.
+ * new and open method of the Bio::FlatFile are refactored.
+
2005-08-09 Toshiaki Katayama <k at bioruby.org>
More information about the bioruby-cvs
mailing list