Commit Graph

54 Commits

Author SHA1 Message Date
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
Anders Kaseorg 6d65fe9f79 Add configure options for external skalibs
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2012-03-07 03:05:37 -05:00
Anders Kaseorg c71f8e2dc2 Use automake’s silent-rules mode if available, for quieter build output
With automake 1.11, this gives us Linux kernel–style silent output
that makes warnings more obvious:

  GEN    userinput.pb.cc
  CXX    userinput.pb.o
  AR     libmoshprotos.a
  CXXLD  mosh-client

(Use ‘make V=1’ for the traditional verbose output.)

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2012-03-07 03:05:35 -05:00
Anders Kaseorg aad760e7d6 Make warning CXXFLAGS configurable
This turns off -Werror by default except in the Debian package.
-Werror is inherently unportable and breaks things on OS X.  While it
can cause problems in Debian too, this is at least a little better.

It also turns off -pedantic in src/protobufs, because apparently
protoc output doesn’t compile with -pedantic on all platforms.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2012-03-07 03:05:35 -05:00
Keith Winstein 8fa8bac35e Distribute README.md with Debian package instead of copying to README
[andersk@mit.edu: No changes, but I note for the record that dh
 overrides require a debhelper (>= 7.0.50) dependency that should have
 been listed in the control file, and there was nothing to clean up
 README after it was copied.]
2012-03-07 03:05:35 -05:00
Keegan McAllister 5ab8a8332a Copy README.md to README in the Debian build 2012-03-05 12:31:37 -08:00
Keith Winstein e67bcafdf3 Correct copyright on pkg.m4 to be GPL-2+ stedda GPL-2 2012-03-03 19:08:17 -05:00
Keith Winstein 32b1226901 Add copyright is public-domain to public-domain license entries 2012-03-03 14:17:58 -05:00
Keith Winstein a8dd9d5826 Fix another lintian error in copyright file 2012-03-03 14:12:51 -05:00
Keith Winstein da824fe039 Fix lintian errors in copyright file 2012-03-03 14:11:09 -05:00
Keith Winstein dcefb573e2 Update debian files to new standards version and add changelog entry 2012-03-03 14:05:57 -05:00
Keith Winstein d8074b6f24 Fix debian/copyright file 2012-03-03 14:03:35 -05:00
Keith Winstein 9e13176d96 Fix build problem on i386 2012-02-26 13:51:11 -05:00
Keith Winstein 7a9f92d7f1 Compress all instructions (closes #19 github issue) 2012-02-26 04:41:03 -05:00
Keith Winstein dd80fb7bc7 Revert "Change debian source version to native"
This reverts commit 9e696d9b09.
2012-02-25 15:26:06 -05:00
Keith Winstein 2bc1d4e611 Correct changelog 2012-02-25 15:24:35 -05:00
Keith Winstein 9e696d9b09 Change debian source version to native 2012-02-25 15:20:49 -05:00
Keith Winstein f0199e2695 Bump version numbers (including Mosh protocol version)
This server is now incompatible with older clients and vice versa.
2012-02-25 15:16:21 -05:00
Keith Winstein 58b584a2b3 Move from protobuf-lite to protobuf to accommodate Ubuntu lucid
Add changelog entry
2012-02-20 00:40:08 -05:00
Keith Winstein 356ce40cea Relax autoconf dependency 2012-02-19 22:57:15 -05:00
Keith Winstein c3fbad29f9 Relax debhelper dependency to make build on Ubuntu 10.04 LTS lucid 2012-02-19 22:03:29 -05:00
Keith Winstein 5170e493b3 Amend changelogs 2012-02-19 22:01:16 -05:00
Keith Winstein ea3c0ca53b Add man pages (closes #7 github issue) 2012-02-18 01:57:07 -05:00
Anders Kaseorg 3e81d42f74 Require Boost
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2012-02-17 21:29:51 -05:00
Anders Kaseorg 2a13d0ddd9 debian/control: Remove libprotobuf-lite7 and libutempter0
These are automatically picked up by ${shlibs:Depends}.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2012-02-17 21:29:51 -05:00
Keith Winstein 5e1364516a Fix changelog typo 2012-02-13 06:09:53 -05:00
Keith Winstein f6d8b4cb38 Bump version number 2012-02-13 05:44:55 -05:00
Keith Winstein feb64eec52 Make utmp entries using utempter 2012-02-13 05:43:07 -05:00
Keith Winstein ee67c85e88 Increment version number and make changelog entries 2012-02-13 03:54:27 -05:00
Keith Winstein e67f6c5da7 Add missing dependencies to debian/control 2012-02-09 09:36:01 -05:00
Keith Winstein 7d2bfcd9b1 Fix formatting problem in debian/changelog 2012-02-09 03:09:01 -05:00
Keith Winstein 597fdbb5fd Increment version number 2012-02-09 03:06:02 -05:00
Keith Winstein 576ce0697d Increment orig version number 2012-02-07 17:31:49 -05:00
Keith Winstein b1d098d3ca Increment version number 2012-02-07 03:04:33 -05:00
Keith Winstein ce9cab0c4c Increment Ubuntu version number 2012-02-07 02:50:25 -05:00