diff --git a/doc/Makefile b/doc/Makefile index 62243f28..55f42749 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,6 @@ # ***************************************************** -*- Makefile -*- # -# Copyright (C) 2004-2015 Andreas Huggel +# Copyright (C) 2004-2017 Andreas Huggel # # This Makefile is part of the Exiv2 distribution. # diff --git a/doc/templates/Makefile b/doc/templates/Makefile index b0bc779a..f186fefc 100644 --- a/doc/templates/Makefile +++ b/doc/templates/Makefile @@ -1,6 +1,6 @@ # ************************************************************* -*- Makefile -*- # -# Copyright (C) 2004-2015 Andreas Huggel +# Copyright (C) 2004-2017 Andreas Huggel # # This Makefile is part of the Exiv2 distribution. # diff --git a/src/doxygen.hpp.in b/src/doxygen.hpp.in index 8e2871c8..ef9161e7 100644 --- a/src/doxygen.hpp.in +++ b/src/doxygen.hpp.in @@ -81,7 +81,7 @@ - digiKam schema - KDE Image Program Interface schema - GPano schema - - lightroom schema + - lightroom schema - Microsoft Photo 1.2 schema - Microsoft Photo RegionInfo schema - Microsoft Photo Region schema @@ -108,7 +108,7 @@ @section license License -

Copyright (C) 2004-2015 Andreas Huggel

+

Copyright (C) 2004-2017 Andreas Huggel

%Exiv2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/website/Checklist.txt b/website/Checklist.txt index 4be332e6..7fb151fb 100644 --- a/website/Checklist.txt +++ b/website/Checklist.txt @@ -33,15 +33,26 @@ Review and update documentation READMEs Update var/__version__ -v0.26+: Get the release ready by inspecting the logs from the buildserver. +v0.26+: + make the tags: + $ cd doc + $ make tags + $ make + create trunk bundle: + $ cd website + $ rm -rf *trunk* + $ bin/exiv2-buildrelease.sh trunk + inspect the logs from the buildserver copy builds from buildserver to html/builds - bin/getbuilds.sh + $ cd website + $ bin/getbuilds.sh Get the Website ready: - $ make # This does NOT run bin/getbuilds.sh + $ cd website + $ make # This does NOT run bin/getbuilds.sh NOR bin/exiv2-buildrelease.sh NOR make tags $ open html/index.html -#v0.25 Create packages (bin/exiv2-buildrelease.sh # bin/exiv2-buildwinexe.sh) +#v0.25 Create packages (bin/exiv2-buildrelease.sh ; bin/exiv2-buildwinexe.sh) Tag release (bin/exiv2-tagrelease.sh) Publish webpages and packages locally (make publish)