This is the mail archive of the rhdb-cvs@sources.redhat.com mailing list for the RHDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/rhdb/installer ChangeLog com/redhat/rhdb/i ...


CVSROOT:	/cvs/rhdb
Module name:	src
Changes by:	djee@sourceware.org	2003-12-15 21:47:28

Modified files:
	rhdb/installer : ChangeLog 
	rhdb/installer/com/redhat/rhdb/installer: Config.java 
	                                          PostInstallChoicePage.java 
	                                          PostInstallPage.java 
	                                          PostInstallProgressPage.java 
	rhdb/installer/com/redhat/rhdb/installer/resources: 
	                                                    InstallerResources.java 
	                                                    Resources.java.in 
	rhdb/installer/com/redhat/rhdb/installer/util: 
	                                               DatabaseCluster.java 

Log message:
	* com/redhat/rhdb/installer/Config.java: Make version strings
	and getRHVersion method public.
	* com/redhat/rhdb/installer/PostInstallChoicePage.java: "Start
	Database Cluster" option is switched on and off depending on whether
	the server package has been installed.
	(resetMessage): New method.  Allows options to be dynamically
	switch on and off, depending on current setup.
	* com/redhat/rhdb/installer/PostInstallPage.java:
	(getNextPage): New method.  Reset the next page before returning it.
	* com/redhat/rhdb/installer/PostInstallProgressPage.java: Utilize
	a scrolling text area to display the exact outputs of post-install
	tasks, like we do for regression tests.
	* com/redhat/rhdb/installer/resources/InstallerResources.java:
	Updates to resource strings.
	* com/redhat/rhdb/installer/resources/Resources.java.in: Ditto.
	* com/redhat/rhdb/installer/util/DatabaseCluster.java: Change
	interface; outputs and errors are piped through the appropriate
	streams, so that they can be displayed on-screen.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/ChangeLog.diff?cvsroot=rhdb&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/Config.java.diff?cvsroot=rhdb&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/PostInstallChoicePage.java.diff?cvsroot=rhdb&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/PostInstallPage.java.diff?cvsroot=rhdb&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/PostInstallProgressPage.java.diff?cvsroot=rhdb&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/resources/InstallerResources.java.diff?cvsroot=rhdb&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/resources/Resources.java.in.diff?cvsroot=rhdb&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rhdb/installer/com/redhat/rhdb/installer/util/DatabaseCluster.java.diff?cvsroot=rhdb&r1=1.1.1.1&r2=1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]