Changeset 5ca79d6b13f01f5a28cc71c8efa1a4e80b612ef5
- Timestamp:
- 20/05/08 20:20:32
(6 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1211307632 +0300
- git-parent:
[7b98e85b48a69ad0519dee858fbbebd461c84537]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1211307632 +0300
- Message:
Updates
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1192296 |
r5ca79d6 |
|
| 14 | 14 | · update the milestones info on https://trac.videolan.org/vlc |
|---|
| 15 | 15 | - Add a note about the matching contrib package in INSTALL.win32 |
|---|
| 16 | | - Make sure that the gpg key embedded in include/vlc_update.h is the last one |
|---|
| | 16 | - Update OpenGPG key embedded in include/vlc_update.h if needed |
|---|
| | 17 | - Increase the libvlccore and libvlc revisions in src/Makefile.am |
|---|
| | 18 | _if_and_only_if_ the ABI number has not been increased instead, in |
|---|
| | 19 | which case the revision goes back to zero. |
|---|
| 17 | 20 | |
|---|
| 18 | 21 | * Commit |
|---|
| … | … | |
| 21 | 24 | - Use 'make distcheck' to make sure all files are exported |
|---|
| 22 | 25 | correctly |
|---|
| 23 | | - copy the tar.gz and tar.bz2 file on ftp.videolan.org in |
|---|
| | 26 | - copy the tar.bz2 file on ftp.videolan.org in |
|---|
| 24 | 27 | /opt/ftp/pub/videolan/testing/vlc-X.X.X/ |
|---|
| 25 | | - generate md5 hashes and gpg signature of these files |
|---|
| | 28 | - generate SHA1 hashes and gpg signature of these files |
|---|
| 26 | 29 | (use gpg --sign --detach --armor) |
|---|
| 27 | 30 | |
|---|