Next | Query returned 46 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2016-08-24 12:34:10 by Thomas Klausner | Files touched by this commit (3)
Log message:
Updated mosh to 1.2.6.

2016-08-10 Keith Winstein <mosh-devel@mit.edu>

	* Version 1.2.6 released.

	* New features:
		* Add Travis CI builds for Linux and Mac.  (Anders Kaseorg, others)
		* Add a --local option to run without ssh.  (John Hood)
		* Mosh now returns exitstatus reflecting connection success.
		  (John Hood)
		* Add a end-to-end test suite and many tests.  (John Hood)
		* Implement timeouts and signals to help address orphaned sessions.
		  (John Hood)
		* Major rework of Mosh's display differencing/rendering
		  code with much improved performance for slow machines.  (John Hood)
		* Implement ANSI back/forward tab (CSI CBT, CSI CHT).
		  (John Hood)
		* Do not start user shell until network session starts.
		  (John Hood)
		* Add options for more flexible specification of IPv4/IPv6
		  hostname resolution.  (John Hood)
		* Improved bash completion.  (Steve Dignam, HIGUCHI Yuta)
		* Add options for different methods of resolving the remote host
		  address, allowing operation without SshProxyCommand.  (John Hood)

	* Platform support:
		* Add configurable support for Apple Common Crypto and
		  Nettle, in place of OpenSSL.  Implement base64 locally.
		  (John Hood)
		* Workaround Cygwin select() bug.  (John Hood)
		* Updates to Debian packaging.  (Anders Kaseorg, Keith Winstein)
		* Workaround a glibc-2.22 issue causing segfaults on Debian Sid.
		  (John Hood with help from many others)
		* Prefer c++ to g++, for systems like FreeBSD where g++ is not usable.
		  (John Hood)
		* Fixes for Illumos Hipster 20151003.  (John Hood)
		* Disable -Werror for protobuf code, to resolve a new gcc6 warning.
		  (John Hood)
		* Link test for -fstack-protector-all on an embedded platform.
		  (Baruch Siach)
		* Resolve issue with bswap64() on FreeBSD-CURRENT with libc++-3.8.0.
		  (John Hood)
		* Fix issue with RECVTOS error message on client on FreeBSD.
		  (John Hood)

	* Bug fixes:
		* Remove an assertion causing aborts on Unicode fallback found by
		  fuzzing with afl.  (Keith Winstein)
		* Fix a server hang with XON/XOFF on BSD systems.  (John Hood)
		* Fix a typeahead-prediction bug that caused display corruption on
		  urxvt.  (John Hood)
   2016-03-05 12:29:49 by Jonathan Perkin | Files touched by this commit (1813)
Log message:
Bump PKGREVISION for security/openssl ABI bump.
   2015-11-04 01:35:47 by Alistair G. Crooks | Files touched by this commit (748)
Log message:
Add SHA512 digests for distfiles for net category

Problems found with existing digests:
	Package haproxy distfile haproxy-1.5.14.tar.gz
	159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package bsddip: missing distfile bsddip-1.02.tar.Z
	Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
	Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
	Package djbdns: missing distfile djbdns-cachestats.patch
	Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
	Package gated: missing distfile gated-3-5-11.tar.gz
	Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
	Package poink: missing distfile poink-1.6.tar.gz
	Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
	Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
	Package waste: missing distfile waste-source.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-08-18 09:31:20 by Thomas Klausner | Files touched by this commit (282)
Log message:
Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
   2015-08-17 19:11:32 by Thomas Klausner | Files touched by this commit (178)
Log message:
Bump PKGREVISION for ncurses shlib bump.
   2015-07-27 00:53:54 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.2.5:

2015-07-12 Keith Winstein <mosh-devel@mit.edu>

       * Version 1.2.5 released.

       * New features:
               * Bind to a specific IP address with --bind-server. (Philipp
		 Haselwarter)
               * MOSH_ESCAPE_KEY configures escape character.  (Timo
		 J. Rinne)
               * Support non-roaming IPv6. (Anders Kaseorg)
               * Implement XTerm mouse mode. (Barosl LEE, Andrew Chin,
		 Louis Kruger)
               * Report Git revision along with version if available.
		 (John Hood)

       * Platform support:
               * Add pselect() emulation. (Jérémie Courrèges-Anglas)
               * OpenBSD, OS X: Fix be64toh-related issues. (Jérémie
		 Courrèges-Anglas)
               * ARM Neon: fix gcc4.8 compiling problem(Pasi Sjöholm)
               * NaCl: Conditionally rename main to mosh_main. (Richard
		 Woodbury)
               * FreeBSD: Token pasting, forkpty(), ARM fixes. (John Hood)
               * AIX: Implement CTTY grabbing when TIOCSCTTY is missing
                 (Anton Lundin)
	       * OS X: Broaden build support to cover OS X 10.5 through
		 10.10. (John Hood)
	       * Debian: Improve bash-completion install and
		 functionality. (Suggested by Gabriel Filion, John Hood)

       * Bug fixes:
               * Automake/autoconf workarounds.  (Anders Kaseorg)
               * mosh-server: Allow startup without PTY.  (Keith Winstein)
               * network.cc: Properly close old fd on Socket assignment
		 operator. (Thanks to Igor Bukanov)
               * mosh-server:  Allow startup with zero-window-size PTY.
                 (Igor Bukanov)
               * AddrInfo: Fix error message generation when node == NULL
                 (Anders Kaseorg)
               * Timestamp: Prevent integer overflow on Darwin PPC 32-bit
                 (Anders Kaseorg)
               * scripts/mosh: Fix hang when remote closes the connection
                 (Anders Kaseorg)
               * Fix issues with parsing of 256-color SGR sequences.
                 (John Hood)
               * Numerous code hygiene, Coverity, and Clang static analyzer
                 fixes.  (Anders Kaseorg, Geoffrey Thomas, John Hood)
   2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152)
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
   2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049)
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
   2014-02-13 00:18:57 by Matthias Scheler | Files touched by this commit (1568)
Log message:
Recursive PKGREVISION bump for OpenSSL API version bump.
   2013-07-05 16:03:50 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Update to 1.2.4

Changelog:
2013-03-27 Keith Winstein <mosh-devel@mit.edu>

        * Version 1.2.4 released.

        * New features:
                * Support port ranges with -p LOWPORT:HIGHPORT (Luke Mewburn)
                * Ctrl-^ Ctrl-Z suspends mosh client (Nikolai Zeldovich)
                * mm:ss display of lost-contact times (Kevin Ballard)
                * Show infobar with control chars when Ctrl-^ is typed
                * Put terminal in altscreen mode (Anders Kaseorg)
                * Tell automake/Debian pkg about our checks (Anders Kaseorg)

        * Platform support:
                * OS X: Script to build a universal package (Peter Iannucci)
                * FreeBSD: Fix build problems (Jimmy Olgeni)
                * AIX: port by Anton Lundin
                * Solaris with system curses (Anton Lundin)
                * Cygwin and others: eliminate use of IO::Pty (Anton Lundin)

        * Bug fixes:
                * Fix bug (introduced in 1.2.3) where server stays around
                  if process quits while client is detached
                * Clean up spurious entries from detached sessions warning
                * Fix freeze when connectivity is one-directional for hours
                  (reported by Axel Beckert)
                * Don't wipe title until a new one is set (sqweek)
                * Eliminate memory leaks and cppcheck warnings (Anders Kaseorg)

Next | Query returned 46 messages, browsing 31 to 40 | Previous