public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* setup ChangeLog
@ 2013-07-22 20:39 corinna
  0 siblings, 0 replies; 42+ messages in thread
From: corinna @ 2013-07-22 20:39 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	corinna@sourceware.org	2013-07-22 20:39:56

Modified files:
	.              : ChangeLog 

Log message:
	Fix typo

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.816&r2=2.817


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2013-07-02  2:46 cgf
  0 siblings, 0 replies; 42+ messages in thread
From: cgf @ 2013-07-02  2:46 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2013-07-02 02:46:31

Modified files:
	.              : ChangeLog 

Log message:
	fix dates

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.804&r2=2.805


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2011-08-14 10:40 corinna
  0 siblings, 0 replies; 42+ messages in thread
From: corinna @ 2011-08-14 10:40 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	corinna@sourceware.org	2011-08-14 10:40:26

Modified files:
	.              : ChangeLog 

Log message:
	Fix date in ChangeLog entry.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.756&r2=2.757


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2010-08-29 10:08 jturney
  0 siblings, 0 replies; 42+ messages in thread
From: jturney @ 2010-08-29 10:08 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	jturney@sourceware.org	2010-08-29 10:08:57

Modified files:
	.              : ChangeLog 

Log message:
	2010-08-29  Jon TURNEY <jon.turney@dronecode.org.uk>
	
	* postinstall.cc (do_postinstall_thread): Don't run postinstall
	scripts belonging to a just installed package twice.
	* script.h (Script): Add operator ==

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.721&r2=2.722


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2010-08-27 16:10 cgf
  0 siblings, 0 replies; 42+ messages in thread
From: cgf @ 2010-08-27 16:10 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2010-08-27 16:10:48

Modified files:
	.              : ChangeLog 

Log message:
	fix minor typo

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.720&r2=2.721


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2010-08-03 17:44 cgf
  0 siblings, 0 replies; 42+ messages in thread
From: cgf @ 2010-08-03 17:44 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2010-08-03 17:44:39

Modified files:
	.              : ChangeLog 

Log message:
	Fix formatting

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.707&r2=2.708


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2010-07-30 20:55 jturney
  0 siblings, 0 replies; 42+ messages in thread
From: jturney @ 2010-07-30 20:55 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	jturney@sourceware.org	2010-07-30 20:55:58

Modified files:
	.              : ChangeLog 

Log message:
	* postinstall.cc (do_postinstall_reflector): Fix typo

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.705&r2=2.706


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2010-07-29 13:12 jturney
  0 siblings, 0 replies; 42+ messages in thread
From: jturney @ 2010-07-29 13:12 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	jturney@sourceware.org	2010-07-29 13:12:01

Modified files:
	.              : ChangeLog 

Log message:
	* resource.h (IDD_POSTINSTALL, IDC_POSTINSTALL_EDIT):  Add
	resource identifiers for postinstall results page.
	* res.rc (IDD_POSTINSTALL): Add dialog resource for postinstall
	results page.
	* postinstallresults.h: New file.
	* postinstallresults.cc: New file.
	* main.cc (main_display): Add a PostInstallResultsPage to the
	wizard.
	* Makefile.am (setup_SOURCES): Add new files.
	* threebar.cc (OnMessageApp): Allow WM_APP_POSTINSTALL_THREAD_COMPLETE
	to select the next page shown.
	* postinstall.cc (do_postinstall_thread)
	(do_postinstall_reflector): Collect results of running scripts
	and compose a reporting message which we pass to the postinstall
	results page.  Select postinstall results page next if there are
	results to show, otherwise desktop setup page as before.
	* script.cc (run): Don't rename as .done scripts which didn't run
	successfully.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.703&r2=2.704


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2010-03-14 19:09 cgf
  0 siblings, 0 replies; 42+ messages in thread
From: cgf @ 2010-03-14 19:09 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2010-03-14 19:09:57

Modified files:
	.              : ChangeLog 

Log message:
	fix checkin history.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.691&r2=2.692


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2010-03-01 21:31 cgf
  0 siblings, 0 replies; 42+ messages in thread
From: cgf @ 2010-03-01 21:31 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2010-03-01 21:31:42

Modified files:
	.              : ChangeLog 

Log message:
	* Makefile.in: Output the name of the generated src target.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.687&r2=2.688


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2010-03-01 21:26 cgf
  0 siblings, 0 replies; 42+ messages in thread
From: cgf @ 2010-03-01 21:26 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2010-03-01 21:26:10

Modified files:
	.              : ChangeLog 

Log message:
	* Makefile.in: Add a setup-src target.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.686&r2=2.687


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2010-01-29 15:00 cgf
  0 siblings, 0 replies; 42+ messages in thread
From: cgf @ 2010-01-29 15:00 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2010-01-29 15:00:56

Modified files:
	.              : ChangeLog 

Log message:
	forced checkin

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.678&r2=2.679


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2009-12-16 16:11 cgf
  0 siblings, 0 replies; 42+ messages in thread
From: cgf @ 2009-12-16 16:11 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2009-12-16 16:11:24

Modified files:
	.              : ChangeLog 

Log message:
	* package_message.h: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.663&r2=2.664


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2009-05-13 11:43 corinna
  0 siblings, 0 replies; 42+ messages in thread
From: corinna @ 2009-05-13 11:43 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/sourceware/projects/cygwin-apps-home/cvsfiles
Module name:	setup
Changes by:	corinna@sourceware.org	2009-05-13 11:43:45

Modified files:
	.              : ChangeLog 

Log message:
	Add missing ChangeLog entry

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.623&r2=2.624


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2008-07-23  1:48 cwilson
  0 siblings, 0 replies; 42+ messages in thread
From: cwilson @ 2008-07-23  1:48 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cwilson@sourceware.org	2008-07-23 01:48:16

Modified files:
	.              : ChangeLog 

Log message:
	Add support for .tar.lzma files (decompress only).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.599&r2=2.600


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2008-06-21 19:40 davek
  0 siblings, 0 replies; 42+ messages in thread
From: davek @ 2008-06-21 19:40 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200706
Changes by:	davek@sourceware.org	2008-06-21 19:40:50

Modified files:
	.              : ChangeLog 

Log message:
	* ChangeLog:  Corrected tag named in merge comment.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200706&r1=2.573.2.4&r2=2.573.2.5


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2008-03-02 22:12 davek
  0 siblings, 0 replies; 42+ messages in thread
From: davek @ 2008-03-02 22:12 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	davek@sourceware.org	2008-03-02 22:12:44

Modified files:
	.              : ChangeLog 

Log message:
	2008-03-02  Dave Korn  <dave.korn@artimi.com>
	
	* cygpackage.cc (Installer::installOne):  Accept new HWND argument
	from caller and pass it to MessageBox calls so that MB_TASKMODAL
	can work.
	(check_for_old_cygwin):  Likewise.
	(do_install_thread):  Pass owner's HWND (from thread context) when
	calling them.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.581&r2=2.582


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2007-04-19 22:55 maxb
  0 siblings, 0 replies; 42+ messages in thread
From: maxb @ 2007-04-19 22:55 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2007-04-19 23:55:24

Modified files:
	.              : ChangeLog 

Log message:
	Oops, update ChangeLog with details of additional changes accidentally
	committed in the last commit.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.565&r2=2.566


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2007-04-19 22:51 maxb
  0 siblings, 0 replies; 42+ messages in thread
From: maxb @ 2007-04-19 22:51 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2007-04-19 23:51:59

Modified files:
	.              : ChangeLog 

Log message:
	ChangeLogs use tabs, not spaces.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.563&r2=2.564


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2006-12-26 16:07 maxb
  0 siblings, 0 replies; 42+ messages in thread
From: maxb @ 2006-12-26 16:07 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2006-12-26 16:07:54

Modified files:
	.              : ChangeLog 

Log message:
	* ChangeLog: Remove spurious beginning-of-line spaces, to assist editors
	configured to autodetect spaces-vs-tabs.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.554&r2=2.555


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2006-03-10 18:56 cgf
  0 siblings, 0 replies; 42+ messages in thread
From: cgf @ 2006-03-10 18:56 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2006-03-10 18:56:43

Modified files:
	.              : ChangeLog 

Log message:
	fix typo

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.528&r2=2.529


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2005-10-14  4:02 igor
  0 siblings, 0 replies; 42+ messages in thread
From: igor @ 2005-10-14  4:02 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	igor@sourceware.org	2005-10-14 04:02:16

Modified files:
	.              : ChangeLog 

Log message:
	Fix typo

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.515&r2=2.516


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2005-09-08 16:04 briand
  0 siblings, 0 replies; 42+ messages in thread
From: briand @ 2005-09-08 16:04 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200509
Changes by:	briand@sourceware.org	2005-09-08 16:03:56

Modified files:
	.              : ChangeLog 

Log message:
	Bump ChangeLog to increment version number.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200509&r1=2.510.2.1&r2=2.510.2.2


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2005-09-07 15:57 briand
  0 siblings, 0 replies; 42+ messages in thread
From: briand @ 2005-09-07 15:57 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200509
Changes by:	briand@sourceware.org	2005-09-07 15:57:32

Modified files:
	.              : ChangeLog 

Log message:
	This change to ChangeLog serves only to regenerate a new version number
	on the release branch in preparation for a release.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200509&r1=2.510&r2=2.510.2.1


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2005-05-07  5:18 briand
  0 siblings, 0 replies; 42+ messages in thread
From: briand @ 2005-05-07  5:18 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	briand@sourceware.org	2005-05-07 05:18:41

Modified files:
	.              : ChangeLog 

Log message:
	Fix typo in ChangeLog.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.497&r2=2.498


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2005-05-05 22:42 maxb
  0 siblings, 0 replies; 42+ messages in thread
From: maxb @ 2005-05-05 22:42 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2005-05-05 22:42:30

Modified files:
	.              : ChangeLog 

Log message:
	Correct formatting of recent ChangeLog entries.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.491&r2=2.492


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2005-05-05 11:04 maxb
  0 siblings, 0 replies; 42+ messages in thread
From: maxb @ 2005-05-05 11:04 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2005-05-05 11:04:41

Modified files:
	.              : ChangeLog 

Log message:
	Remove spurious CR characters from ChangeLog.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.487&r2=2.488


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2005-05-03 21:55 maxb
  0 siblings, 0 replies; 42+ messages in thread
From: maxb @ 2005-05-03 21:55 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2005-05-03 21:55:42

Modified files:
	.              : ChangeLog 

Log message:
	Commit missed ChangeLog entry.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.478&r2=2.479


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2004-12-28 13:44 maxb
  0 siblings, 0 replies; 42+ messages in thread
From: maxb @ 2004-12-28 13:44 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2004-12-28 13:44:42

Modified files:
	.              : ChangeLog 

Log message:
	Fix error in ChangeLog.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.466&r2=2.467


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2004-11-17 15:17 maxb
  0 siblings, 0 replies; 42+ messages in thread
From: maxb @ 2004-11-17 15:17 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2004-11-17 15:17:53

Modified files:
	.              : ChangeLog 

Log message:
	Commit missed ChangeLog entry

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.446&r2=2.447


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2004-08-28  0:15 maxb
  0 siblings, 0 replies; 42+ messages in thread
From: maxb @ 2004-08-28  0:15 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2004-08-28 00:15:02

Modified files:
	.              : ChangeLog 

Log message:
	Add missing ChangeLog entry.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.429&r2=2.430


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2003-08-03 21:24 maxb
  0 siblings, 0 replies; 42+ messages in thread
From: maxb @ 2003-08-03 21:24 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2003-08-03 21:24:02

Modified files:
	.              : ChangeLog 

Log message:
	2003-08-03  Max Bowsher  <maxb@ukf.net>
	
	* ChangeLog: Fix broken line-wrapping throughout. Clarify that
	"Ran automake" in 2003-07-26 entry was in bz2lib and zlib subdirs.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.413&r2=2.414


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2003-07-31 10:49 rbcollins
  0 siblings, 0 replies; 42+ messages in thread
From: rbcollins @ 2003-07-31 10:49 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sourceware.org	2003-07-31 10:49:44

Modified files:
	.              : ChangeLog 

Log message:
	2003-07-31  Robert Collins  <rbtcollins@hotmail.com>
	
	* README: Mark completed items complete.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.406&r2=2.407


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2003-04-02 14:10 rbcollins
  0 siblings, 0 replies; 42+ messages in thread
From: rbcollins @ 2003-04-02 14:10 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200303
Changes by:	rbcollins@sourceware.org	2003-04-02 14:10:40

Modified files:
	.              : ChangeLog 

Log message:
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	Merge in setup-200303-troubleshooting fixes.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303&r1=2.340.2.3.2.10&r2=2.340.2.3.2.10.2.1


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2003-04-02 14:05 rbcollins
  0 siblings, 0 replies; 42+ messages in thread
From: rbcollins @ 2003-04-02 14:05 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200303-troubleshooting
Changes by:	rbcollins@sourceware.org	2003-04-02 14:05:26

Modified files:
	.              : ChangeLog 

Log message:
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* Merge setup-200303-troubleshooting fixes in.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.340.2.3.2.10&r2=2.340.2.3.2.11


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2003-03-20 20:41 maxb
  0 siblings, 0 replies; 42+ messages in thread
From: maxb @ 2003-03-20 20:41 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200206
Changes by:	maxb@sourceware.org	2003-03-20 20:41:29

Modified files:
	.              : ChangeLog 

Log message:
	2003-03-20  Max Bowsher  <maxb@ukf.net>
	
	* ChangeLog: Reinstate ChangeLog entry erroneously removed in revision
	2.249.2.1 .

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200206&r1=2.249.2.10&r2=2.249.2.11


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2003-03-19  1:40 rbcollins
  0 siblings, 0 replies; 42+ messages in thread
From: rbcollins @ 2003-03-19  1:40 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200303
Changes by:	rbcollins@sourceware.org	2003-03-19 01:40:35

Modified files:
	.              : ChangeLog 

Log message:
	2003-03-19  Robert Collins  <rbtcollins@hotmail.com>
	
	* ChangeLog: Branching for release.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303&r1=2.340&r2=2.340.2.1


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2003-03-17 23:23 rbcollins
  0 siblings, 0 replies; 42+ messages in thread
From: rbcollins @ 2003-03-17 23:23 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sourceware.org	2003-03-17 23:23:04

Modified files:
	.              : ChangeLog 

Log message:
	introduce some linefeeds

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.337&r2=2.338


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2003-03-13 13:48 maxb
  0 siblings, 0 replies; 42+ messages in thread
From: maxb @ 2003-03-13 13:48 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2003-03-13 13:48:03

Modified files:
	.              : ChangeLog 

Log message:
	2003-03-13  Max Bowsher  <maxb@ukf.net>
	
	* Update included zlib to 1.1.4.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.328&r2=2.329


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2002-11-27  9:57 maxb
  0 siblings, 0 replies; 42+ messages in thread
From: maxb @ 2002-11-27  9:57 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2002-11-27 09:57:50

Modified files:
	.              : ChangeLog 

Log message:
	2002-09-22  Max Bowsher  <maxb@ukf.net>
	
	* PickView.cc (pkg_headers): Rename column 'Category' to 'Categories'.
	* package_meta.h (packagemeta::getReadableCategoryList): Declare.
	* package_meta.cc (packagemeta::getReadableCategoryList): Implement.
	* PickPackageLine.cc (PickPackageLine::paint): Change to use
	getReadableCategoryList.
	Fix x2 argument to IntersectClipRect.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.303&r2=2.304


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2002-06-04  7:47 rbcollins
  0 siblings, 0 replies; 42+ messages in thread
From: rbcollins @ 2002-06-04  7:47 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200206
Changes by:	rbcollins@sources.redhat.com	2002-06-04 07:46:59

Modified files:
	.              : ChangeLog 

Log message:
	2002-06-05  Robert Collins  <rbtcollins@hotmail.com>
	
	* Branch for a new release.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200206&r1=2.249&r2=2.249.2.1


^ permalink raw reply	[flat|nested] 42+ messages in thread

* setup ChangeLog
@ 2002-05-01  4:16 rbcollins
  0 siblings, 0 replies; 42+ messages in thread
From: rbcollins @ 2002-05-01  4:16 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sources.redhat.com	2002-05-01 04:16:18

Modified files:
	.              : ChangeLog 

Log message:
	2002-05-01  Robert Collins  <rbtcollins@hotmail.com>
	
	Oops! forgot to list these in the last checkin.
	* inilintmain.cc: New file.
	* md5.h: New file - imported md5 source, BSD style licence.
	* md5.cc: New file - imported md5 source, BSD style licence.
	* Exception.cc: New file.
	* Exception.h: New file.
	* MD5++.cc: New file.
	* MD5++.h: New file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.217&r2=2.218


^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2013-07-22 20:39 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-22 20:39 setup ChangeLog corinna
  -- strict thread matches above, loose matches on Subject: below --
2013-07-02  2:46 cgf
2011-08-14 10:40 corinna
2010-08-29 10:08 jturney
2010-08-27 16:10 cgf
2010-08-03 17:44 cgf
2010-07-30 20:55 jturney
2010-07-29 13:12 jturney
2010-03-14 19:09 cgf
2010-03-01 21:31 cgf
2010-03-01 21:26 cgf
2010-01-29 15:00 cgf
2009-12-16 16:11 cgf
2009-05-13 11:43 corinna
2008-07-23  1:48 cwilson
2008-06-21 19:40 davek
2008-03-02 22:12 davek
2007-04-19 22:55 maxb
2007-04-19 22:51 maxb
2006-12-26 16:07 maxb
2006-03-10 18:56 cgf
2005-10-14  4:02 igor
2005-09-08 16:04 briand
2005-09-07 15:57 briand
2005-05-07  5:18 briand
2005-05-05 22:42 maxb
2005-05-05 11:04 maxb
2005-05-03 21:55 maxb
2004-12-28 13:44 maxb
2004-11-17 15:17 maxb
2004-08-28  0:15 maxb
2003-08-03 21:24 maxb
2003-07-31 10:49 rbcollins
2003-04-02 14:10 rbcollins
2003-04-02 14:05 rbcollins
2003-03-20 20:41 maxb
2003-03-19  1:40 rbcollins
2003-03-17 23:23 rbcollins
2003-03-13 13:48 maxb
2002-11-27  9:57 maxb
2002-06-04  7:47 rbcollins
2002-05-01  4:16 rbcollins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).