summaryrefslogtreecommitdiff
path: root/maintainer-scripts/ChangeLog
diff options
context:
space:
mode:
authorMatthias Klose <doko@gcc.gnu.org>2017-05-18 18:49:16 +0000
committerMatthias Klose <doko@gcc.gnu.org>2017-05-18 18:49:16 +0000
commitd300615539796bd95ab74ca982a682471ce4b9fe (patch)
treee9da82f45dbca3e1f6f956da541f0b8faccbc562 /maintainer-scripts/ChangeLog
parent1bf07cc3ff38a893fd8daa248e834e9dac567b88 (diff)
downloadgcc-d300615539796bd95ab74ca982a682471ce4b9fe.tar.gz
gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
2017-05-18 Matthias Klose <doko@ubuntu.com> * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball. (build_diffs): Handle building diffs from either bz2 or xz tarballs, compress diffs using xz instead of bz2. (build_diff): Likewise. (upload_files): Check for *.xz files instead of *.bz2 files. (announce_snapshot): Announce xz tarball instead of bz2 tarball. (XZ): New definition. (<toplevel>): Look for both bz2 and xz compressed old tarballs. From-SVN: r248251
Diffstat (limited to 'maintainer-scripts/ChangeLog')
-rw-r--r--maintainer-scripts/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 6e75199ca5a..c328ee83666 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,14 @@
+2017-05-18 Matthias Klose <doko@ubuntu.com>
+
+ * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
+ (build_diffs): Handle building diffs from either bz2 or xz tarballs,
+ compress diffs using xz instead of bz2.
+ (build_diff): Likewise.
+ (upload_files): Check for *.xz files instead of *.bz2 files.
+ (announce_snapshot): Announce xz tarball instead of bz2 tarball.
+ (XZ): New definition.
+ (<toplevel>): Look for both bz2 and xz compressed old tarballs.
+
2017-04-20 Jakub Jelinek <jakub@redhat.com>
* crontab: Enable snapshots from gcc-7-branch.
@@ -19,7 +30,7 @@
2016-09-04 Gerald Pfeifer <gerald@pfeifer.com>
- PR documentation/50642
+ PR documentation/50642
* update_web_docs_svn (CSS): Introduce.
Have generated files refer to it.