ok, if you want the latest release version, go here [sourceforge.net] and grab the file named gallery-1.3.4-pl1.tar.gz.
if you want the latest CVS version, telnet/ssh into your server and type the following at the prompt:
Code: › cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gallery login
and then type:
Code: › cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gallery co gallery
this will create a gallery directory in whatever directory you are currently in. so, if your regular gallery directory is in <webroot>/modules/gallery , you would type those command while you were inside the <webroot>/modules/ directory. CVS will automatically patch/replace files as needed. you will more than likely have to re-run the gallery config wizard after you've done this.