Hi Everyone, I stopped dragging my feet and let yum 2.3.3 out into the world. This is a release in the development branch and should be treated as such untl you're comfortable with it. Tarball: http://linux.duke.edu/yum/download/2.3/yum-2.3.3.tar.gz SRPM: http://linux.duke.edu/projects/yum/download/2.3/yum-2.3.3-1.src.rpm Summary of changes: - plugin system - see changelog - significant and cool. - switched from getopt based cli parsing to optparse - this was to allow the plugins to modify the command line options but ultimately it makes for more consistent behavior and the code is less if-statement-y. - some obscure architecture (alpha, sparc) corrections - yum deplist packagename: returns a listing of that package's dependencies and what provides them. - correct a versioned dep issue in depsolving - a number of bugfixes and minor issues See the changelog in the tarball for more information. Many thanks to folks who did a bunch of work for this release: Chip, Gijs, Menno, Jeremy, Panu, Paul, Terje and many others who sent in various patches. Let us know what breaks. -sv