Thu Dec  23  2001 Takeshi Horinouchi
	* ruby-netcdf-0.3.0 released
	* netcdfraw.c: NetCDFVar#vartype is aliased to NetCDFVar#ntype
	* INSTALL: updated
	* extconf.rb: updated thoroughly (better handling of dependent libs)
	* lib/netcdr.rb: NetCDF.open: changed mode specification --
	  it became much closer to that for the File class
          (Also, NetCDF.create was changed a little -- but no effect for users)
	* netcdfraw.c: NetCDF_open was modified to be a simple wrapper
	  only of nc_open.
	* netcdfraw.c: completely renew NetCDF_put_att__ --> NArray available
	  (accordingly changed are NetCDF_(put_att|put_att_var|att_put), and
	   lib/netcdf.rb:NetCDF(|Var)#put_att,NetCDFAtt#put)
	* netcdfraw.c: minor debug -- eliminate global variables rb_cNetCDF*
	* netcdfraw.c: initialization of mNumRu was improved

Thu Dec  7  2001 Takeshi Horinouchi
	* ruby-netcdf-0.2.0 released
	* lib/netcdf.rb: debug NetCDFVar#[], NetCDFVar#[]=
	* doc/Ref_man[_jp].rd: updated
	* netcdfraw.c: added clone methods 
	* netcdfraw.c: added security check
	    nc_open, nc_create: Check_SafeStr(filename)
	    file modifying methods: rb_secure(4)
	    file reading methods: taint return values 
	* netcdfraw.c: remove unused def of "new" (it's in netcdf.rb)

Thu Dec  6  2001 Takeshi Horinouchi
	* ruby-netcdf-0.1.10 released
	* demo/demo2-graphic.rb  adapted to advanceddcl-0.2.0
	* demo/demo3-ncepclim.rb  minor change
	* netcdfraw.c: rename mNum as mNumRu; initialize it only at first time
	* mkdir test/; mv test.rb test/; and updated test.rb (to include NumRu)
	* correctet ChangeLog
	
?? Nov? ??  2001  Naoki Kawanabe (log added by Horinouchi)
	* netcdf.rb added NetCDFVar#[] and NetCDFVar#[]= 

Sat Nov 16  2001  Takeshi Horinouchi
	* netcdf.rb: added NetCDFVar.new, NetCDFVar.open (these are the same)
	
Sat Nov ??  2001  Naoki Kawanabe (log added by Horinouchi)
	* ruby-netcdf-0.1.9 released
	* extconf.rb debug

Sat Nov 03  2001  Naoki Kawanabe
	* ruby-netcdf-0.1.7 released (memo by Horinouchi: this should be 0.1.8)
	* changed install directry (require 'netcdf' -> require
	'numru/netcdf')
	* added module 'NumRu'
	* changed class name (NetCDF -> NumRu::NetCDF etc.)
 	* demo program renewed
Thu Oct 25  2001  Takeshi Horinouchi

	* ruby-netcdf-0.1.7 released
	* doc/Ref_man.rd  Created (English translation)
	* doc/Ref_man_jp.rd  Revised
	* netcdfraw.c, NetCDF_att_copy: support file as a destination
	  (global attribute)
	
Thu Oct 23  2001  Takeshi Horinouchi

	* doc/Ref_man_jp.html regenerated from doc/Ref_man_jp.rd
	* doc/Ref_man_jp.rd  Revised.
	* doc/Ref_man_jp.rd  index added.
	
Thu Oct 23  2001  Takeshi Horinouchi

	* ruby-netcdf-0.1.6 released
	* NetCDFruby is renamed to RubyNetCDF.
	  Documents are changed accordingly.
	* INSTALL was made
	* Ref_man_jp.rd: a bit modified
	* documents moved to doc/
	* Ref_man_jp.[doc|pdf] is renamed to Ref_man_jp_obsolete.[doc|pdf]
	  Will not be maintained any more.
	
Fri Oct 05, 2001  Naoki Kawanabe <kawanabe@kurasc.kyoto-u.ac.jp>
	
	* version 0.1.5 released
	* added Ref_man_jp.rd and Ref_man_jp.html (in Japanese)
	
Wed Sep 21, 2001  Takeshi Horiouchi <horinout@kurasc.kyoto-u.ac.jp>

	* version 0.1.4 released
	* netcdfraw.c: debug  get_var_<type>  correct dimension order
	* test.rb truely get rid of xmp
	
Wed Sep 20, 2001  Takeshi Horiouchi <horinout@kurasc.kyoto-u.ac.jp>

	* version 0.1.3 released
	* README_JP.txt modified accordingly
	* extconf.rb modifyed (support the "test" target)
	* netcdf.rb: debug (NetCDFAtt#put)
	* netcdfraw.c: debug (NetCDF_put_att, NetCDF_put_att_var)
	* test.rb --> debug (usage of NetDCFAtt#put)
	* test.rb --> do not use xmp. Accordingly, xmp.rb is removed from
	  the package
	
Wed Sep 20, 2001  Takeshi Horiouchi <horinout@kurasc.kyoto-u.ac.jp>

	* version 0.1.2 re-released
	* xmp.rb (an almost standard program) is copied to the top directory
	* version 0.1.2 released
	* changed extconf.rb
	  use standard mkmf.rb
	  Makefile modified after creation by mkmf
	* mv netcdf.rb lib/netcdf.rb

Wed Sep 19, 2001  Takeshi Horiouchi <horinout@kurasc.kyoto-u.ac.jp>

	* started ToDo list
	
Wed Sep 19, 2001  Takeshi Horiouchi <horinout@kurasc.kyoto-u.ac.jp>

	* version 0.1.1 released
	* Reference manual (in japanese) updated and renamed to Ref_man_jp*
	* mkmf.rb changed (*.nc included for cleaning), README_JP.txt
	  changed accordingly
	* demo directly added:
	  demo/demo1-create-alt.rb
	  demo/demo1-create.rb
	  demo/demo2-graphic.rb
	  demo/demo2-graphic_old.rb
	  demo/demo3-ncepclim.rb
	* netcdfraw.c: NetCDFDim#unlimdim? added
	* (acutally on Sep 12) netcdf.rb: NetCDFVar#put_att added
	  NetCDF#put_att debug
	* (acutally on Sep 12) netcdfraw.c: a number of debug,
	  NetCDF_put_att_var (NetCDFVar#put_attraw) added
	
Wed Sep 19, 2001  Toshihiro Sakakima <sakakima@kurasc.kyoto-u.ac.jp>

	* version 0.01 released