]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - ChangeLog
* download.cc (get_file_size): Check for INVALID_HANDLE_VALUE instead
[cygwin-apps/setup.git] / ChangeLog
index cf84b223420b0a6c2b15e63b8c1f8352db4c4d0f..63569aedef4c561430769901bec94fb37bbc851a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,137 @@
+Wed Feb 21 13:05:00 2000  Corinna Vinschen <vinschen@redhat.com>
+
+       * download.cc (get_file_size): Check for INVALID_HANDLE_VALUE instead
+       for NULL.
+
+Wed Feb 21 11:21:00 2000  Corinna Vinschen <vinschen@redhat.com>
+
+       * download.cc (download_one): Add missing parenthesis.
+
+Mon Feb 19 18:59:00 2000  Corinna Vinschen <vinschen@redhat.com>
+
+       * download.cc (get_file_size): New function. Eliminates the need
+       to call `stat'.
+       (download_one): Call `get_file_size' instead of `stat'. This
+       workarounds a problem with mingw's `stat' call.
+
+2001-02-07  Earnie Boyd  <earnie@users.sourceforge.net>
+
+       * Makefile.in: (%.o: %.rc): Specify --include-dir $(w32api_include).
+       This is to allow cinstall to build with 2.95.2-7 and to make the
+       use of headers consistent.
+
+2000-12-26  Earnie Boyd  <earnie_boyd@yahoo.com>
+
+       * Makefile.in (autoload.o): Add target to specify -fno-inline-functions
+
+Tue Dec 26 03:46:00 2000  Matt Hargett  <matt@use.net>
+
+       * winsup/cinstall/res.rc: Added accelerators and improved focus
+       order.
+
+2000-12-10  Egor Duda <deo@logos-m.ru>
+
+       * choose.cc (paint): Use system background color for text output.
+
+Sun Dec 10 19:05:25 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * Makefile.in: Use CXX for linking and for compiling .cc files.
+       * configure.in: Find correct c++ compiler.
+       * configure: Regenerate.
+
+2000-11-17  DJ Delorie  <dj@redhat.com>
+
+       * splash.cc (load_dialog): Make message more obvious.
+       * res.rc: Ditto.
+
+Fri Nov 17 17:15:21 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * Makefile.in: Use g++ to link so that libstdc++.a gets used.  This is
+       necessary for newer compilers.
+
+Wed Nov 9  2:19:00 2000  Corinna Vinschen <vinschen@redhat.com>
+
+       * desktop.cc: Include "ini.h" and "version.h".
+       (make_passwd_group): Skip the function on 9x/ME boxes when an
+       older version of Cygwin has been installed which doesn't
+       support mkpasswd/mkgroup on 9x/ME.
+       * install.cc: Move the `LOOP_PACKAGES' and `pi' macros to...
+       * ini.h: ...here.
+
+Wed Nov 8 17:10:00 2000  Corinna Vinschen <vinschen@redhat.com>
+
+       * desktop.cc (make_passwd_group): Don't exit when started
+       on 9x/ME since mkpasswd/mkgroup are usable on 9x/ME now.
+
+Sun Nov 5 12:51:42 2000  Jason Tishler  <jt@dothill.com>
+
+       * install.cc (do_install): Add call to set_cygdrive_flags to sync
+       the mount modes.
+       * mount.cc (set_cygdrive_flags): New function.
+       (get_cygdrive_flags): Ditto.
+       (default_cygdrive): Ditto.
+       (set_cygdrive_flags): Ditto.
+       * mount.h: Add prototype for set_cygdrive_flags.
+
+2000-10-23  DJ Delorie  <dj@redhat.com>
+
+       * ini.h: add source actions
+       * fromcwd.cc: check for available sources
+       * res.rc: add checkbox bitmaps
+       * resource.h: ditto
+       * check-*.bmp: new
+       * choose.cc: add source column
+       * download.cc: download sources if called for
+       * install.cc: [un]install sources too
+
+2000-10-22  DJ Delorie  <dj@redhat.com>
+
+       * choose.cc (build_labels): Don't skip TRUST_PREV completely; only
+       ignore it wrt full_list if there's already a version installed.
+       (do_choose): Sort the list.
+       (package_sort): New.
+
+2000-10-12  DJ Delorie  <dj@redhat.com>
+
+       * res.rc: Add more error strings.
+       * resource.h: Ditto.
+       * iniparse.y (new_package): re-initialize if needed.
+       * download.cc (do_download): Keep track of errors; notify and
+       allow retry.
+       * install.cc (do_install): Ditto.
+
+2000-10-05  DJ Delorie  <dj@redhat.com>
+
+       * Makefile.in: fix %.cc rule
+
+2000-10-04  DJ Delorie  <dj@redhat.com>
+
+       * desktop.cc: quote HOME and USER, don't . ./.profile
+
+       * choose.cc (build_labels): don't include in partial list just
+       because there's a *previous* version available.
+
+       * install.cc (do_install): if installing from local directory with
+       setup.ini and the file isn't found, look in "." also.  Note errors.
+
+2000-10-02  DJ Delorie  <dj@redhat.com>
+
+       * ini.cc (do_ini): save setup.ini locally
+
+2000-10-02  Chris Abbey  <cabbey@bresnanlink.net>
+
+       * desktop.cc: quote escapes in prompt
+
+2000-10-02  Jason Tishler  <jt@dothill.com>
+
+       * root.cc (is_admin): New function.
+       (read_mount_table): Check for administrative priviledges and set
+       installation scope as appropriate.
+
+2000-09-28  DJ Delorie  <dj@redhat.com>
+
+       * nio-ftp.cc (ftp_line): handle continuations more robustly
+
 2000-09-14  Brian Keener  <bkeener@thesoftwaresource.com>
 
        * res.rc: increased the size of the site dialog (IDD_SITE) & the
This page took 0.024998 seconds and 5 git commands to generate.