lists.arthurdejong.org
RSS feed

cvsd commit: MODIFIED: ., . ...

[Date Prev][Date Next] [Thread Prev][Thread Next]

cvsd commit: MODIFIED: ., . ...



User: arthur
Date: 12/03/04 11:25:05

Modified:    . NEWS README configure.ac cvsd.c
Log:
release 1.0.23


Revision  Changes    Path
1.52      +9 -0      cvsd/NEWS

Index: NEWS
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/NEWS,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- NEWS        13 Jun 2011 12:07:17 -0000      1.51
+++ NEWS        4 Mar 2012 10:25:05 -0000       1.52
@@ -1,3 +1,12 @@
+changes from 1.0.22 to 1.0.23
+-----------------------------
+
+* have cvsd-buildroot look in all multiarch subdirectories of /lib for
+  NSS libraries
+* portability improvement by Eric Schnoebelen
+* Debian packaging updates
+
+
 changes from 1.0.21 to 1.0.22
 -----------------------------
 


1.42      +1 -1      cvsd/README

Index: README
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/README,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- README      13 Jun 2011 12:07:17 -0000      1.41
+++ README      4 Mar 2012 10:25:05 -0000       1.42
@@ -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, 2011 Arthur de Jong.
+                 2010, 2011, 2012 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.106     +4 -4      cvsd/configure.ac

Index: configure.ac
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/configure.ac,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -b -r1.105 -r1.106
--- configure.ac        7 Aug 2011 20:09:16 -0000       1.105
+++ configure.ac        4 Mar 2012 10:25:05 -0000       1.106
@@ -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, 2011 Arthur de Jong
+#               2010, 2011, 2012 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, 2011 Arthur de Jong
+               2010, 2011, 2012 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.22],[cvsd-users@lists.arthurdejong.org])
-RELEASE_MONTH="Jun 2011"
+AC_INIT([cvsd],[1.0.23],[cvsd-users@lists.arthurdejong.org])
+RELEASE_MONTH="Mar 2012"
 AC_SUBST(RELEASE_MONTH)
 AC_CONFIG_SRCDIR(cvsd.c)
 


1.125     +2 -2      cvsd/cvsd.c

Index: cvsd.c
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/cvsd.c,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -b -r1.124 -r1.125
--- cvsd.c      29 Jan 2011 21:20:02 -0000      1.124
+++ cvsd.c      4 Mar 2012 10:25:05 -0000       1.125
@@ -15,7 +15,7 @@
    Copyright (C) 1999 Chris Black.
    Copyright (C) 2000 Philippe Kehl.
    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-                 2010, 2011 Arthur de Jong.
+                 2010, 2011, 2012 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
@@ -124,7 +124,7 @@
 {
   fprintf(fp,"%s\n",PACKAGE_STRING);
   fprintf(fp,"Written by Chris Black, Philippe Kehl and Arthur de Jong.\n\n");
-  fprintf(fp,"Copyright (C) 1999-2011 Chris Black, Philippe Kehl and Arthur de 
Jong.\n"
+  fprintf(fp,"Copyright (C) 1999-2012 Chris Black, Philippe Kehl and Arthur de 
Jong.\n"
              "This is free software; see the source for copying conditions.  
There is NO\n"
              "warranty; not even for MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE.\n");
 }



Modified:    . changelog
Log:
release 1.0.23


Revision  Changes    Path
1.49      +13 -0     cvsd/debian/changelog

Index: changelog
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/debian/changelog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- changelog   13 Jun 2011 12:07:17 -0000      1.48
+++ changelog   4 Mar 2012 10:25:05 -0000       1.49
@@ -1,3 +1,16 @@
+cvsd (1.0.23) unstable; urgency=low
+
+  * have cvsd-buildroot look in all multiarch subdirectories of /lib for
+    NSS libraries (LP: #801675)
+  * portability improvement by Eric Schnoebelen
+  * switch to dh for debian/rules and bump debhelper compatibility to 8
+  * switch to machine-readable debian/copyright format
+  * upgrade to standards-version 3.9.2 (no changes needed)
+  * update Vietnamese debconf translation to use correct paragraph markers
+  * added Italian debconf translation by Beatrice Torracca (closes: #662119)
+
+ -- Arthur de Jong <adejong@debian.org>  Sun, 04 Mar 2012 11:00:00 +0100
+
 cvsd (1.0.22) unstable; urgency=low
 
   * update FAQ from website (closes: #607823)


-- 
To unsubscribe send an email to
cvsd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/cvsd-commits/