[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Thu Jul 2 00:58:48 UTC 2020


The branch, master has been updated
       via  0768d620 Another table tweak.
      from  d640d78f Change how protocol changes are mentioned; fix table in html.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0768d620a5005b1e5425abc17d2f3989a2309558
Author: Wayne Davison <wayne at opencoder.net>
Date:   Wed Jul 1 14:20:14 2020 -0700

    Another table tweak.

-----------------------------------------------------------------------

Summary of changes:
 NEWS.md           | 2 +-
 packaging/md2html | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/NEWS.md b/NEWS.md
index 113a976e..eb8f724c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4140,7 +4140,7 @@
 
 | RELEASE DATE | VER.   | DATE OF COMMIT\* | PROTOCOL    |
 |--------------|--------|------------------|-------------|
-| ?? Jun 2020  | 3.2.2  |                  | 31          |
+| ?? Jul 2020  | 3.2.2  |                  | 31          |
 | 22 Jun 2020  | 3.2.1  |                  | 31          |
 | 19 Jun 2020  | 3.2.0  |                  | 31          |
 | 28 Jan 2018  | 3.1.3  |                  | 31          |
diff --git a/packaging/md2html b/packaging/md2html
index c6904810..0ee7c405 100755
--- a/packaging/md2html
+++ b/packaging/md2html
@@ -35,7 +35,6 @@ dd p:first-of-type {
 table {
   border-color: grey;
   border-spacing: 0;
-  width: 100%%;
 }
 tr {
   border-top: 1px solid grey;
@@ -45,6 +44,9 @@ tr:nth-child(2n) {
 }
 th, td {
   border: 1px solid #dfe2e5;
+  text-align: center;
+  padding-left: 1em;
+  padding-right: 1em;
 }
 </style>
 </head><body>


-- 
The rsync repository.



More information about the rsync-cvs mailing list