diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-05 15:19:37 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-05 15:19:37 -0400 |
commit | b729d870341ae06f9a5a945717eb61c1d60a3af5 (patch) | |
tree | baf29e214d27db30ed7b9c49373f3c6ec90d7625 | |
parent | b08aeb0570bfd28f29a7708ab65f0f09f89e3883 (diff) | |
download | moreutils-b729d870341ae06f9a5a945717eb61c1d60a3af5.tar.gz |
releasing version 0.350.35
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 7b638cb..896c260 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -moreutils (0.35) UNRELEASED; urgency=low +moreutils (0.35) unstable; urgency=low * ifdata: Don't assume that all interface names are 6 characters or less, for instance "wmaster0" is longer. Increase the limit to 20 characters. @@ -6,7 +6,7 @@ moreutils (0.35) UNRELEASED; urgency=low * isutf8: Reject UTF-8-encoded UTF-16 surrogates. Closes: #525301 (Thanks, Jakub Wilk and liw) - -- Joey Hess <joeyh@debian.org> Sat, 02 May 2009 20:40:23 -0400 + -- Joey Hess <joeyh@debian.org> Tue, 05 May 2009 15:06:41 -0400 moreutils (0.34) unstable; urgency=low diff --git a/debian/control b/debian/control index a3495fb..7c3e652 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0), docbook2x, docbook-xml Maintainer: Joey Hess <joeyh@debian.org> -Standards-Version: 3.8.0 +Standards-Version: 3.8.1 Vcs-Git: git://git.kitenet.net/moreutils Homepage: http://kitenet.net/~joey/code/moreutils/ |