diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-09 22:45:54 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-09 22:45:54 +0000 |
| commit | 9be27fdc00bb8c7059ff388c089bb4f9092bf941 (patch) | |
| tree | 04d44948f6dbd99eedf69ea5dd2a013233662723 /release | |
| parent | a3c3d010c96620aeef96df9f0c9268fb11ca431b (diff) | |
| parent | c8cbf0d5ea9d75467436eeb0472777bd1e02d5a1 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/arm/BANANAPI.conf | 4 | ||||
| -rw-r--r-- | release/arm/CUBIEBOARD.conf | 4 | ||||
| -rw-r--r-- | release/arm/CUBIEBOARD2.conf | 4 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 296 | ||||
| -rw-r--r-- | release/doc/share/xml/sponsor.ent | 5 | ||||
| -rwxr-xr-x | release/scripts/list-new-changesets.py | 21 |
6 files changed, 286 insertions, 48 deletions
diff --git a/release/arm/BANANAPI.conf b/release/arm/BANANAPI.conf index 48ade9c38d124..15994f4d5e52b 100644 --- a/release/arm/BANANAPI.conf +++ b/release/arm/BANANAPI.conf @@ -19,10 +19,10 @@ export BOARDNAME="BANANAPI" arm_install_uboot() { UBOOT_DIR="/usr/local/share/u-boot/u-boot-bananapi" - UBOOT_FILES="u-boot.img" + UBOOT_FILES="u-boot-sunxi-with-spl.bin" FATMOUNT="${DESTDIR%${KERNEL}}/fat" UFSMOUNT="${DESTDIR%${KERNEL}}/ufs" - chroot ${CHROOTDIR} dd if=${UBOOT_DIR}/u-boot-sunxi-with-spl.bin \ + chroot ${CHROOTDIR} dd if=${UBOOT_DIR}/${UBOOT_FILES} \ of=/dev/${mddev} bs=1k seek=8 conv=sync chroot ${CHROOTDIR} mkdir -p "${FATMOUNT}" "${UFSMOUNT}" chroot ${CHROOTDIR} mount_msdosfs /dev/${mddev}s1 ${FATMOUNT} diff --git a/release/arm/CUBIEBOARD.conf b/release/arm/CUBIEBOARD.conf index 6aaef6270100b..f3bd0fb7e8918 100644 --- a/release/arm/CUBIEBOARD.conf +++ b/release/arm/CUBIEBOARD.conf @@ -18,10 +18,10 @@ NODOC=1 arm_install_uboot() { UBOOT_DIR="/usr/local/share/u-boot/u-boot-cubieboard" - UBOOT_FILES="u-boot.img" + UBOOT_FILES="u-boot-sunxi-with-spl.bin" FATMOUNT="${DESTDIR%${KERNEL}}/fat" UFSMOUNT="${DESTDIR%${KERNEL}}/ufs" - chroot ${CHROOTDIR} dd if=${UBOOT_DIR}/u-boot-sunxi-with-spl.bin \ + chroot ${CHROOTDIR} dd if=${UBOOT_DIR}/${UBOOT_FILES} \ of=/dev/${mddev} bs=1k seek=8 conv=sync chroot ${CHROOTDIR} mkdir -p "${FATMOUNT}" "${UFSMOUNT}" chroot ${CHROOTDIR} mount_msdosfs /dev/${mddev}s1 ${FATMOUNT} diff --git a/release/arm/CUBIEBOARD2.conf b/release/arm/CUBIEBOARD2.conf index 6c449a1d95210..6b5a4acbd791a 100644 --- a/release/arm/CUBIEBOARD2.conf +++ b/release/arm/CUBIEBOARD2.conf @@ -19,10 +19,10 @@ export BOARDNAME="CUBIEBOARD2" arm_install_uboot() { UBOOT_DIR="/usr/local/share/u-boot/u-boot-cubieboard2" - UBOOT_FILES="u-boot.img" + UBOOT_FILES="u-boot-sunxi-with-spl.bin" FATMOUNT="${DESTDIR%${KERNEL}}/fat" UFSMOUNT="${DESTDIR%${KERNEL}}/ufs" - chroot ${CHROOTDIR} dd if=${UBOOT_DIR}/u-boot-sunxi-with-spl.bin \ + chroot ${CHROOTDIR} dd if=${UBOOT_DIR}/${UBOOT_FILES} \ of=/dev/${mddev} bs=1k seek=8 conv=sync chroot ${CHROOTDIR} mkdir -p "${FATMOUNT}" "${UFSMOUNT}" chroot ${CHROOTDIR} mount_msdosfs /dev/${mddev}s1 ${FATMOUNT} diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index fbf35b59ecabc..f8604092db076 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -22,7 +22,7 @@ <pubdate>$FreeBSD$</pubdate> - <!-- Last rev: 284814 --> + <!-- Last rev: 288943 --> <copyright> <year>2015</year> @@ -173,6 +173,9 @@ <para revision="272350">The <literal>MK_ARM_EABI</literal> &man.src.conf.5; option has been removed.</para> + + <para revision="285169">The <application>ntp</application> suite + has been updated to version 4.2.8p3.</para> </sect2> <sect2 xml:id="userland-programs"> @@ -392,37 +395,77 @@ updated to be able to detect &man.zfs.8; and &man.geli.8; filesystems.</para> + <para revision="284883">The &man.mkimg.1; utility has been + updated to include support for <literal>NTFS</literal> + filesystems in both <acronym>MBR</acronym> and + <acronym>GPT</acronym> partitioning schemes.</para> + + <para revision="285253">The &man.quota.1; utility has been + updated to include support for <acronym>IPv6</acronym>.</para> + + <para revision="285420">The &man.jexec.8; utility has been + updated to include a new flag, <literal>-l</literal>, which + ensures a clean environment in the target jail when used. + Additionally, &man.jexec.8; will run a shell within the target + jail when run no commands are specified.</para> + <para revision="285550">The &man.w.1; utility has been updated to display the full IPv6 remote address of the host from which a user is connected.</para> + + <para revision="285685">The &man.jail.8; framework has been + updated to allow mounting &man.linprocfs.5; and + &man.linsysfs.5; within a jail.</para> + + <para revision="285772" contrib="sponsor" + sponsor="&emcisilon;">The &man.patch.1; utility has been + updated to include a new option to the <literal>-V</literal> + flag, <literal>none</literal>, which disables backup file + creation when applying a patch.</para> + + <para revision="286010" contrib="sponsor" sponsor="&ff;">The + &man.ar.1; utility now enables deterministic mode + (<literal>-D</literal>) by default. This behavior can be + disabled by specifying the <literal>-U</literal> flag.</para> + + <para revision="286289" contrib="sponsor" + sponsor="&scaleengine;">The &man.xargs.1; utility has been + updated to allow specifying <literal>0</literal> as an + argument to the <literal>-P</literal> (parallel mode) flag, + which allows creating as many concurrent processes as + possible.</para> + + <para revision="286795">The &man.patch.1; utility has been + updated to remove the automatic checkout feature.</para> + + <para revision="287473" contrib="sponsor" sponsor="&gandi;">A + new utility, &man.sesutil.8;, has been added, which is used + to manage &man.ses.4; devices.</para> + + <para revision="287522">The &man.pciconf.8; utility has been + updated to use the PCI ID database from the <filename + role="package">misc/pciids</filename> package, if present, + falling back to the PCI ID database in the &os; base + system.</para> + + <para revision="287842" contrib="sponsor" + sponsor="&scaleengine;">The &man.ifconfig.8; utility has been + updated to always exit with an error code if an important + &man.ioctl.2; fails.</para> </sect2> <sect2 xml:id="userland-contrib"> <title>Contributed Software</title> - <para revision="258884" contrib="sponsor" - sponsor="&darpa_afrl;">&man.lldb.1; has been updated to - upstream snapshot version r196259.</para> - <para revision="260445">&man.byacc.1; has been updated to version 20140101.</para> - <para revision="261071">&man.jemalloc.3; has been updated to - version 3.5.0.</para> - - <para revision="261283"><application>libc++</application> has - been updated to version 3.4.</para> - <para revision="261320"><application>OpenSSH</application> has been updated to 6.5p1.</para> <para revision="261344"><application>mdocml</application> has been updated to version 1.12.3.</para> - <para revision="261991"><application>LLVM</application> and - <application>Clang</application> have been updated to - version 3.4.</para> - <para revision="275718">The <application>binutils</application> suite of utilities has been updated to include upstream patches that add new relocations for &arch.powerpc; @@ -471,28 +514,13 @@ &man.hostapd.8; utilities have been updated to version 2.4.</para> - <para revision="282089">The &man.unbound.8; utility has been - updated to version 1.5.3.</para> - <para revision="282434" contrib="sponsor" sponsor="&ff;">The &man.resolvconf.8; utility has been updated to version 3.7.0.</para> - <para revision="282613">The &man.nc.1; utility has been updated - to the OpenBSD 5.7 version.</para> - - <para revision="283092">The &man.acpi.4; subsystem has been - updated to version 20150515.</para> - - <para revision="284237">The &man.file.1; utility has been - updated to version 5.23.</para> - <para revision="284254"><application>bmake</application> has been updated to version 20150606.</para> - <para revision="284397">Timezone data files have been updated to - version 2015e.</para> - <para revision="285229"><application>sendmail</application> has been updated to 8.15.2. Starting with &os; 11.0 and sendmail 8.15, sendmail uses uncompressed IPv6 addresses by @@ -509,6 +537,9 @@ <literal>confUSE_COMPRESSED_IPV6_ADDRESSES</literal> or the cf option <literal>UseCompressedIPv6Addresses</literal>.</para> + <para revision="285275">The &man.tcpdump.1; utility has been + updated to version 4.7.4.</para> + <para revision="285329"><application>OpenSSL</application> has been updated to version 1.0.1p.</para> @@ -516,6 +547,59 @@ &man.ssh.1; utility has been updated to re-implement hostname canonicalization before locating the host in <filename>known_hosts</filename>.</para> + + <para revision="285972">The &man.libarchive.3; library has been + updated to properly skip a sparse file entry in a &man.tar.1; + file, which would previously produce errors.</para> + + <para revision="286503">The <application>apr</application> + library used by &man.svnlite.1; has been updated to version + 1.5.2.</para> + + <para revision="286505">The <application>serf</application> + library used by &man.svnlite.1; has been updated to version + 1.3.8.</para> + + <para revision="286505">The &man.svnlite.1; utility has been + updated to version 1.8.14.</para> + + <para revision="286510">The <application>sqlite3</application> + library used by &man.svnlite.1; and &man.kerberos.8; has been + updated to version 3.8.11.1.</para> + + <para revision="286750">Timezone data files have been updated to + version 2015f.</para> + + <para revision="287168">The &man.acpi.4; subsystem has been + updated to version 20150818.</para> + + <para revision="287917">The &man.unbound.8; utility has been + updated to version 1.5.4.</para> + + <para revision="288090">&man.jemalloc.3; has been updated to + version 4.0.2.</para> + + <para revision="288143">The &man.file.1; utility has been + updated to version 5.25.</para> + + <para revision="288303">The &man.nc.1; utility has been updated + to the OpenBSD 5.8 version.</para> + + <para revision="288943"><application>Clang</application> has + been updated to version 3.7.0.</para> + + <para revision="288943"><application>LLVM</application> has + been updated to version 3.7.0.</para> + + <para revision="288943"><application>LLDB</application> has + been updated to version 3.7.0.</para> + + <para revision="288943"><application>libc++</application> has + been updated to version 3.7.0.</para> + + <para revision="288943">The + <application>compiler_rt</application> utility has been + updated to version 3.7.0.</para> </sect2> <sect2 xml:id="userland-installer"> @@ -590,6 +674,12 @@ <filename>iovctl</filename>, has been added, which allows automatically starting the &man.iovctl.8; utility at boot.</para> + + <para revision="287576" contrib="sponsor" + sponsor="&scaleengine;">The &man.service.8; utility has been + updated to honor entries within <filename + class="directory">/etc/rc.conf.d/</filename>.</para> + </sect2> <sect2 xml:id="userland-periodic"> @@ -695,6 +785,11 @@ <para revision="284483" contrib="sponsor" sponsor="&scaleengine;">The Blowfish &man.crypt.3; library has been updated to support $2y$ hashes.</para> + + <para revision="285277">The &man.execl.3; and &man.execlp.3; + library functions have been updated to use the + <literal>__sentinel</literal> <application>gcc</application> + attribute.</para> </sect2> <sect2 xml:id="userland-abi"> @@ -706,6 +801,13 @@ evaluated when building the <filename role="package">emulators/linux-c6</filename> and related ports.</para> + + <para revision="288669">The stack protector has been upgraded to + the "strong" level, elevating the protection against buffer + overflows. While this significantly improves the security of + the system, extensive testing was done to ensure there are no + measurable side effects in performance or + functionality.</para> </sect2> </sect1> @@ -765,6 +867,11 @@ <para revision="281261" arch="powerpc">Support for &man.dtrace.1; has been added for the Book-E ™.</para> + + <para revision="287886" contrib="sponsor" + sponsor="&multiplay;">The &man.kqueue.2; system call has been + updated to handle write events to files larger than 2 + gigabytes.</para> </sect2> <sect2 xml:id="kernel-config"> @@ -867,6 +974,32 @@ <para>Multi-queue support in the &man.em.4; driver is not officially supported by &intel;.</para> </note> + + <para revision="285142" contrib="sponsor" + sponsor="&netgate;">The <filename>GENERIC</filename> kernel + configuration has been updated to include the + <literal>IPSEC</literal> option by default.</para> + + <para revision="285387" contrib="sponsor" + sponsor="&norse;, &dell;">Initial <acronym>NUMA</acronym> + affinity and policy configuration has been added. See + &man.numactl.1;, and &man.numa.getaffinity.2;, for usage + details.</para> + + <para revision="286231">The &man.pms.4; driver has been added + to the <filename>GENERIC</filename> kernel configuration for + supported architectures.</para> + + <para revision="287306" arch="arm">The + <filename>CUBIEBOARD2</filename> kernel configuration has been + renamed to <filename>A20</filename>.</para> + + <para revision="288176" contrib="sponsor" sponsor="&ff;">Kernel + debugging symbols are now installed to <filename + class="directory">/usr/lib/debug/boot/kernel/</filename>. + To retain the previous behavior, add + <literal>KERN_DEBUGDIR=""</literal> to + &man.src.conf.5;.</para> </sect2> <sect2 xml:id="kernel-sysctl"> @@ -915,6 +1048,15 @@ been added, which when set to <literal>1</literal> during runtime will flush all <literal>net.inet.tcp.hostcache</literal> entries.</para> + + <para revision="285524">A new &man.sysctl.8;, + <literal>hw.model</literal>, has been added, which displays + <acronym>CPU</acronym> model information.</para> + + <para revision="286591">The &man.uart.4; driver has been + updated to allow tuning pulses per second captured in the + CTS line during runtime, whereas previously only the DCD line + could be used without rebuilding the kernel.</para> </sect2> </sect1> @@ -965,6 +1107,13 @@ <para revision="282783" arch="powerpc">Support for the Freescale <acronym>PCI</acronym> Root Complex device has been added.</para> + + <para revision="285876">The &man.cyapa.4; driver has been added, + supporting the Cypress APA I2C trackpad.</para> + + <para revision="285883">The &man.isl.4; driver has been added, + supporting the Intersil I2C ISL29018 digital ambient light + sensor.</para> </sect2> <sect2 xml:id="drivers-storage"> @@ -1002,6 +1151,23 @@ <para revision="281387">The &man.hptnr.4; driver has been updated to version 1.1.1.</para> + + <para revision="285662">The &man.pms.4; driver has been added, + providing support for the PMC Sierra line of + <acronym>SAS</acronym>/<acronym>SATA</acronym> host bus + adapters.</para> + + <para revision="287117" contrib="sponsor" + sponsor="&emcisilon;">The &man.ioat.4; driver has been added, + providing support for the <acronym>PSE</acronym> (Platform + Storage Extension).</para> + + <para revision="287621" contrib="sponsor" sponsor="&ix;">The + <acronym>CTL</acronym> High Availability implementation has + been rewritten.</para> + + <para revision="288310">The &man.ctl.4; driver has been updated + to support CD-ROM and removable devices.</para> </sect2> <sect2 xml:id="drivers-network"> @@ -1049,8 +1215,8 @@ <para revision="272730">The &man.alc.4; driver has been updated to support AR816x and AR817x ethernet controllers.</para> - <para revision="272906">The &man.pf.4; packet filter default hash - has been changed from <literal>Jenkins</literal> to + <para revision="272906">The &man.pf.4; packet filter default + hash has been changed from <literal>Jenkins</literal> to <literal>Murmur3</literal>, providing a 3-percent performance increase in packets-per-second.</para> @@ -1079,6 +1245,25 @@ <para revision="284125">The &man.cdce.4; driver has been updated to include support for the RTL8153 chipset.</para> + + <para revision="286441">The &man.iwm.4; driver has been imported + from OpenBSD, providing support for &intel; 3160/7260/7265 + wireless chipsets.</para> + + <para revision="286829" contrib="sponsor" + sponsor="&limelight;">The &man.em.4; driver has been updated + to allow disabling <acronym>CRC</acronym> stripping.</para> + + <para revision="287222">The &man.pf.4; implementation has been + updated to remove support for the <literal>scrub fragment + crop|drop-ovl</literal> filtering rule. Systems with this + rule in &man.pf.conf.5; will implicitly be converted to the + <literal>scrub fragment reassemble</literal> filtering rule, + without necessary intervention.</para> + + <para revision="288654">The &man.lagg.4; driver has been updated + to remove support for the <literal>fec</literal> + protocol.</para> </sect2> </sect1> @@ -1131,6 +1316,10 @@ <para>The &man.uart.4; driver has been updated to support <acronym>AMT</acronym> devices on newer systems.</para> + + <para revision="285316" contrib="sponsor" sponsor="&ff;" + arch="arm64">Initial <acronym>SMP</acronym> support has been + added to the &os;/&arch.arm64; port.</para> </sect2> <sect2 xml:id="hardware-virtualization"> @@ -1217,6 +1406,10 @@ <para revision="284746" contrib="sponsor" sponsor="&msostc;">The &man.hv.netvsc.4; driver has been updated to support checksum offloading and <acronym>TSO</acronym>.</para> + + <para revision="286062">The &man.xen.4; driver has been updated + to include support for <literal>blkif</literal> indirect + segment I/O.</para> </sect2> <sect2 xml:id="hardware-arm"> @@ -1269,6 +1462,15 @@ sponsor="&ff;">Initial <acronym>ACPI</acronym> support has been added for &os;/&arch.arm64;.</para> + + <para revision="287225">Support for 1-Wire devices has been + added, providing support for 1-Wire hardware through + &man.gpio.4;. See &man.ow.4;, &man.owc.4;, and + &man.ow.temp.4; for more information.</para> + + <para revision="287371" arch="arm64" contrib="sponsor" + sponsor="&abt;">Support for the HiSilicon HI6220 SoC has been + added.</para> </sect2> </sect1> @@ -1302,6 +1504,13 @@ &man.auto.master.5; map, <literal>-noauto</literal>, which handles &man.fstab.5; entries set to <literal>noauto</literal>.</para> + + <para revision="286444">The <acronym>GELI</acronym> class has + been updated to support the <literal>BIO_DELETE</literal> + &man.g.bio.9; <literal>bio_cmd</literal> field, providing + <acronym>TRIM</acronym>/<acronym>UNMAP</acronym> support on + <acronym>GELI</acronym>-backed <acronym>SSD</acronym> storage + providers.</para> </sect2> <sect2 xml:id="storage-net"> @@ -1333,6 +1542,12 @@ &man.sysctl.8; has been removed, and replaced with the <literal>kstat.zfs.misc.arcstats.arc_meta_used</literal> &man.sysctl.8;.</para> + + <para revision="287099" contrib="sponsor" + sponsor="&clusterhq;">The &man.zfs.8; <literal>l2arc</literal> + code has been updated to take <literal>ashift</literal> into + account when gathering buffers to be written to the + <literal>l2arc</literal> device.</para> </sect2> <sect2 xml:id="storage-geom"> @@ -1346,6 +1561,13 @@ <literal>apple-boot</literal>, <literal>apple-hfs</literal>, and <literal>apple-ufs</literal> <acronym>MBR</acronym> partitioning schemes have been added to &man.gpart.8;.</para> + + <para revision="285594" contrib="sponsor" + sponsor="&scaleengine;">The &man.gpart.8; utility has been + updated to include a new attribute for <acronym>GPT</acronym> + partitions, <literal>lenovofix</literal>, which when set, + which works around <acronym>BIOS</acronym> compatibility + issues reported on several Lenovo ™ laptops.</para> </sect2> </sect1> @@ -1491,6 +1713,16 @@ 6864) has been added. Support for this feature can be toggled with the <literal>net.inet.ip.rfc6864</literal> &man.sysctl.8;, which is enabled by default.</para> + + <para revision="285336" contrib="sponsor" + sponsor="&netgate;">The <acronym>IPSEC</acronym> has been + updated to include support for <acronym>AES</acronym> modes on + both software-only and hardware-backed (&man.aesni.4;) + systems.</para> + + <para revision="287798" contrib="sponsor" sponsor="&dell;">The + network stack has been updated to fix handling of + <acronym>IPv6</acronym> On-Link redirects.</para> </sect2> </sect1> diff --git a/release/doc/share/xml/sponsor.ent b/release/doc/share/xml/sponsor.ent index d5d4653b54a8f..a76ef8885d0f8 100644 --- a/release/doc/share/xml/sponsor.ent +++ b/release/doc/share/xml/sponsor.ent @@ -8,6 +8,7 @@ --> +<!ENTITY abt "ABT Systems, Ltd."> <!ENTITY afrl "AFRL"> <!ENTITY chelsio "Chelsio Communications"> @@ -21,9 +22,12 @@ <!ENTITY darpa_afrl "DARPA, AFRL"> <!ENTITY dell "Dell, Inc."> +<!ENTITY emcisilon "EMC / Isilon Storage Division"> + <!ENTITY ff "The &os; Foundation"> <!ENTITY ff.url "https://www.FreeBSDFoundation.org/"> +<!ENTITY gandi "Gandi.net"> <!ENTITY google "Google"> <!ENTITY juniper "Juniper Networks, Inc."> @@ -41,6 +45,7 @@ <!ENTITY netflix "Netflix"> <!ENTITY netgate "Netgate"> <!ENTITY nginx "Nginx, Inc."> +<!ENTITY norse "Norse Corporation"> <!ENTITY sandvine "Sandvine, Inc."> <!ENTITY scaleengine "ScaleEngine, Inc."> diff --git a/release/scripts/list-new-changesets.py b/release/scripts/list-new-changesets.py index 16694c5587ebb..ffb4f48ccb86e 100755 --- a/release/scripts/list-new-changesets.py +++ b/release/scripts/list-new-changesets.py @@ -44,6 +44,7 @@ # list-new-changesets.py -r254153:261794 \ # svn://svn.freebsd.org/base/stable/9 +from __future__ import print_function import os import subprocess import sys @@ -60,15 +61,15 @@ def print_logentry(logentry): date = logentry.find('date').text msg = logentry.find('msg').text - print "-" * 71 - print "%s | %s | %s" % (rev, author, date) - print "Changed paths:" + print("-" * 71) + print("%s | %s | %s" % (rev, author, date)) + print("Changed paths:") for paths in logentry.findall('paths'): for path in paths.findall('path'): - print " %s %s" % (path.attrib['action'], path.text) + print(" %s %s" % (path.attrib['action'], path.text)) - print - print msg.encode('utf-8') + print() + print(msg.encode('utf-8')) def main(args): """Main function. @@ -80,13 +81,13 @@ def main(args): cmd = ["svn", "log", "-v", "--xml"] cmd += args[1:] - print " ".join(cmd) + print(" ".join(cmd)) proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) (out, err) = proc.communicate() if proc.returncode != 0: - print err + print(err) sys.exit(proc.returncode) displayed_entries = 0 @@ -107,10 +108,10 @@ def main(args): displayed_entries += 1 if displayed_entries == 0: - print "No changesets with Added or Deleted files" + print("No changesets with Added or Deleted files") if displayed_entries > 0: - print "-" * 71 + print("-" * 71) if __name__ == "__main__": |
