Microsoft Security Advisory (891861): Release of Update Rollup 1 for Windows 2000 Ser


 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Security Advisories (RSS) - Microsoft Microsoft Security Advisory (891861): Release of Update Rollup 1 for Windows 2000 Ser
# 1  
Old 12-24-2007
Microsoft Security Advisory (891861): Release of Update Rollup 1 for Windows 2000 Ser

Revision Note: Advisory published. Advisory Summary:Today we are announcing the availability of the Update Rollup 1 for Windows 2000 Service Pack 4 (SP4). The Update Rollup will make it easier for customers to improve security of Windows 2000 systems, keep them up to date, and to build new deployment images.The Update Rollup contains all security updates produced for Windows 2000 between the time SP4 was released and April 30, 2005, the time when the contents of the Update Rollup were locked down for final testing by Microsoft and by external beta & customer sites. The Update Rollup also contains a number of updates that increase system security, reliability, reduce support costs, and support the current generation of PC hardware.We encourage Windows 2000 SP4 customers to install this update. For more information about this release, see Microsoft Knowledge Base Article 891861.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
WIDGET(1)						       perl/Tk Documentation							 WIDGET(1)

NAME
widget - Demonstration of Perl/Tk widgets SYNOPSYS
widget [ directory ] DESCRIPTION
This script demonstrates the various widgets provided by Tk, along with many of the features of the Tk toolkit. This file only contains code to generate the main window for the application, which invokes individual demonstrations. The code for the actual demonstrations is contained in separate ".pl" files in the "widget_lib" directory, which are autoloaded by this script as needed. widget looks in the directory specified on the command line to load user contributed demonstrations. If no directory name is specified when widget is invoked and the environment variable WIDTRIB is defined then demonstrations are loaded from the WIDTRIB directory. If WIDTRIB is undefined then widget defaults to the released user contributed directory, "widtrib". History # # Stephen O. Lidie, LUCC, 96/03/11. lusol@Lehigh.EDU # Stephen O. Lidie, LUCC, 97/01/01. lusol@Lehigh.EDU # Stephen O. Lidie, LUCC, 97/02/11. lusol@Lehigh.EDU # Stephen O. Lidie, LUCC, 97/06/07. lusol@Lehigh.EDU # Update for Tk402.00x. Total revamp: WidgetDemo, Scrolled, released # composites, -menuitems, qw//, etcetera. Perl 5.004 required. # Stephen O. Lidie, LUCC, 98/03/10. lusol@Lehigh.EDU # Update for Tk8. # Stephen O. Lidie, LUCC, 98/06/26. Stephen.O.Lidie@Lehigh.EDU # Add Common Dialogs for Tk800.007. # Stephen.O.Lidie@Lehigh.EDU, 1999/11/29, Lehigh University. # Demo some "dash patch" changes. # Stephen.O.Lidie@Lehigh.EDU, 2000/01/11, Lehigh University. # Update menubar to Tk 8, fix color palette Menubutton demo. # Stephen.O.Lidie@Lehigh.EDU, 2000/07/06, Lehigh University. # Remove inswt() from widget and styles.pl to show the proper Perl/Tk # idiom for inserting Text tags. Various and sundry cleanups. # sol0@lehigh.edu, 2003/07/29, Lehigh University Computing Center. # Update for Tk 8.4.4. AUTHOR
Steve Lidie <sol0@Lehigh.EDU> Tk804.028 2010-07-05 WIDGET(1)