diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-02-02 17:13:01 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-02-02 17:13:01 +0100 |
commit | ffa8801644a7d53cc1c785e3450f794c07a14eb0 (patch) | |
tree | 8d72a18a9a08b9151d12badcb1c78ce06a059f62 /doc/backend-writing.txt | |
parent | 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f (diff) |
New upstream version 1.0.29upstream/1.0.29
Diffstat (limited to 'doc/backend-writing.txt')
-rw-r--r-- | doc/backend-writing.txt | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/doc/backend-writing.txt b/doc/backend-writing.txt index 576e8e4..736fcec 100644 --- a/doc/backend-writing.txt +++ b/doc/backend-writing.txt @@ -1,4 +1,4 @@ -2006-01-01 +2019-08-26 Here are a few rules and tips that should help writing a SANE-conforming backend and including it into the SANE package: @@ -79,16 +79,10 @@ sane-backends/ configure.ac depcomp install-sh ltmain.sh Makefile.am Makefile.in missing mkinstalldirs: Part of the build system as explained above. * ChangeLog: - The ChangeLog contains all the changes made since the last stable release. - If anything is changed in git, write a decent commit message documenting - your work. This commit message will be included as is in the ChangeLog - file for the next stable release. Users of development code should refer - to the `git log` output or the on-line log. - For more details on the format, see the SANE git page on the website. - * ChangeLog-1.0.0, ChangeLog-1.0.1 (...): - These files contain the ChangeLogs of older releases. Once a new release has - been made, the current ChangeLog renamed to ChangeLog-1.something.something - and a new empty ChangeLog is created. + The ChangeLog contains all the changes made since sane-backends-1.0.28 + or a stub explaining how to create an up-to-date list of changes. + ChangeLogs for all releases up to and including 1.0.28 can be found in + the ChangeLogs/ directory. Please note that we skipped 1.0.26. * AUTHORS COPYING INSTALL LICENSE: General documentation + license. * NEWS: |