Thu Jan 30 2003  Takeshi Horinouchi
	* ruby-netcdf-0.3.6 released
	* netcdfraw.c: debug NetCDF_free and NetCDF_close  not to close
	  a file that has already been closed
	* netcdfraw.c: debug nc_mark_obj -- incorrect typing (though in
	  many cases innocuous)
	* demo/: deleted *_withAdvancedDCL.rb (obsolete)
	
Tue Jun 11  2002 Takeshi Horinouchi
	* ruby-netcdf-0.3.5 released
	* netcdfraw.rb: eliminated references to char *na_typestring[]
          (to make the source compilable with narray-0.5.6p2)
	* lib/netcdf.rb: eliminated uri methods: this is for a future
	  incorpolation of DODS
	* demo/demo[23]*:written to use RubyDCL directly instead of AdvancedDCL

Tue Feb 26  2002 Takeshi Horinouchi
	* ruby-netcdf-0.3.4 released

Sun Feb 24  2002 Takeshi Horinouchi
	* lib/netcdf.rb: NetCDF#open minor debug

Thu Dec  27  2001 Takeshi Horinouchi
	* extconf.rb: corrected an error message

Thu Dec  26  2001 Takeshi Horinouchi
	* ruby-netcdf-0.3.3 released
	* lib/netcdf.rb: changes are made to get around a bug in NArray.
	  Should be re-changed to the original if the bug is fixed.
	  (The changed pars are marked by "TEMPORARY CHANGE 2001/12/27" in 
	  the source code)
	* netcdfraw.c: debug NetCDF_get_vars_sint
	* doc/Ref_man*rd: added the usage section.

Thu Dec  26  2001 Takeshi Horinouchi
	* ruby-netcdf-0.3.2 released
	* doc/Ref_man*rd: added a "Data Type" section. Plus, some updates
	* lib/netcdf.rb: added NetCDF#scaled_put and NetCDF#scaled_get
	* netcdfraw.c,lib/netcdf.rb: added methods to treat the "char" type

Thu Dec  26  2001 Takeshi Horinouchi
	* ruby-netcdf-0.3.1 released
	* doc/Ref_man*rd: updated
	* lib/netcdf/rb: added NetCDF#def_var_with_dim
	* netcdfraw.c: NetCDF*_eql: debug / do not redefine eql?, since the
	hash method is not refefined
	* lib/netcdf/rb: added NetCDFDim#length_ul0
	* netcdfraw.c: NetCDF#close: error will not be raised on NetcdfBadid
	* lib/netcdf/rb: added NetCDFVar#shape_current, NetCDFVar#shape_ul0
	* lib/netcdf/rb: added NetCDF.create_tmp -- temporary file
	* lib/netcdf/rb: NetCDFVar#uri returns path+'?var='+name instead
	of path+'?'+name 

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