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: Tue, 17 Aug 2010 18:15:32 +0200
User: arthur
Date: 10/08/17 18:15:32
Modified: . NEWS configure.ac
Log:
release 1.0.19
Revision Changes Path
1.48 +11 -0 cvsd/NEWS
Index: NEWS
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/NEWS,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- NEWS 14 Jan 2010 21:31:44 -0000 1.47
+++ NEWS 17 Aug 2010 16:15:32 -0000 1.48
@@ -1,3 +1,14 @@
+changes from 1.0.18 to 1.0.19
+-----------------------------
+
+* cvsd-buildroot: ignore commented out lines in CVSROOT/passwd files
+* cvsd-buildroot: set an umask for generated files
+* some documentation updates
+* change init script dependency on $remote_fs (for /usr) from Should to
+ Required (thanks lintian)
+* Debian packaging improvements
+
+
changes from 1.0.17 to 1.0.18
-----------------------------
1.101 +1 -1 cvsd/configure.ac
Index: configure.ac
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/configure.ac,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -b -r1.100 -r1.101
--- configure.ac 13 Aug 2010 20:33:20 -0000 1.100
+++ configure.ac 17 Aug 2010 16:15:32 -0000 1.101
@@ -28,7 +28,7 @@
See the configure.ac file for more details.])
# initialize and set version and bugreport address
-AC_INIT([cvsd],[1.0.18],[cvsd-users@lists.arthurdejong.org])
+AC_INIT([cvsd],[1.0.19],[cvsd-users@lists.arthurdejong.org])
RELEASE_MONTH="Aug 2010"
AC_SUBST(RELEASE_MONTH)
AC_CONFIG_SRCDIR(cvsd.c)
Modified: . changelog
Log:
release 1.0.19
Revision Changes Path
1.45 +12 -0 cvsd/debian/changelog
Index: changelog
===================================================================
RCS file: /home/arthur/devel/repos/cvsd/debian/changelog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- changelog 14 Jan 2010 21:31:44 -0000 1.44
+++ changelog 17 Aug 2010 16:15:32 -0000 1.45
@@ -1,3 +1,15 @@
+cvsd (1.0.19) unstable; urgency=low
+
+ * cvsd-buildroot: ignore commented out lines in CVSROOT/passwd files
+ * cvsd-buildroot: set an umask for generated files
+ * some documentation updates
+ * change init script dependency on $remote_fs (for /usr) from Should
+ to Required (thanks lintian)
+ * upgrade to standards-version 3.9.1 (no changes needed)
+ * switch to explicit "1.0" source format
+
+ -- Arthur de Jong <adejong@debian.org> Tue, 17 Aug 2010 18:00:00 +0200
+
cvsd (1.0.18) unstable; urgency=low
* use simpler shell semantics in cvsd-buildroot to fix a problem with bash 4
--
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