]> 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 05b95c3bd71567a650150f336d7a5de42273ba48..63569aedef4c561430769901bec94fb37bbc851a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,427 @@
+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
+       corresponding list box to provide for more URL's to be listed.
+       Modified the position of the Back, Next and Cancel buttons to
+       correspond to the new size of the dialog.
+
+2000-09-13  DJ Delorie  <dj@redhat.com>
+
+       * install.cc (do_install): update disk fullness once per package
+       to improve performance
+
+       * choose.cc (create_listview): call ReleaseDC
+
+Mon Sep 11 22:40 2000  Harold L Hunt II <harold@compasstechnologies.com>
+
+       * mkdir.cc: Create directories when ERROR_FILE_NOT_FOUND is
+       returned, as it seems Samba 2.0.6+ returns this instead of
+       ERROR_PATH_NOT_FOUND
+       
+Mon Sep 11 19:35:24 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * site.cc (get_initial_list_idx): Don't default to saved URL if it
+       refers to sources.
+
+2000-09-07  DJ Delorie  <dj@redhat.com>
+
+       * splash.cc: use version.h, not local decl
+       * res.rc: add "old version" message
+       * resource.h: ditto
+       * version.h: new
+       * fromcwd.cc (canonicalize_version): make global
+       * iniparse.y: add setup-version support, fix bug in blank line
+       handling
+
+       * inilex.l: add [exp] as alias for [test], add setup-version
+       * Makefile.in (version.c): add setup-version tag
+
+       * desktop.cc (do_desktop): remove 1.1 version number
+       (do_desktop_setup): ditto
+
+       * ini.cc (do_ini): zero out package list just in case we redo it.
+
+2000-09-07  Jeffrey Juliano  <juliano@cs.unc.edu>
+
+       * choose.cc (list_click): Check for nindexes==0; if so, return.
+
+2000-09-06  Andrej Borsenkow  <Andrej.Borsenkow@mow.siemens.ru>
+
+       * localdir.cc: new, local package directory selection dialog; cd
+       into selected directory
+       * Makefile.in (OBJS): add localdir.o
+       * dialog.h: add prototype for do_local_dir
+       * main.cc (WinMain): initialize local_dir to cwd; add call to
+       do_local_dir
+       * net.cc (dialog_cmd): make DO_LOCAL_DIR next dialog
+       * source.cc (dialog_cmd): ditto
+       * res.rc: add DO_LOCAL_DIR dialog; remove "current directory" from
+       presented choices in IDD_SOURCE; add IDS_ERR_CHDIR error string
+       * resource.h: defines for DO_LOCAL_DIR dialog; define IDS_ERR_CHDIR
+       * root.cc (dialog_cmd): make DO_LOCAL_DIR previous dialog
+       * state.h: add local_dir variable
+
+2000-09-06  Brian Keener  <bkeener@thesoftwaresource.com>
+
+       * desktop.cc: added logic to handle to the new dialog and to
+       default the setting for the new checkboxes based on whether the
+       desktop icon or start menu link already exist.
+       (desktop_icon): correction to desktop directories for desktop icon
+       creation.  Additional logic added for Win95 which does not appear
+       to have Common Directories so if Common selected and null uses
+       normal directory.
+       (start_menu): Additional logic added for Win95 which does not
+       appear to have Common Directories so if Common selected and null
+       uses normal directory.
+       (do_desktop_setup): moved the saving of the icon, creation of the
+       bat file, profile, passwd, Start Menu link and desktop shortcut to
+       this method from do_desktop.  Made the creation of the desktop
+       icon and start menu link conditional on settings of new dialog
+       created for desktop.
+       * install.cc (do_install): changed next from IDD_S_DESKTOP to
+       IDD_DESKTOP.
+       * main.cc (WinMain): changed case IDD_S_DESKTOP to IDD_DESKTOP.
+       * res.rc: added new resource to create a desktop dialog with 2
+       checkboxes for creating the desktop icon and start menu link.
+       * resource.h: changed IDD_S_DESKTOP to IDD_DESKTOP and added two
+       new controls: IDC_ROOT_MENU and IDC_ROOT_DESKTOP for new dialog.
+       * state.h: added root_menu and root_desktop for use in dialog.
+
+2000-08-29  DJ Delorie  <dj@redhat.com>
+
+       * choose.cc (scan_downloaded_files): scan for existing files, so
+       that the user only sees new downloads.
+
+       * nio-ie5.cc (NetIO_IE5): pre-check for wininet.dll, enable dial-up
+       * site.cc (do_site): if we can't download the mirror list, go back
+       to the net setup box to choose another transport.
+       * autoload.c: add more functions
+       * Makefile.in (ALL_DEP_LDLIBS): remove wininet.a
+       * resource.h: add WININET message
+
+       * net.cc (do_net): no longer default to IE5
+       * simpsock.h (class SimpleSocket): new, simplify socket operations
+       * simpsock.cc: ditto
+       * nio-http.h: new, for direct http protocol
+       * nio-http.cc: ditto
+       * nio-ftp.h: new, for direct http protocol
+       * nio-ftp.cc: ditto
+       * netio.cc (set_url): move initialization here to handle redirections
+       (open): add direct http/ftp
+       * netio.h (NetIO::set_url): new
+
+       * log.cc (log_save): create directory for log if needed
+
+       * hash.cc, hash.h: new
+       * Makefile: add hash.o
+       * choose.cc: enable "uninstall" option
+       * download.cc: invert action test to accomodate uninstalling
+       * ini.h: add ACTION_UNINSTALL
+       * install.cc: add uninstall functionality
+       * res.rc: make install tag changeable
+       * resource.h: add uninstall resources
+
+       * res.rc: update mirror list URL
+       
+2000-08-24  DJ Delorie  <dj@redhat.com>
+
+       * log.cc, log.h: new files
+       * Makefile.in (OBJS): add log.o
+       * tar.cc: use exit_setup instead of exit
+       * dialog.cc (fatal): use exit_setup instead of ExitProcess
+       * msg.cc (fatal): ditto
+       * install.cc (dialog_cmd): ditto
+       * ini.cc (do_ini): ditto
+       * main.cc (main): add logging
+       * source.cc (do_source): ditto
+       * root.cc (do_source): ditto
+       * site.cc (do_site): ditto
+       * other.cc (do_other): ditto
+       * net.cc (do_net): ditto
+       * choose.cc (do_choose): ditto
+       * download.cc (do_download): ditto
+       * install.cc (do_install): ditto
+       * msg.cc (fatal): ditto
+
+       * res.rc: mark password boxes as *being* password boxes.
+
+       * fromcwd.cc (canonicalize_version): use multiple buffers so that multiple
+       calls won't use the same buffer.
+       * choose.cc (create_listview): don't default to full list if no changes
+       (base): return computed value, not temporary :-(
+       (do_choose): don't use installed.db if we're only downloading.
+
+2000-08-23  DJ Delorie  <dj@redhat.com>
+
+       * nio-ie5.cc (NetIO_IE5): Fix authentication logic
+       * nio-ie5.h (flush_io): new
+       * netio.cc (load_dialog): note when we're initializing the dialog
+       box, and ignore changes to the edit fields then.
+
+2000-08-21  DJ Delorie  <dj@redhat.com>
+
+       * README: Update
+
+       * fromcwd.cc (found_file): don't remember the canonicalized version
+
+       * choose.cc (paint): print "nothing to do" message when list is empty.
+       (build_labels): Use version "0.0" if no version is available.
+       (create_listview): default to full list if nothing to install/update.
+       (base): new, returns basename of file
+       (read_installed_db): compare base names, not full paths
+
+2000-08-11  DJ Delorie  <dj@redhat.com>
+
+       * choose.cc: add new chooser dialog
+       * fromcwd.cc: use IDD_CHOOSE
+       * ini.cc: use IDD_CHOOSE
+       * main.cc: use IDD_CHOOSE
+       * ini.h: cosmetic changes
+       * res.rc: add choose dialog, bitmaps
+       * choose-spin.bmp: new
+       * choose-rtarrow.bmp: new
+       * resource.h: add choose dialog controls
+
+       * mount.cc: remove debug statement
+       
+2000-08-08  DJ Delorie  <dj@redhat.com>
+
+       * Makefile.in (version.c): make version checking more robust
+       * splash.cc (load_dialog): handle case where there's no version
+
+2000-08-07  DJ Delorie  <dj@redhat.com>
+
+       * (all): add cvsid tags
+       * Makefile.in: generate version.c from ChangeLog, add splash.o
+       * splash.o: new
+       * res.rc: add splash screen
+       
+2000-08-02  DJ Delorie  <dj@redhat.com>
+
+       * net.cc: remove proxy password code
+       * res.rc: remove proxy user/pass from net, add auth dialogs
+       * netio.cc,h: add sys/proxy auth methods
+       * nio-ie5: use them, check for http status codes
+       * state.h: add system authorization
+
+       * concat.cc (concat): canonicalize x:// to x:/ (exception to ://
+       meaning an url)
+
+2000-08-02  Norman Vine <nhv@yahoo,com>
+
+       * msg.cc (mbox): added MB_TOPMOST to MessageBox type flags
+
+2000-08-01  DJ Delorie  <dj@redhat.com>
+
+       * postinstall.cc (each): don't rename files we ignore
+       (do_postinstall): set CYGWINROOT to root_dir, chdir there
+
+       * desktop.cc: have /etc/profile call ~/.profile and ~/.bashrc
+
+2000-07-31  DJ Delorie  <dj@redhat.com>
+
+       * desktop.cc: reverse PATH so /usr/bin precedes /bin
+
+2000-07-18  DJ Delorie  <dj@redhat.com>
+
+       * autoload.c: new, autoload dlls that might not be available.
+       * Makefile.in (OBJS): add autoload.o
+
+       * res.rc: rewrite root options (text/binary, system/user) to be
+       more obvious.
+
+       * site.cc (get_site_list): trim displayed URL, sort by domain
+
+       * net.cc (do_net): make IE5 default to checked, for now
+
+       * choose.cc (do_choose): sort packages correctly
+       * ini.cc (do_ini): handle parse errors more gracefully
+       (yyerror): ditto
+       (fprintf): line buffer output
+       (do_ini): if we can't load setup.ini, go back to the site list.
+       * ini.h: add "unknown" trust level
+       * inilex.l: absorb unknown trust levels and key/value pairs,
+       add line number logic
+       * iniparse.y: handle parse errors more gracefully.
+       * install.cc: skip packages with no valid install entry
+
+2000-07-17  DJ Delorie  <dj@cygnus.com>
+
+       * coding standards fixups, many files
+       * mkdir.cc: warn about deletions *before* deleting them
+
+2000-07-17  Jeff Juliano  <juliano@cs.unc.edu>
+
+       * res.rc (IDD_OTHER_URL): reorder to give default focus to entry
+
+       * other.cc (dialog_cmd): save download site URL
+       * site.cc (get_root_dir): new
+       (save_mirror_site): new
+       (dialog_cmd): save download site URL
+       (get_site_list): make list big enough to add prev site
+       (get_initial_list_idx): new, read last-used URL from file and
+       append it to site_list
+       (do_site): call get_initial_list_idx
+
+       * concat.cc (concat): avoid segfault when first parm is null
+       
+2000-07-13  DJ Delorie  <dj@cygnus.com>
+
+       * postinstall.cc: new
+       * Makefile.in: add postinstall.o
+       * concat.h: add backslash ()
+       * concat.cc: ditto
+       * desktop.cc (etc_profile): don't do postinstall
+       (backslash): moved to concat.cc
+       (uexists): new
+       (make_postinstall_script): run directly
+       (do_desktop): chain to do_postinstall
+       * dialog.h: add exit_msg, do_postinstall
+       * download.cc: use exit_msg
+       * install.cc: ditto
+       * main.cc: add postinstall, exit_msg
+       * resource.h: add postinstall
+       * README: add more to-do items
+
+2000-07-12  DJ Delorie  <dj@cygnus.com>
+
+       * desktop.cc: add /etc/postinstall/ support
+       * install.cc: add more "standard" directories
+
 2000-07-11  DJ Delorie  <dj@cygnus.com>
 
        * desktop.cc: create /etc/profile
@@ -471,3 +895,6 @@ Sat Apr  1 20:48:09 2000  Christopher Faylor <cgf@cygnus.com>
        * zlib/acinclude.m4: New file.
        * zlib/configure: Regenerate from configure.in.
        * zlib/Makefile.in: Regenerate from Makefile.am
+
+%%% $Id$
+$Revision$
This page took 0.03332 seconds and 5 git commands to generate.