cvsd commit: MODIFIED: ., . ...
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
cvsd commit: MODIFIED: ., . ...
- From: Commits of the cvsd project <cvsd-commits [at] lists.arthurdejong.org>
- To: cvsd-commits [at] lists.arthurdejong.org
- Reply-to: cvsd-users [at] lists.arthurdejong.org
- Subject: cvsd commit: MODIFIED: ., . ...
- Date: Mon, 13 Jun 2011 14:07:18 +0200
User: arthur
Date: 11/06/13 14:07:18
Modified: . NEWS README configure.ac
Log:
release 1.0.22
Revision Changes Path
1.51 +10 -1 cvsd/NEWS
Index: NEWS
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/NEWS,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- NEWS 8 Sep 2010 20:15:05 -0000 1.50
+++ NEWS 13 Jun 2011 12:07:17 -0000 1.51
@@ -1,7 +1,16 @@
+changes from 1.0.21 to 1.0.22
+-----------------------------
+
+* don't log EINTR on select() any more, not even in debug mode
+* fix for cvsd-buildroot to also work on multiarch setups
+* log address and port with bind() failures
+* Debian packaging updates
+
+
changes from 1.0.20 to 1.0.21
-----------------------------
-* handle failure to bind() as a fatal error now
+* handle failure of bind() as a fatal error
changes from 1.0.19 to 1.0.20
1.41 +1 -1 cvsd/README
Index: README
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/README,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- README 13 Aug 2010 20:33:20 -0000 1.40
+++ README 13 Jun 2011 12:07:17 -0000 1.41
@@ -14,7 +14,7 @@
Copyright (C) 1999 Chris Black.
Copyright (C) 2000 Philippe Kehl.
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
- 2010 Arthur de Jong.
+ 2010, 2011 Arthur de Jong.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
1.104 +4 -4 cvsd/configure.ac
Index: configure.ac
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/configure.ac,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -b -r1.103 -r1.104
--- configure.ac 8 Sep 2010 20:15:05 -0000 1.103
+++ configure.ac 13 Jun 2011 12:07:17 -0000 1.104
@@ -1,6 +1,6 @@
# configure.ac - process this file with autoconf to produce configure
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-# 2010 Arthur de Jong
+# 2010, 2011 Arthur de Jong
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
AC_PREREQ(2.59)
AC_COPYRIGHT(
[Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
- 2010 Arthur de Jong
+ 2010, 2011 Arthur de Jong
This configure script is derived from configure.ac which is free software;
you can redistribute it and/or modify it under the terms of the GNU General
@@ -28,8 +28,8 @@
See the configure.ac file for more details.])
# initialize and set version and bugreport address
-AC_INIT([cvsd],[1.0.21],[cvsd-users@lists.arthurdejong.org])
-RELEASE_MONTH="Sep 2010"
+AC_INIT([cvsd],[1.0.22],[cvsd-users@lists.arthurdejong.org])
+RELEASE_MONTH="Jun 2011"
AC_SUBST(RELEASE_MONTH)
AC_CONFIG_SRCDIR(cvsd.c)
Modified: . changelog copyright
Log:
release 1.0.22
Revision Changes Path
1.48 +11 -0 cvsd/debian/changelog
Index: changelog
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/debian/changelog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- changelog 8 Sep 2010 20:15:05 -0000 1.47
+++ changelog 13 Jun 2011 12:07:17 -0000 1.48
@@ -1,3 +1,14 @@
+cvsd (1.0.22) unstable; urgency=low
+
+ * update FAQ from website (closes: #607823)
+ * don't log EINTR on select() any more, not even in debug mode
+ * fix for cvsd-buildroot to also work on multiarch setups
+ * log address and port with bind() failures
+ * switch to 3.0 (native) source format
+ * upgrade to standards-version 3.9.2 (no changes needed)
+
+ -- Arthur de Jong <adejong@debian.org> Mon, 13 Jun 2011 14:00:00 +0200
+
cvsd (1.0.21) unstable; urgency=low
* handle failure to bind() as a fatal error now (see #595779)
1.13 +1 -1 cvsd/debian/copyright
Index: copyright
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/debian/copyright,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- copyright 12 Jun 2009 21:48:31 -0000 1.12
+++ copyright 13 Jun 2011 12:07:17 -0000 1.13
@@ -20,7 +20,7 @@
Files: *
Copyright: Copyright (C) 1999 Chris Black
Copyright (C) 2000 Philippe Kehl
- Copyright (C) 2001-2008 Arthur de Jong
+ Copyright (C) 2001-2011 Arthur de Jong
License: GPL-2+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
--
To unsubscribe send an email to
cvsd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/cvsd-commits
- cvsd commit: MODIFIED: ., . ...,
Commits of the cvsd project