I have a small batch file which uses wget to download updates for all the software I use on a day to day basis (including VLC).
My line for VLC looks like this:
This has always worked fine for previous releases, because "latest" will redirect to the current branch and the "win32" folder always has the EXE file. Except for this release.wget -w2 -nd -np -r -N -l1 -P ..\Programs\VLC -A*.exe http://videolan.cdn.cacheboy.net/vlc/latest/win32/
So, my request (and it is a simple one), would be to put a symlink to the latest win32 release if a revision doesn't have a win32 release. So, in this case, the "win32" symlink in the 1.0.6 folder would link to the win32 folder in the 1.0.5 branch.
It should be a simple fix, a few minutes of time, and I'm sure I'm not the only one doing this.