Commit Graph

138 Commits

Author SHA1 Message Date
Keith Winstein 8d3a3b303f Bump version to 1.1.97 2012-04-23 22:54:50 -04:00
Keith Winstein 905176c2b9 Bump version to 1.1.96 (release candidate) 2012-04-23 20:22:13 -04:00
Keith Winstein caba4d067e Bump version to 1.1.95 (release candidate) 2012-04-22 23:29:02 -04:00
Keith Winstein 9b3845e4b2 Bump version to 1.1.94e 2012-04-22 16:59:40 -04:00
Keith Winstein 261a389a76 Restore zlib build dependency (as libprotobuf-dev doesn't depend on it) 2012-04-22 16:40:57 -04:00
Anders Kaseorg b6736eb0a5 Use protobuf’s Gzip{Input,Output}Stream wrapper around zlib
This removes our direct zlib dependency (although of course protobuf
still uses it internally), removes a fixed 4 MiB buffer and its
corresponding limit on the terminal size, reduces some string copying,
and deletes some code.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>

(Closes #230.)
2012-04-22 16:14:28 -04:00
Keith Winstein 6a3ea5c751 Bump version to 1.1.94d 2012-04-19 02:45:24 -04:00
Keith Winstein 54f57ff4de Bump Debian version 2012-04-17 04:17:33 -04:00
Keegan McAllister 87f63967d6 debian/rules: Include buildflags.mk for DEB_BUILD_MAINT_OPTIONS
Otherwise that variable has no effect.
2012-04-17 04:13:36 -04:00
Keith Winstein aa8c090823 Bump Debian version 2012-04-17 03:24:37 -04:00
Keegan McAllister 57950275fb Disable dpkg stack protector flag in the new way
Suggested by Kees Cook.
2012-04-17 03:18:01 -04:00
Keith Winstein 9b82def79a Bump base version to 1.1.94a 2012-04-17 02:37:06 -04:00
Keith Winstein fe221708d4 Bump Debian package version 2012-04-17 02:16:04 -04:00
Keegan McAllister 4babd4785e Disable dpkg-based setting of stack protector flags
Through Autoconf we set hardening flags that are actually more aggressive than
the Ubuntu defaults, but they conflict with same.
2012-04-17 01:54:31 -04:00
Keith Winstein bdec4cceaf Sign-off Debian changelog 2012-04-16 21:17:09 -04:00
Keith Winstein ac2875141b Bump version for 1.2 release pre-candidate 2012-04-16 21:13:37 -04:00
Keegan McAllister 8bcc001b52 Remove Boost entirely 2012-04-15 13:49:15 -04:00
Keegan McAllister 0eec0b60f0 Linux: Use our own signalfd wrapper, rather than libstddjb
selfpipe already does a fine job of interfacing to signalfd.  But Debian and
Ubuntu want us to depend on the skalibs-dev package rather than build libstddjb
ourselves.  That would be fine except that skalibs-dev has static libraries
only, and they aren't built with -fPIC.  This interferes with building
mosh-{client,server} as position-independent executables, which is a desirable
security measure.

So we have our own wrapper, which invokes either signalfd or selfpipe.  And we
build it ourselves with our own flags, because it's part of the Mosh project
proper.

(closes #108)
2012-04-13 12:33:21 -04:00
Keegan McAllister f7fc34e0c7 Add ax_check_{compile,link}_flag.m4 2012-04-13 12:25:09 -04:00
Keith Winstein 719e085f3e Bump version number 2012-04-11 03:37:09 -04:00
Keith Winstein ba7d9479c6 Revert "Distribute ChangeLog to become lintian pedantic-clean"
This reverts commit 78c7c72b3c.
2012-04-03 12:48:24 -04:00
Keith Winstein 78c7c72b3c Distribute ChangeLog to become lintian pedantic-clean 2012-04-03 12:45:13 -04:00
Keith Winstein ef96859498 Bump version to 1.1.3. 2012-04-03 12:41:41 -04:00
Keith Winstein 7e6356e887 Bump version to 1.1.2c 2012-04-02 19:08:59 -04:00
Keith Winstein 7542070b8f Bump version to 1.1.2b 2012-03-31 17:25:43 -04:00
Keith Winstein 519d1ee282 Bump version to 1.1.2a 2012-03-31 15:55:07 -04:00
Keith Winstein 594acf4168 Bump version to 1.1.2 2012-03-28 18:04:11 +02:00
Keith Winstein fe9fa4ff79 Fix Debian changelog 2012-03-28 15:20:31 +02:00
Keith Winstein c868c587d4 Bump version to 1.1.1a 2012-03-28 15:17:24 +02:00
Keith Winstein 36ae0059c2 Bump version to 1.1.1 2012-03-26 19:20:11 -04:00
Keith Winstein 28b42426fe Bump version to 1.1 2012-03-22 18:42:20 -04:00
Keith Winstein ddb73f3927 Bump version to 1.0.9d 2012-03-21 22:47:16 -04:00
Keith Winstein 96a6d7c63b Bump version number to 1.0.9c 2012-03-21 19:25:56 -04:00
Keith Winstein 5571e9a828 Renumber versions to, e.g., 1.0.9 2012-03-19 00:21:35 -04:00
Keith Winstein 175045a6fb Bump version to 1.09b 2012-03-18 16:38:25 -04:00
Keith Winstein 1d19f9b7de Bump version to 1.09a 2012-03-18 14:01:08 -04:00
Keith Winstein 41856a3f17 Increase version to 1.09 (1.1 release candidate) 2012-03-18 06:07:58 -04:00
Keith Winstein cb03c34bc4 Update changelog 2012-03-16 17:58:05 -04:00
Keith Winstein 2b5b0445df Bump version number to 1.02 2012-03-16 13:46:56 -04:00
Austin Roach bdcdad7081 Add debian/watch file
Addresses a Debian lintian complaint. Adds a debian/watch file for Debian's
automated version-tracking tools. This requires new upstream versions to be
tagged, since the version number is pulled from the filenames of tarballs
available on github.
2012-03-16 00:31:21 -04:00
Austin Roach 50d69e4d29 Change debian/copyright format
Addresses a Debian lintian complaint. Changed the format line in the
debian/copyright file from its proposed form (DEP 5) to the location of
the accepted standard.
2012-03-16 00:30:48 -04:00
Keith Winstein 462a3db7cf Bump version numbers 2012-03-14 04:55:30 -04:00
Keith Winstein 91b8d500a5 Increase version number 2012-03-12 04:52:55 -04:00
Keith Winstein 66730050ee Update version 2012-03-10 16:51:30 -05:00
Keith Winstein 792724159c Update README.md 2012-03-10 14:06:01 -05:00
Keith Winstein bc3297aa75 Small cleanup to generated output when predictions active 2012-03-10 06:42:21 -05:00
Keith Winstein 0f8d0eea0d Update version number (to 0.98) and changelogs 2012-03-10 05:47:05 -05:00
Keith Winstein b8457dd308 Use TERM env var / terminfo to decide whether to send ECH. Fixes tmux bug.
Closes #28 github issue.
2012-03-10 05:41:03 -05:00
Keith Winstein e9cea2627e Update version numbers (etc.) for new release 2012-03-07 04:22:15 -05:00
Keith Winstein 4295111fd9 Add new files to debian/copyright 2012-03-07 03:10:19 -05:00