From dcbc5ce0735e339713311431b6fca2592b603641 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 28 Feb 2007 13:23:42 +0000 Subject: Merge changes between r11913 and r11943 from ruby_1_8. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@11944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b2b5c174a..cfe09c465 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +Wed Feb 28 22:10:55 2007 Akinori MUSHA + + * doc/NEWS-1.8.0: Rename NEWS to NEWS-1.8.0. This is way too old + NEWS. + + * NEWS: Add NEWS, a document file to keep user visible feature + changes between releases. + + * configure.in (ac_cv_func_fcntl): fcntl support for MinGW. + + * missing/flock.c: workaround for MinGW. + + * ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h. + they are already checked at configure. + reported by KOBAYASHI Yasuhiro [ruby-list:43225] + + * lib/mkmf.rb ($DEFLIBPATH): default library paths ($(topdir), etc) + should be the first elements of library paths list. + reported by KOBAYASHI Yasuhiro [ruby-list:43225] + + * test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. use + target_os instead. reported by KOBAYASHI Yasuhiro [ruby-list:43225] + + * mkconfig.rb (RbConfig): add CONFIG['PATCHLEVEL'] + + * common.mk: new target dist + + * distruby.rb: new file + + * configure.in (--enable-auto-image-base): avoid the neccessity to + rebase the shared libs as much as possible; + submitted by Corinna Vinschen in + [ruby-talk:240964]. + Wed Feb 28 20:51:32 2007 URABE Shyouhei * pack.c (pack_unpack): properly ignore non-base64 octets such as -- cgit