* [ANNOUNCE] 2003-08-05 release of hotplug scripts
@ 2003-08-05 18:54 Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2003-08-05 18:54 UTC (permalink / raw)
To: linux-hotplug
I've just packaged up the latest Linux hotplug scripts into a release,
which can be found at:
http://sourceforge.net/project/showfiles.php?group_id\x17679
Or from your favorite kernel.org mirror at:
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2003_08_05.tar.gz
or for those who like bz2 packages:
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2003_08_05.tar.bz2
I've also packaged up some pre-built (and signed) Red Hat 7.3 based rpms:
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2003_08_05-1_rh73.noarch.rpm
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-base-2003_08_05-1_rh73.noarch.rpm
and some pre-built (and signed) Red Hat 9 based rpms:
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2003_08_05-1_rh9.noarch.rpm
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-base-2003_08_05-1_rh9.noarch.rpm
The source rpm is available if you want to rebuild it for other distros
or versions of Red Hat at:
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2003_08_05-1_rh73.src.rpm
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2003_08_05-1_rh9.src.rpm
The main web site for the linux-hotplug project can be found at:
http://linux-hotplug.sf.net/
which contains lots of documentation on the whole linux-hotplug
process.
This release is recommended for _anyone_ using the 2.6.0-test and beyond
kernels, as a number of changes have been made in order to support the recent
kernel changes. These include:
- fix usb autoloading of modules for 2.6 (it wasn't working).
- changed network code to accept 2.5's change to the way network
interfaces are brought up and down (now "add" and "remove"
like all the other hotplug types.)
The release is still backwards compatible with 2.4, so there is no need
to worry about upgrading.
The full ChangeLog extract since the last release is included below for
those who want to know everything that's been changed, and who to blame
for them :)
thanks,
greg k-h
--------------
Tue Aug 5 2003 kroah
- 2003_08_05 release
Sun Aug 3 2003 kroah
- fix usb autoloading of modules for 2.6 (it wasn't working).
Fri Jun 27 2003 kroah
- changed network code to accept 2.5's change to the way network
interfaces are brought up and down (now "add" and "remove" like all
the other hotplug types.)
Fri Jun 6 2003 dbrownell
hotplug.functions fixes from:
- Olaf Hering: #!/bin/bash gone, VIM modeline,
logger location can vary, and should include PID
- Ian Abbot: correct init of LOADED (fixes sf.net bug filing)
Other sf.net bugs resolved
- pointless pci.rc message [538243]
- Makefile should ignore tape drives [578462]
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 2+ messages in thread* [ANNOUNCE] 2003-08-05 release of hotplug scripts
@ 2003-08-05 18:54 Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2003-08-05 18:54 UTC (permalink / raw)
To: linux-hotplug-devel, linux-kernel, linux-usb-devel,
Linux-usb-users
I've just packaged up the latest Linux hotplug scripts into a release,
which can be found at:
http://sourceforge.net/project/showfiles.php?group_id=17679
Or from your favorite kernel.org mirror at:
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2003_08_05.tar.gz
or for those who like bz2 packages:
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2003_08_05.tar.bz2
I've also packaged up some pre-built (and signed) Red Hat 7.3 based rpms:
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2003_08_05-1_rh73.noarch.rpm
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-base-2003_08_05-1_rh73.noarch.rpm
and some pre-built (and signed) Red Hat 9 based rpms:
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2003_08_05-1_rh9.noarch.rpm
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-base-2003_08_05-1_rh9.noarch.rpm
The source rpm is available if you want to rebuild it for other distros
or versions of Red Hat at:
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2003_08_05-1_rh73.src.rpm
kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2003_08_05-1_rh9.src.rpm
The main web site for the linux-hotplug project can be found at:
http://linux-hotplug.sf.net/
which contains lots of documentation on the whole linux-hotplug
process.
This release is recommended for _anyone_ using the 2.6.0-test and beyond
kernels, as a number of changes have been made in order to support the recent
kernel changes. These include:
- fix usb autoloading of modules for 2.6 (it wasn't working).
- changed network code to accept 2.5's change to the way network
interfaces are brought up and down (now "add" and "remove"
like all the other hotplug types.)
The release is still backwards compatible with 2.4, so there is no need
to worry about upgrading.
The full ChangeLog extract since the last release is included below for
those who want to know everything that's been changed, and who to blame
for them :)
thanks,
greg k-h
--------------
Tue Aug 5 2003 kroah
- 2003_08_05 release
Sun Aug 3 2003 kroah
- fix usb autoloading of modules for 2.6 (it wasn't working).
Fri Jun 27 2003 kroah
- changed network code to accept 2.5's change to the way network
interfaces are brought up and down (now "add" and "remove" like all
the other hotplug types.)
Fri Jun 6 2003 dbrownell
hotplug.functions fixes from:
- Olaf Hering: #!/bin/bash gone, VIM modeline,
logger location can vary, and should include PID
- Ian Abbot: correct init of LOADED (fixes sf.net bug filing)
Other sf.net bugs resolved
- pointless pci.rc message [538243]
- Makefile should ignore tape drives [578462]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-08-05 18:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-05 18:54 [ANNOUNCE] 2003-08-05 release of hotplug scripts Greg KH
-- strict thread matches above, loose matches on Subject: below --
2003-08-05 18:54 Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.