]> sjero.net Git - wget/blob - README.maint
[svn] recur.c: changed type of html_allowed member of struct queue_element to bool.
[wget] / README.maint
1
2 TO RELEASE WGET X.Y.Z:
3
4 1) update PO files from the TP
5
6 cd po
7 ../util/update_po_files.sh
8
9
10 2) generate tarball
11
12 from the trunk:
13
14 cd ~/tmp
15 ~/code/svn/wget/trunk/util/dist-wget --force-version X.Y.Z
16
17 from a branch:
18
19 cd ~/tmp
20 ~/code/svn/wget/branches/X.Y/util/dist-wget --force-version X.Y.Z -b branches/X.Y
21
22
23 3) test the tarball
24
25
26 4) set new version number "X.Y.Z" on the repository
27
28
29 5) tag the sources in subversion
30
31 from the trunk:
32
33 svn copy -m "Tagging release X.Y.Z" http://svn.dotsrc.org/repo/wget/trunk http://svn.dotsrc.org/repo/wget/tags/WGET_X_Y_Z/
34
35 from a branch:
36
37 svn copy -m "Tagging release X.Y.Z" http://svn.dotsrc.org/repo/wget/branches/X.Y/ http://svn.dotsrc.org/repo/wget/tags/WGET_X_Y_Z/
38
39
40 6) upload the tarball on gnu.org
41
42 TARBALL = wget-X.Y.Z.tar.gz
43 gpg --default-key 7B2FD4B0 --detach-sign -b --output ${TARBALL}.sig $TARBALL
44 echo "directory: wget" > ${TARBALL}.directive
45 gpg --default-key 7B2FD4B0 --clearsign ${TARBALL}.directive
46
47 lftp ftp://ftp-upload.gnu.org/incoming/ftp
48 put wget-X.Y.Z.tar.gz
49 put wget-X.Y.Z.tar.gz.sig
50 put wget-X.Y.Z.tar.gz.directive.asc
51
52
53
54 7) update wget.sunsite.dk and gnu.org/software/wget
55
56
57 8) send announcement on wget@sunsite.dk:
58
59 hi to everybody,
60
61 i have just uploaded the wget X.Y.Z tarball on ftp.gnu.org:
62
63 ftp://ftp.gnu.org/gnu/wget/wget-X.Y.Z.tar.gz
64
65 you can find the GPG signature of the tarball at these URLs:
66
67 ftp://ftp.gnu.org/gnu/wget/wget-X.Y.Z.tar.gz.sig
68
69 and the GPG key i have used for the signature at this URL:
70
71 http://www.tortonesi.com/GNU-GPG-Key.txt
72
73 the key fingerprint is:
74
75 pub  1024D/7B2FD4B0 2005-06-02 Mauro Tortonesi (GNU Wget Maintainer) 
76 <mauro@ferrara.linux.it>
77      Key fingerprint = 1E90 AEA8 D511 58F0 94E5  B106 7220 24E9 7B2F D4B0
78
79 the MD5 checksum of the tarball is:
80
81 MD5 of tarball    wget-X.Y.Z.tar.gz
82
83 {DESCRIPTION OF THE CHANGES}
84
85
86 9) send announcement on info-gnu@gnu.org
87
88 I'm very pleased to announce the availability of GNU Wget X.Y.Z. 
89
90 GNU Wget is a non-interactive command-line tool for retrieving files using 
91 HTTP, HTTPS and FTP, which may easily be called from scripts, cron jobs, 
92 terminals without X-Windows support, etc.
93
94 For more information, please see:
95
96     http://www.gnu.org/software/wget
97     http://wget.sunsite.dk
98
99 Here are the compressed sources and the GPG detached signature:
100
101 ftp://ftp.gnu.org/gnu/wget/wget-X.Y.Z.tar.gz
102 ftp://ftp.gnu.org/gnu/wget/wget-X.Y.Z.tar.gz.sig
103
104 The MD5 checksums of the tarball is:
105
106 MD5 of tarball    wget-X.Y.Z.tar.gz
107
108
109 The GPG key I have used for the tarball signature is available at this URL:
110
111 http://www.tortonesi.com/GNU-GPG-Key.txt
112
113 the key fingerprint is:
114
115 pub  1024D/7B2FD4B0 2005-06-02 Mauro Tortonesi (GNU Wget Maintainer) 
116 <mauro@ferrara.linux.it>
117      Key fingerprint = 1E90 AEA8 D511 58F0 94E5  B106 7220 24E9 7B2F D4B0
118
119 {DESCRIPTION OF THE CHANGES}
120
121
122 10) post announcement on freshmeat.net
123
124
125 11) set new version number "X.Y.Z+devel" on the repository
126
127