ChangeLog 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330
  1. 2021-05-14 Jakub Jelinek <jakub@redhat.com>
  2. * crontab: Stop doing gcc-8 snapshots.
  3. 2021-04-20 Jakub Jelinek <jakub@redhat.com>
  4. * crontab: Snapshots from trunk are now GCC 12 related.
  5. Add GCC 11 snapshots from the respective branch.
  6. 2021-04-09 Martin Liska <mliska@suse.cz>
  7. * branch_changer.py: Generate URL only when emitting
  8. to terminal.
  9. 2021-04-09 Martin Liska <mliska@suse.cz>
  10. * branch_changer.py: Mention closing candidates and emit
  11. console links to bugzilla.
  12. 2021-04-09 Martin Liska <mliska@suse.cz>
  13. * branch_changer.py: Document more how the script behaves.
  14. 2021-04-09 Martin Liska <mliska@suse.cz>
  15. * branch_changer.py: Fix usage of Version class.
  16. 2021-04-09 Martin Liska <mliska@suse.cz>
  17. * branch_changer.py: Use new version scheme in --help output.
  18. 2021-04-08 Jonathan Wakely <jwakely@redhat.com>
  19. * generate_libstdcxx_web_docs: Add --disable-multilib to
  20. configure command.
  21. 2021-04-08 Martin Liska <mliska@suse.cz>
  22. * branch_changer.py: Fix wrongly converted assert.
  23. 2021-04-08 Martin Liska <mliska@suse.cz>
  24. * branch_changer.py: Modernize and fix flake8 issues.
  25. * setup.cfg: New file.
  26. 2020-12-16 Jakub Jelinek <jakub@redhat.com>
  27. * update_version_git: Put BASEDIR into /sourceware/snapshot-tmp/gcc
  28. if it exist.
  29. 2020-05-29 Martin Liska <mliska@suse.cz>
  30. * bugzilla-close-candidate.py: Fix sorting of branches.
  31. 2020-05-29 Martin Liska <mliska@suse.cz>
  32. * bugzilla-close-candidate.py: Fix parsing of SVN revisions.
  33. Fix skipping of PRs that contain Can be closed message.
  34. 2020-05-29 Martin Liska <mliska@suse.cz>
  35. * bugzilla-close-candidate.py: Support both SVN and GIT messages
  36. in PRs. Remove need of usage of the bugzilla API key.
  37. 2020-05-27 Jakub Jelinek <jakub@redhat.com>
  38. * update_version_git: Rewrite using
  39. contrib/gcc-changelog/git_update_version.py.
  40. 2020-04-30 Jakub Jelinek <jakub@redhat.com>
  41. * crontab: Snapshots from trunk are now GCC 11 related.
  42. Add GCC 10 snapshots from the respective branch.
  43. 2020-03-12 Jakub Jelinek <jakub@redhat.com>
  44. * gcc_release (upload_files): Without -l, pass -m 755 to the mkdir
  45. command invoked through ssh.
  46. * update_web_docs_git: Drop SPHINXBUILD=/usr/bin/sphinx-1.0-build.
  47. 2020-02-27 Jakub Jelinek <jakub@redhat.com>
  48. * gcc_release: Add support for -b local-git-repo argument.
  49. 2020-01-13 Jonathan Wakely <jwakely@redhat.com>
  50. * update_web_docs_libstdcxx_git: New file.
  51. * update_web_docs_libstdcxx_svn: Remove.
  52. * crontab: Use update_web_docs_libstdcxx_git.
  53. 2020-01-13 Joseph Myers <joseph@codesourcery.com>
  54. * update_web_docs_git: New file.
  55. * update_web_docs_svn: Remove.
  56. * crontab: Use update_web_docs_svn.
  57. 2020-01-13 Joseph Myers <joseph@codesourcery.com>
  58. * gcc_release: Use git instead of SVN.
  59. * crontab: Update gcc_release calls.
  60. 2020-01-13 Joseph Myers <joseph@codesourcery.com>
  61. * update_version_git: New file.
  62. * update_version:svn: Remove.
  63. * crontab: Use update_version_git.
  64. 2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
  65. * gcc_release: Use https for gcc.gnu.org.
  66. 2019-11-14 Richard Biener <rguenther@suse.de>
  67. * update_version_svn (IGNORE_BRANCHES): Add 7.
  68. 2019-10-05 Richard Biener <rguenther@suse.de>
  69. * crontab: Disable snapshots from gcc-7-branch.
  70. 2019-08-05 David Malcolm <dmalcolm@redhat.com>
  71. * update_web_docs_svn: Proceed even if the invocation of
  72. sphinx fails.
  73. 2019-05-04 Gerald Pfeifer <gerald@pfeifer.com>
  74. * crontab: Snapshots from trunk are now GCC 10 related.
  75. Add GCC 9 snapshots from the respective branch.
  76. 2019-02-23 Jonathan Wakely <jwakely@redhat.com>
  77. * generate_libstdcxx_web_docs: Improve error output.
  78. 2018-11-22 Martin Liska <mliska@suse.cz>
  79. * bugzilla-close-candidate.py: New file.
  80. 2018-10-26 Jakub Jelinek <jakub@redhat.com>
  81. * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
  82. * crontab: Remove gcc-6-branch entry.
  83. * gcc_release (error, inform): Use $@ instead of $1.
  84. (build_sources): Check for ^[[:blank:]]*GCC in both index.html
  85. and changes.html, rather than for GCC in one and ^GCC in another one.
  86. 2018-05-03 Jakub Jelinek <jakub@redhat.com>
  87. PR other/85622
  88. * gcc_release: For -f, verify contrib/gennews has the major version
  89. pages listed and both index.html and changes.html have been updated
  90. for the new release.
  91. 2018-04-25 Jakub Jelinek <jakub@redhat.com>
  92. * crontab: Enable snapshots from gcc-8-branch.
  93. 2018-01-25 Richard Biener <rguenther@suse.de>
  94. * gcc_release (build_sources): Use getconf to get at the number
  95. of cores in the system and pass -jN to gcc_build.
  96. 2017-10-10 Jakub Jelinek <jakub@redhat.com>
  97. * update_version_svn: Ignore the GCC 5 branch.
  98. * crontab: Remove entry for the GCC 5 branch.
  99. 2017-05-23 Matthias Klose <doko@ubuntu.com>
  100. * gcc_release (XZ): Default to xz --best.
  101. 2017-05-18 Matthias Klose <doko@ubuntu.com>
  102. * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
  103. (build_diffs): Handle building diffs from either bz2 or xz tarballs,
  104. compress diffs using xz instead of bz2.
  105. (build_diff): Likewise.
  106. (upload_files): Check for *.xz files instead of *.bz2 files.
  107. (announce_snapshot): Announce xz tarball instead of bz2 tarball.
  108. (XZ): New definition.
  109. (<toplevel>): Look for both bz2 and xz compressed old tarballs.
  110. 2017-04-20 Jakub Jelinek <jakub@redhat.com>
  111. * crontab: Enable snapshots from gcc-7-branch.
  112. 2017-03-03 Gerald Pfeifer <gerald@pfeifer.com>
  113. * gcc_release (snapshot_print): Replace md5 checksum by sha256.
  114. 2017-02-28 Gerald Pfeifer <gerald@pfeifer.com>
  115. * update_web_docs_svn: Remove a reference to GCC 3.1. Describe
  116. settings to tweak if running on a host different from gcc.gnu.org.
  117. (WWWBASE): Allow override via the environment. Also check for
  118. existance.
  119. 2017-02-08 Gerald Pfeifer <gerald@pfeifer.com>
  120. * update_web_docs_svn (MANUALS): Add libitm.
  121. 2016-09-04 Gerald Pfeifer <gerald@pfeifer.com>
  122. PR documentation/50642
  123. * update_web_docs_svn (CSS): Introduce.
  124. Have generated files refer to it.
  125. 2016-08-17 Martin Liska <mliska@suse.cz>
  126. * branch_changer.py: Describe the script. Add sample usage
  127. of the script.
  128. 2016-08-03 Martin Liska <mliska@suse.cz>
  129. * branch_changer.py: New file.
  130. 2016-07-26 Richard Biener <rguenther@suse.de>
  131. * update_version_svn: Ignore the GCC 4.9 branch.
  132. 2016-07-26 Richard Biener <rguenther@suse.de>
  133. * crontab: Remove entry for the GCC 4.9 branch.
  134. 2016-06-13 Jonathan Wakely <jwakely@redhat.com>
  135. * generate_libstdcxx_web_docs: Use realpath to get absolute path.
  136. Add comment about LaTeX errors.
  137. 2016-04-15 Jakub Jelinek <jakub@redhat.com>
  138. * crontab: Enable snapshots from gcc-6-branch.
  139. 2015-06-23 Richard Biener <rguenther@suse.de>
  140. * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
  141. 2015-06-14 Richard Biener <rguenther@suse.de>
  142. * crontab: Disable snapshots from the 4.8 branch.
  143. 2015-04-13 Jakub Jelinek <jakub@redhat.com>
  144. * update_version_svn: Update DATESTAMP also on
  145. branches/gcc-[0-9]+-branch.
  146. * gcc_release: Fix up thinko in the last commit, improve error
  147. message. Commit all ChangeLog, DEV-PHASE and BASE-VER changes
  148. together, rather than doing dozens of separate commits.
  149. 2015-04-12 Jakub Jelinek <jakub@redhat.com>
  150. * gcc_release: For RELEASE_MAJOR 5+ only use the major
  151. number in branch name. When doing final release of 5+,
  152. if BASE-VER doesn't match release, but is *.*.1 for the
  153. one smaller minor version, bump BASE-VER.
  154. * crontab: Enable snapshots from gcc-5-branch.
  155. 2015-04-07 Gerald Pfeifer <gerald@pfeifer.com>
  156. * update_web_docs_libstdcxx_svn (FILTER): Introduce.
  157. Use to filter output of the copying process.
  158. 2015-02-25 Arnaud Charlet <charlet@adacore.com>
  159. * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
  160. 2015-02-25 Arnaud Charlet <charlet@adacore.com>
  161. * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn
  162. 2015-02-06 David Malcolm <dmalcolm@redhat.com>
  163. PR jit/64257
  164. * update_web_docs_svn: When copying up files for the built jit
  165. documentation, also copy up .txt files.
  166. 2015-02-04 David Malcolm <dmalcolm@redhat.com>
  167. PR jit/64257
  168. * update_web_docs_svn: Update build of jit docs to use EPEL6
  169. variant install of sphinx 1.0.8, rather than 0.6.6.
  170. 2015-01-26 David Malcolm <dmalcolm@redhat.com>
  171. PR jit/64257
  172. * update_web_docs_svn: Don't delete gcc/jit/docs or
  173. gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the
  174. building of the JIT docs (using sphinx-build). Special case
  175. copying them up.
  176. 2014-08-14 Richard Biener <rguenther@suse.de>
  177. * crontab: Change trunk snapshots from 4.10 to 5.
  178. 2014-08-01 Arnaud Charlet <charlet@adacore.com>
  179. * update_web_docs_svn: Simplify build of gnat_ugn.
  180. 2014-06-12 Richard Biener <rguenther@suse.de>
  181. * crontab: Remove 4.7 snapshot entry.
  182. * update_version_svn: Update IGNORE_BRANCHES.
  183. 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
  184. * generate_libstdcxx_web_docs: New script.
  185. 2014-04-11 Jakub Jelinek <jakub@redhat.com>
  186. * crontab: Enable snapshots from gcc-4_9-branch.
  187. 2014-02-01 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
  188. PR other/56653
  189. * gcc_release: Avoid printing empty line to generated MD5SUMS files.
  190. Bump copyright year.
  191. 2013-12-02 Gerald Pfeifer <gerald@pfeifer.com>
  192. * update_web_docs_svn: Work around makeinfo generated file names
  193. and references with "_002d" instead of "-".
  194. 2013-04-12 Jakub Jelinek <jakub@redhat.com>
  195. * crontab: Disable snapshots from gcc-4_6-branch.
  196. * update_version_svn: Ignore gcc-4_6-branch.
  197. 2013-04-07 Gerald Pfeifer <gerald@pfeifer.com>
  198. * update_web_docs_libstdcxx_svn: No longer ignore all output from
  199. the actual copy process.
  200. Check the exit code of the actual copy process; diagnose problems.
  201. 2013-03-16 Jakub Jelinek <jakub@redhat.com>
  202. * crontab: Enable snapshots from gcc-4_8-branch.
  203. 2012-07-02 Richard Guenther <rguenther@suse.de>
  204. * crontab: Disable snapshots from gcc-4_5-branch.
  205. * update_version_svn: Ingore gcc-4_5-branch.
  206. 2012-03-23 Richard Guenther <rguenther@suse.de>
  207. * crontab: Enable snapshots from gcc-4_7-branch.
  208. 2012-03-13 Jakub Jelinek <jakub@redhat.com>
  209. * crontab: Remove 4.4 branch from the list of snapshots to make.
  210. * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.
  211. 2012-03-05 Richard Guenther <rguenther@suse.de>
  212. * crontab: Remove 4.3 branch from the list of snapshots to make.
  213. 2012-03-02 Richard Guenther <rguenther@suse.de>
  214. * crontab: Fix day-of-week.
  215. 2012-03-02 Richard Guenther <rguenther@suse.de>
  216. * crontab: Update for 4.7 branching.
  217. 2011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
  218. * update_web_docs_svn: Make $DOCSDIR group writable after
  219. creating it.
  220. 2011-06-27 Richard Guenther <rguenther@suse.de>
  221. * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
  222. 2011-05-22 Joseph Myers <joseph@codesourcery.com>
  223. * gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
  224. (build_tarfiles): Don't build separate files for languages and
  225. core.
  226. (build_diffs): Only build one set of diffs.
  227. (announce_snapshot): Only announce one tar file.
  228. (ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS,
  229. OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove. Don't adjust names
  230. relative to WORKING_DIRECTORY.
  231. 2011-04-21 Jakub Jelinek <jakub@redhat.com>
  232. * gcc_release (maybe_build_tarfile): Don't build a tarfile if
  233. the first directory doesn't exist.
  234. 2011-03-14 Jakub Jelinek <jakub@redhat.com>
  235. * crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
  236. 4.6 branch.
  237. 2011-02-07 Joseph Myers <joseph@codesourcery.com>
  238. * update_web_docs_svn: Generate libquadmath-vers.texi.
  239. 2011-01-31 Gerald Pfeifer <gerald@pfeifer.com>
  240. * update_version_svn (FILES): Merge with datestamp_FILES.
  241. (SVNROOT2): Introduce and use.
  242. 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
  243. * update_version_svn (SVN): Remove obsolete comment.
  244. (CURR_DATE): Fix description.
  245. Fix description of checkout procedure.
  246. 2010-12-18 Tobias Burnus <burnus@net-b.de>
  247. * update_web_docs_svn (MANUALS): Add libquadmath.
  248. 2010-12-08 Ian Lance Taylor <iant@google.com>
  249. * gcc_release: Add support for releasing Go as a separate
  250. tarball.
  251. 2010-12-08 Ian Lance Taylor <iant@google.com>
  252. * update_web_docs_svn (MANUALS): Add gccgo.
  253. 2010-12-08 Ian Lance Taylor <iant@google.com>
  254. * README: Change "CVS" to "Subversion".
  255. 2010-08-23 Gerald Pfeifer <gerald@pfeifer.com>
  256. * gcc_release (snapshot_print): Also include an sha1 hash for
  257. every tarball. Slightly tweak indentation.
  258. 2010-08-15 Gerald Pfeifer <gerald@pfeifer.com>
  259. * gcc_release (CVSROOT): Remove all occurrences.
  260. 2010-08-14 Gerald Pfeifer <gerald@pfeifer.com>
  261. * gcc_release (snapshot_print): Include md5 hash for every tarball
  262. in the README file and notification mail.
  263. 2010-08-01 Gerald Pfeifer <gerald@pfeifer.com>
  264. * update_web_docs_libstdcxx_svn: Do not compress generated .html
  265. files any more.
  266. 2010-06-24 Joseph Myers <joseph@codesourcery.com>
  267. * update_web_docs_svn: Also pass -I option pointing to ada/ source
  268. directory for Ada manual.
  269. 2010-04-16 Joseph Myers <joseph@codesourcery.com>
  270. * crontab: Enable 4.6 snapshots.
  271. 2010-04-07 Joseph Myers <joseph@codesourcery.com>
  272. * crontab: Switch 4.5 snapshots to 4.5 branch.
  273. 2010-03-31 Joseph Myers <joseph@codesourcery.com>
  274. * gcc_release (build_tarfiles): Make directories mode 755, not
  275. 777.
  276. 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
  277. * update_web_docs_svn: Update BUGURL to http://gcc.gnu.org/bugs/.
  278. 2009-10-03 Diego Novillo <dnovillo@google.com>
  279. * gcc_release (JAVA_DIRS): Remove zlib.
  280. 2009-04-23 Gerald Pfeifer <gerald@pfeifer.com>
  281. * update_web_docs_svn: Redirect output of texi2dvi to /dev/null.
  282. 2009-04-09 Jakub Jelinek <jakub@redhat.com>
  283. * gcc_release: Change copyright header to refer to version
  284. 3 of the GNU General Public License and to point readers at the
  285. COPYING3 file and the FSF's license web page.
  286. * maintainer-addresses: Likewise.
  287. 2009-04-08 Gerald Pfeifer <gerald@pfeifer.com>
  288. * update_web_docs_svn: Run this script under plain /bin/sh
  289. as opposed to /bin/sh -x.
  290. 2009-03-30 Joseph Myers <joseph@codesourcery.com>
  291. * update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.
  292. 2009-03-28 Gerald Pfeifer <gerald@pfeifer.com>
  293. * crontab: Stop 4.2 snapshots.
  294. Spread out 4.3, 4.4, and 4.5 snapshots more evenly.
  295. 2009-03-27 Mark Mitchell <mark@codesourcery.com>
  296. * crontab: Add 4.4 branch snapshots.
  297. 2009-02-21 Gerald Pfeifer <gerald@pfeifer.com>
  298. * update_version_svn (ADD_BRANCHES): Remove autovect-branch
  299. and document format.
  300. 2009-01-17 Richard Guenther <rguenther@suse.de>
  301. * gcc_release (JAVA_DIRS): Remove fastjar.
  302. 2008-10-04 Gerald Pfeifer <gerald@pfeifer.com>
  303. * gcc_release: Fix a couple of comments.
  304. 2008-07-04 Joseph Myers <joseph@codesourcery.com>
  305. * crontab: Remove 4.1 snapshots job.
  306. * update_version: Remove.
  307. * gcc_release: Remove support for g77 and release status in
  308. version.c.
  309. * update_version_svn: Ignore 4.1 branch. Remove support for
  310. updating files other than DATESTAMP.
  311. * update_web_docs_svn: Remove support for g77 manual.
  312. 2008-02-18 Jakub Jelinek <jakub@redhat.com>
  313. * crontab: Add 4.3 branch. Set trunk to 4.4.
  314. 2008-01-28 Joseph Myers <joseph@codesourcery.com>
  315. * gcc_release (build_sources): Pass --disable-multilib to
  316. gcc_build.
  317. (SVN): Don't use full path.
  318. 2008-01-21 Jonathan Wakely <jwakely.gcc@gmail.com>
  319. * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
  320. 2007-10-01 Gerald Pfeifer <gerald@pfeifer.com>
  321. * gcc_release: Do not include copies of faq.html in releases,
  322. and remove all the explicit support code to pull in web pages.
  323. 2007-08-21 Paul Brook <paul@codesourcery.com>
  324. Nathan Sidwell <nathan@codesourcery.com>
  325. Mark Mitchell <mark@codesourcery.com>
  326. Joseph Myers <joseph@codesourcery.com>
  327. * gcc_release: Do not include copies of bugs.html in releases.
  328. * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
  329. gcc-vers.texi.
  330. 2007-07-06 Joseph Myers <joseph@codesourcery.com>
  331. * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
  332. commands.
  333. 2007-06-28 Mike Stump <mrs@apple.com>
  334. * gcc_release: Update for Objective-C++.
  335. 2007-05-28 Mark Mitchell <mark@codesourcery.com>
  336. * gcc_release: Adjust placement of release candidates.
  337. 2007-04-01 Gerald Pfeifer <gerald@pfeifer.com>
  338. * update_web_docs_svn (MANUALS): Move towards the top of the
  339. script. Reformat for easier editing/diffing.
  340. 2006-03-31 Tobias Burnus <burnus@net-b.de>
  341. * update_web_docs_svn: Build also gfc-internals.
  342. 2007-02-25 Gerald Pfeifer <gerald@pfeifer.com>
  343. * update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
  344. 2007-01-29 Gerald Pfeifer <gerald@pfeifer.com>
  345. * crontab: No longer build snapshots for 4.0.x.
  346. 2007-01-21 Tobias Burnus <burnus@net-b.de>
  347. * update_web_docs_svn: Build also libgomp documentation.
  348. 2007-01-05 Gerald Pfeifer <gerald@pfeifer.com>
  349. * crontab: Spread snapshots more evenly throughout the week, and
  350. in "ascending" order. Build all at the same time of the day.
  351. 2006-10-20 Mark Mitchell <mark@codesourcery.com>
  352. * crontab: Add 4.2 branch. Set trunk to 4.3.
  353. 2006-09-17 Gerald Pfeifer <gerald@pfeifer.com>
  354. * gcc_release (LC_ALL): Default to C.
  355. 2006-03-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
  356. * crontab: Don't build snapshot for 3.4.x anymore.
  357. * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
  358. 2006-01-12 Ben Elliston <bje@au.ibm.com>
  359. * update_version_svn (ADD_BRANCHES): Remove dfp-branch.
  360. 2005-12-16 Joseph S. Myers <joseph@codesourcery.com>
  361. * update_web_docs_svn: Remove unnecessary files from source tree.
  362. Use set -e.
  363. * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove.
  364. 2005-12-16 Mark Mitchell <mark@codesourcery.com>
  365. * update_web_docs_svn: Set @srcdir in gcc-vers.texi.
  366. 2005-11-18 Mark Mitchell <mark@codesourcery.com>
  367. * crontab: Add 4.1 branch entry.
  368. 2005-11-06 Joseph S. Myers <joseph@codesourcery.com>
  369. * gcc_release: Further update for SVN. Don't set EXPORTTAG or
  370. EXPORTDATE; always determine SVNREV the same way. Correct message
  371. about what sources are being retrived. Include branch information
  372. in LAST_UPDATED.
  373. * crontab: Don't include initial / in branch name.
  374. 2005-11-05 Daniel Berlin <dberlin@dberlin.org>
  375. * gcc_release: Always determine revision number from date or tag,
  376. and use that, instead of fragile date based export.
  377. Put back setting of non-local CVSROOT.
  378. 2005-11-05 Daniel Berlin <dberlin@dberlin.org>
  379. * gcc_release: Make tags go in /tags.
  380. Don't tag for snapshots.
  381. Determine revision number of export and put into snapshot
  382. announcement.
  383. 2005-11-03 Daniel Berlin <dberlin@dberlin.org>
  384. * gcc_release: Update for SVN
  385. * crontab: Update for new gcc_release
  386. 2005-10-26 Daniel Berlin <dberlin@dberlin.org>
  387. * update_web_docs_svn: Use -q to quiet svn.
  388. 2005-10-26 Daniel Berlin <dberlin@dberlin.org>
  389. * crontab: Update to reflect reality
  390. 2005-10-01 Mark Mitchell <mark@codesourcery.com>
  391. * gcc_release (build_sources): If trying to apply a tag that
  392. already exists, issue an error message and exit.
  393. 2005-09-30 Joseph S. Myers <joseph@codesourcery.com>
  394. PR other/23693
  395. * update_web_docs: Add PDF support. Correct check of DEV-PHASE.
  396. 2005-09-30 Joseph S. Myers <joseph@codesourcery.com>
  397. * update_web_docs_old: Remove.
  398. 2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
  399. * gcc_release: Update with FSF address.
  400. 2005-07-26 Janis Johnson <janis187@us.ibm.com>
  401. * update_version (ADD_BRANCHES): Add dfp-branch.
  402. 2005-05-21 Gerald Pfeifer <gerald@pfeifer.com>
  403. * crontab: Spread snapshot building more evenly throughout the
  404. week.
  405. 2005-05-19 Joseph S. Myers <joseph@codesourcery.com>
  406. * crontab: Don't build 3.3 branch snapshots.
  407. * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
  408. 2005-03-15 Zack Weinberg <zack@codesourcery.com>
  409. * README: Update.
  410. * gcc_release: Update gcc/DEV-PHASE if that file exists, instead
  411. of gcc/version.c.
  412. * update_version: Handle updating gcc/DATESTAMP.
  413. * update_web_docs: Generate gcc-vers.texi first.
  414. 2005-03-10 Ranjit Mathew <rmathew@hotmail.com>
  415. * gcc_release (ADA_DIRS): Add "gnattools".
  416. 2005-02-25 Mark Mitchell <mark@codesourcery.com>
  417. * crontab: Adjust for 4.0 branch.
  418. 2004-12-30 Sebastian Pop <pop@cri.ensmp.fr>
  419. * update_version (ADD_BRANCHES): Replace lno-branch with
  420. autovect-branch.
  421. 2004-09-11 Gerald Pfeifer <gerald@pfeifer.com>
  422. * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
  423. 2004-08-14 Kelley Cook <kcook@gcc.gnu.org>
  424. * gcc_release (build_sources): Add comment header to generated
  425. MD5SUMS.
  426. 2004-08-06 Kelley Cook <kcook@gcc.gnu.org>
  427. * gcc_release (snapshot_print): Accept arguments. Don't use echo -e.
  428. (announce_snapshot): Update for above. Don't use echo -e.
  429. 2004-08-03 Kelley Cook <kcook@gcc.gnu.org>
  430. * maintainer-scripts (snapshot_print): New function.
  431. (announce_snapshot): Generate announcment on the fly.
  432. Use a directory link for LATEST.
  433. * snapshot-README: Delete.
  434. * snapshot-index.html: Delete.
  435. 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
  436. * gcc_release (build_sources): Move the libcpp gmo files
  437. to the source directory.
  438. 2004-06-03 Joseph S. Myers <jsm@polyomino.org.uk>
  439. * gcc_release (maybe_build_tarfile): New function.
  440. (build_tarfiles): Use maybe_build_tarfile.
  441. 2004-05-21 Paolo Carlini <pcarlini@suse.de>
  442. * gcc_release (build_sources): Generate the NEWS file in toplevel.
  443. 2004-05-17 Kelley Cook <kcook@gcc.gnu.org>
  444. * gcc_release (build_sources): Change CRCs from brik to md5sum.
  445. 2004-05-16 Gerald Pfeifer <gerald@pfeifer.com>
  446. * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
  447. 2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
  448. * update_web_docs: Also remove old .gz files from subdirectories
  449. on the 15th of the month.
  450. 2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
  451. * update_web_docs (MANUALS): Add gfortran.
  452. 2004-05-13 Arnaud Charlet <charlet@act-europe.fr>
  453. * update_web_docs: Fix generation of Ada docs.
  454. 2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
  455. * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
  456. * gcc_release (DIFF): Remove -3 option.
  457. 2003-07-26 Paul Brook <paul@nowt.org>
  458. * gcc_release: Add gcc-fortran.
  459. * snapshot-README: Ditto.
  460. * snapshot-index.html: Ditto.
  461. 2004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
  462. * crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
  463. Friday night, where gcc.gnu.org has less load.
  464. 2004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
  465. * crontab: Adjust temporary directory used for snapshot generation.
  466. Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
  467. less load.
  468. 2004-04-19 Mark Mitchell <mark@codesourcery.com>
  469. * gcc_release (build_sources): Do not use "-F" to tag sources.
  470. 2004-04-07 Mark Mitchell <mark@codesourcery.com>
  471. * gcc_release (build_sources): Do not use "-r" and "-D" at the
  472. same time with "cvs export".
  473. 2004-03-27 Gerald Pfeifer <gerald@pfeifer.com>
  474. * gcc_release: Fix sanity check for argument of -p command-line
  475. options. In snapshot mode, only generate diffs against the previous
  476. snapshot if the user did not specify any old tarball explictly.
  477. 2004-03-25 Gerald Pfeifer <gerald@pfeifer.com>
  478. * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
  479. only set at a single place.
  480. 2004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
  481. * gcc_release (SNAPSHOTS_DIR): New variable. Use it.
  482. (announce_snapshot): Use it.
  483. 2004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
  484. * gcc_release (announce_snapshot): Use changedir instead of
  485. plain cd.
  486. 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>
  487. * gcc_release: Add libada as part of ADA_DIRS.
  488. 2004-01-21 Gerald Pfeifer <gerald@pfeifer.com>
  489. * crontab: Make 3.4 snapshots from the new 3.4 release branch.
  490. 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
  491. * gcc_release (build_sources): Delete call to make f77.rebuilt.
  492. 2004-01-17 Gerald Pfeifer <gerald@pfeifer.com>
  493. * snapshot-README: Mention how the snapshot was generated.
  494. * snapshot-index.html: Ditto. Further sync with snapshot-README.
  495. 2004-01-03 Joseph S. Myers <jsm@polyomino.org.uk>
  496. * update_web_docs: Create tarballs of documentation sources and
  497. HTML docs.
  498. 2004-01-02 Gerald Pfeifer <gp@suse.de>
  499. * update_version: Add some documentation.
  500. 2004-01-02 Pop Sébastian <pop@gauvain.u-strasbg.fr>
  501. * update_version (ADD_BRANCHES): Add lno-branch.
  502. 2003-11-02 Gerald Pfeifer <gerald@pfeifer.com>
  503. * maintainer-addresses: New script.
  504. 2003-10-24 Kelley Cook <kcook@gcc.gnu.org>
  505. * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
  506. 2003-09-22 Gerald Pfeifer <gerald@pfeifer.com>
  507. * gcc_release (announce_snapshot): Restructure processing
  508. of snapshot-README and snapshot-index.html and add a new
  509. substitution for @EXPORT@.
  510. 2003-08-24 Gerald Pfeifer <gerald@pfeifer.com>
  511. * gcc_release (build_sources): Create/update the LAST_UPDATED file
  512. in the source directory with information how sources were obtained.
  513. 2003-08-16 Gerald Pfeifer <gerald@pfeifer.com>
  514. * gcc_release (build_sources): Use two new variables EXPORTTAG and
  515. EXPORTDATE to make the extraction of sources more transparent and
  516. also allow snapshots (off mainline) without a tag.
  517. 2003-08-08 Mark Mitchell <mark@codesourcery.com>
  518. * gcc_release: Correct logic for updating version.c. Put
  519. prereleases into a subdirectory.
  520. 2003-07-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  521. * crontab: Update invocation of gcc_release according to the
  522. previous changes there. Add automatic 3.4 snapshots from mainline.
  523. 2003-07-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  524. * gcc_release (usage): Document that -s now takes symbolic name
  525. and branch of the snapshot as parameters.
  526. Implement this as part of command-line processing.
  527. (BRANCH): Remove default initialization for snapshots.
  528. (CVSBRANCH): Ditto.
  529. Do not lay down a CVS tag if generating a snapshot from mainline.
  530. 2003-07-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  531. * gcc_release (announce_snapshot): Use ${RELEASE} instead
  532. of ${BRANCH}-${DATE} to refer to the snapshot directory.
  533. Put README file into the snapshot directory.
  534. (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
  535. (FTP_PATH): Use ${RELEASE} in case of snapshots.
  536. (TAG): Ditto.
  537. (OLD_TARS): Adjust to new directory scheme for snapshots.
  538. 2003-07-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  539. * gcc_release (announce_snapshot): Add substitution of @RELEASE@
  540. for README and index.html.
  541. * snapshot-README: Use it.
  542. * snapshot-index.html: Ditto.
  543. 2003-07-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  544. * gcc_release (announce_snapshot): Add substitution of @BRANCH@
  545. for README and index.html. Remove substitution of @LONG_DATE@.
  546. Put index.html into the respective snapshot directory.
  547. Adjust subject of the notification mail to the new naming scheme
  548. for CVS tags.
  549. Adjust name of the LATEST-IS-... files to the new naming scheme
  550. for snapshot directories.
  551. (FTP_PATH): Ditto.
  552. (LAST_DIR): Ditto.
  553. (LAST_LONG_DATE): Remove.
  554. * snapshot-README: Adjust to the new naming schemes for directories
  555. and snapshots per se.
  556. Dynamically fill in the respective branch instead of hardcoding it.
  557. * snapshot-index.html: Replace individual links to diffs with a
  558. general link to the diff/ subdirectory.
  559. Mention the concrete snapshot in <title> and <h1>.
  560. Adjust links to the new location of index.html.
  561. 2003-07-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  562. * gcc_release: Move handling of complex modes directly after
  563. switch handling.
  564. (TAG): Include the branch name as part of snapshot CVS tags.
  565. 2003-07-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  566. * gcc_release: Execute gcc.gnu.org-only operations which are
  567. related to diff generation only if diffs have been requested.
  568. (build_sources): Improve tracing and an error message related
  569. to tagging.
  570. 2003-07-01 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  571. * gcc_release (BRANCH): Rename to...
  572. (CVSBRANCH): ...new macro, and use BRANCH for the variant users
  573. will see.
  574. (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
  575. of the directory name.
  576. Use .snapshot_date-${BRANCH} instead of .snapshot_date.
  577. 2003-06-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  578. * gcc_release: Command "all" now creates .gz files only for
  579. releases and pre-releases.
  580. 2003-06-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  581. * gcc_release (build_sources): Do not include gnats.html any longer.
  582. Make an error message more descriptive.
  583. 2003-06-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  584. * gcc_release: Factor the updating of links and READMEs on the
  585. FTP server and sending mail for snapshots into a...
  586. (announce_snapshot): ...new function.
  587. Add informative output for both.
  588. 2003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  589. * gcc_release: Do not update gcc_latest_snapshot tag any longer.
  590. 2003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  591. * snapshot-index.html: Use F77 instead of G77 front end.
  592. Remove link to CodeSourcery snapshots which was not up-to-date.
  593. Do not refer to gcc-bugs@gcc.gnu.org any longer.
  594. * snapshot-README: Use F77 front end instead of G77 language.
  595. 2003-06-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  596. * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
  597. (build_bz2): Rename to build_gzip and create .gz files from .bz2
  598. files instead of the other way around.
  599. (build_gzip): New function.
  600. (build_diffs): Build .bz2 files instead of .gz files.
  601. (build_diff): Use .bz2 files instead of .gz files.
  602. Make an error message independent of the compression format.
  603. (MODE_BZIP2): Rename to MODE_GZIP. Related changes to the
  604. invocation of this script.
  605. (MODE_GZIP): New variable.
  606. (OLD_TARS): Use .bz2 archive of the previous snapshot.
  607. 2003-06-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  608. * snapshot-README: Use GCC instead of gcc, C++ front end instead of
  609. g++ language, and note that Java includes a run time.
  610. * snapshot.index.html: Ditto.
  611. 2003-06-10 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  612. * gcc_release (build_diff): Properly use ${TAR} instead of
  613. hard-coded tar.
  614. 2003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  615. * snapshot-index.html: Refer to .bz2 files instead of .gz files.
  616. Simplify the note on not using unannounced snapshots.
  617. 2003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  618. * snapshot-README: Refer to .bz2 files instead of .gz files.
  619. Add a note on where to find the diff files.
  620. Simplify the note on not using unannounced snapshots.
  621. Remove documentation of the gcc_latest_snapshot tag.
  622. 2003-05-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  623. * gcc_release (build_diffs): Add diagnostics in case we cannot
  624. generate a specific diff file.
  625. 2003-05-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  626. * gcc_release (build_sources): Only update ChangeLog files which
  627. do not yet contain the entry we are going to add.
  628. Fix typo in added ChangeLog entries.
  629. 2003-05-20 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  630. * gcc_release (upload_files): Put diff files into a "diffs"
  631. subdirectory
  632. 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
  633. * gcc_release: GNU CC -> GCC.
  634. 2003-05-12 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  635. * gcc_release (usage): Print more detailed description of all
  636. command-line options.
  637. 2003-05-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  638. * update_version (ADD_BRANCHES): Add, set to MAIN and
  639. tree-ssa-20020619-branch.
  640. (BRANCHES): Always consider branches given by $ADD_BRANCHES.
  641. 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  642. * update_version (textstring_FILES): Only version.c needs to be
  643. updated, now that we do not consider older branches any more.
  644. 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  645. * update_version (IGNORE_BRANCHES): Add.
  646. (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
  647. 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  648. * update_version: Add a trace of which branch we are currently
  649. working on.
  650. 2002-12-16 Mark Mitchell <mark@codesourcery.com>
  651. * gcc_release: Make snapshots from the GCC 3.3 branch.
  652. * snapshot-README: Update.
  653. 2002-09-23 Zack Weinberg <zack@codesourcery.com>
  654. * update_version: Do not check in files which are unchanged.
  655. * gcc_release: Only update the version in gcc/version.c.
  656. 2002-09-17 Joseph S. Myers <jsm@polyomino.org.uk>
  657. * update_web_docs (MANUALS): Add fastjar.
  658. 2002-09-08 Joseph S. Myers <jsm@polyomino.org.uk>
  659. * gcc_release: Make snapshots come from the mainline.
  660. * snapshot-README: Update.
  661. 2002-08-28 Joseph S. Myers <jsm@polyomino.org.uk>
  662. * update_web_docs: Remove support for generating g77_news.html and
  663. g77_bugs.html.
  664. * update_web_docs_old: Likewise. Remove support for generating
  665. thanks.html.
  666. 2002-07-28 Andreas Jaeger <aj@suse.de>
  667. * gcc_release: Update comment.
  668. * snapshot-README: Snapshots are taken from GCC 3.2 branch.
  669. 2002-07-28 Mark Mitchell <mark@codesourcery.com>
  670. * gcc_release: Use the 3.2 branch for snapshots.
  671. 2002-05-31 Florian Weimer <fw@deneb.enyo.de>
  672. * update_web_docs (MANUALS): Include various flavours of the GNAT
  673. User Guide.
  674. 2002-05-27 Joseph S. Myers <jsm28@cam.ac.uk>
  675. * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
  676. gcc/gcc/ada/gnatvsn.ads.
  677. 2002-05-26 Joseph S. Myers <jsm28@cam.ac.uk>
  678. * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
  679. release status is updated.
  680. * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
  681. 2002-05-21 Joseph S. Myers <jsm28@cam.ac.uk>
  682. * gcc_release: Do upload files when local.
  683. * snapshot-README, snapshot-index.html: Remove chill.
  684. 2002-05-08 Mark Mitchell <mark@codesourcery.com>
  685. * gcc_release: Correct upload handling.
  686. 2002-04-22 Mark Mitchell <mark@codesourcery.com>
  687. * gcc_release (build_diffs): Remove reference to Chill.
  688. 2002-04-21 Joseph S. Myers <jsm28@cam.ac.uk>
  689. * update_web_docs (MANUALS): Remove chill. Add gnat_rm.
  690. 2002-04-19 Kelley R. Cook (kelly.r.cook@gm.com)
  691. * gcc_release: Set TZ to UTC0.
  692. 2002-04-15 Mark Mitchell <mark@codesourcery.com>
  693. * gcc_release (build_tarfiles): Do not build Chill tarfiles.
  694. (CHILL_DIRS): Remove.
  695. 2002-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
  696. * gcc_release: Build diffs for ada and chill. Make "bzip2" a new
  697. major mode.
  698. 2002-03-06 Phil Edwards <pme@gcc.gnu.org>
  699. * update_version: Don't indent the version string.
  700. 2002-03-05 Joseph S. Myers <jsm28@cam.ac.uk>
  701. * snapshot-README: Note that snapshots come from the 3.1 branch.
  702. Update list of files.
  703. 2002-03-03 Joseph S. Myers <jsm28@cam.ac.uk>
  704. * gcc_release: Make snapshots come from the 3.1 branch.
  705. 2002-02-25 Mark Mitchell <mark@codesourcery.com>
  706. * update_version: Automatically update version files on all
  707. branches.
  708. * crontab: Only invoke update_version once.
  709. 2002-02-23 Joseph S. Myers <jsm28@cam.ac.uk>
  710. * gcc_release: Revert change to -p interface. Allow for local and
  711. remote cases in creating directories. Give an error if -p
  712. argument names a directory.
  713. 2002-02-21 Mark Mitchell <mark@codesourcery.com>
  714. * gcc_release: Correct handling of diff-generation. Add
  715. "diffs" major mode.
  716. 2002-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
  717. * gcc_release: Substitute dates in snapshot-README and
  718. snapshot-index.html files rather than directly using the old files
  719. on the FTP site. Set QMAILHOST.
  720. 2002-02-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  721. * snapshot-index.html: Improve markup.
  722. 2002-01-29 Joseph S. Myers <jsm28@cam.ac.uk>
  723. * snapshot-README, snapshot-index.html: Use expressions such as
  724. @DATE@ rather than hardcoded dates.
  725. * snapshot-README, snapshot-index.html: New files.
  726. 2002-01-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  727. * update_web_docs (contrib_file): Remove.
  728. Also removing special handling of thanks.html.
  729. 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
  730. * update_web_docs: Use makeinfo --html instead of texi2html.
  731. Remove support for pre-3.1 GCC versions. Build online docs for
  732. gccint manual.
  733. 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
  734. * update_web_docs_old: Copy from update_web_docs. Add comment
  735. that this is for GCC 3.0.x and earlier versions.
  736. 2001-11-19 Joseph S. Myers <jsm28@cam.ac.uk>
  737. * gcc_release: Add /usr/local/bin to path when local.
  738. 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
  739. * update_web_docs: Set SOURCEDIR so that install manual can be
  740. found when running install.texi2html.
  741. * gcc_release: Don't require a username if running locally.
  742. 2001-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
  743. * update_web_docs: Eliminate warnings about keeping files from web
  744. page preprocessing.
  745. * update_web_docs: Allow for the same file name in different
  746. directories.
  747. 2001-10-29 Joseph S. Myers <jsm28@cam.ac.uk>
  748. * update_web_docs: Generate libiberty and gnat-style manuals.
  749. 2001-10-24 Joseph S. Myers <jsm28@cam.ac.uk>
  750. * gcc_release: Build snapshots from mainline. Generate Ada and
  751. Chill tarballs. Correct error check when building diffs. Check
  752. for errors when building bzip2 files.
  753. * crontab: Use /sourceware/snapshot-tmp for building snapshots.
  754. 2001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
  755. * crontab: Build weekly snapshots.
  756. * gcc_release: Copy from 3.0 branch. Add support for building the
  757. weekly snapshots on gcc.gnu.org.
  758. 2001-08-28 Joseph S. Myers <jsm28@cam.ac.uk>
  759. * update_web_docs: Also check out texinfo.tex from
  760. gcc/doc/include.
  761. 2001-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  762. * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
  763. Preprocess the entire web site, not just the install docs.
  764. 2001-06-25 Phil Edwards <pme@sources.redhat.com>
  765. * update_version: Add command-line argument capability, also
  766. bump version for libstdc++-v3, and exit with the return code from
  767. the cvs commit.
  768. * crontab: Call update_version with arguments instead of
  769. calling update_branch_version.
  770. * update_branch_version: Remove.
  771. 2001-06-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  772. * update_web_docs: Only update the install documentation for the
  773. CVS HEAD.
  774. 2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
  775. * update_web_docs, doc_exclude: Check out files that may be in the
  776. Attic. Check out texinfo.tex. Don't generate anything from
  777. c-tree.texi. Generate PostScript output from manuals.
  778. 2001-06-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
  779. * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
  780. variables.
  781. Fix a comment and add another one.
  782. Generate the installation documentation in HTML format from
  783. gcc/doc/install.texi.
  784. 2001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
  785. * update_web_docs: Don't generate HTML from gxxint.texi. Don't
  786. run texi2html on manuals that aren't present.
  787. 2001-03-18 Phil Edwards <pme@sources.redhat.com>
  788. * update_web_docs_libstdcxx: New script.
  789. * crontab: Call said script.
  790. 2001-03-18 Joseph S. Myers <jsm28@cam.ac.uk>
  791. * update_version, update_branch_version: Check out with gcc
  792. directory instead of using egcs link.
  793. 2001-03-17 Joseph S. Myers <jsm28@cam.ac.uk>
  794. * update_web_docs: Don't strip leading -r from argument following
  795. -r, or leading -d from argument following -d. Bug pointed out by
  796. Matt Kraai.
  797. * update_web_docs: Handle -r and -d options to generate docs for a
  798. release or branch in a subdirectory. Determine names of G77 news
  799. and bugs files and contributors file after updated docs have been
  800. installed, not before. Don't remove files from a subdirectory.
  801. Don't generate manuals for gcov (included in the GCC manual) or
  802. iostream (obsolete). Do generate manuals for cppinternals, gcj
  803. and porting. Update regular expressions for detecting whether
  804. files have really changed when regenerated.
  805. 2001-03-15 Joseph S. Myers <jsm28@cam.ac.uk>
  806. * update_web_docs: Use /usr/local/bin/texi2html rather than
  807. gccadmin's local copy.
  808. 2001-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
  809. * crontab, doc_exclude, update_branch_version, update_version,
  810. update_web_docs: New files (as currently used by gccadmin).
  811. * README: New file.