turnkey-redmine-18.0 (1) turnkey; urgency=low

  * Install latest upstream version of Redmine: 5.1.2
    [Daniele Lolli <github@uncledan.it>]

  * Thanks too to Davide Mainardi <davide@mainardisoluzioni.com>
    [Daniele Lolli <github@uncledan.it>]

  * Confconsole: bugfix broken DNS-01 Let's Encrypt challenge- closes #1876 &
    #1895.
    [Jeremy Davis <jeremy@turnkeylinux.org>]

  * Ensure hashfile includes URL to public key - closes #1864.

  * Include webmin-logviewer module by default - closes #1866.

  * Upgraded base distribution to Debian 12.x/Bookworm.

  * Configuration console (confconsole):
    - Support for DNS-01 Let's Encrypt challenges.
      [ Oleh Dmytrychenko <dmytrychenko.oleh@gmail.com> github: @NitrogenUA ]
    - Support for getting Let's Encrypt cert via IPv6 - closes #1785.
    - Refactor network interface code to ensure that it works as expected and
      supports more possible network config (e.g. hotplug interfaces & wifi).
    - Show error message rather than stacktrace when window resized to
      incompatable resolution - closes  #1609.
      [ Stefan Davis <stefan@turnkeylinux.org> ]
    - Bugfix exception when quitting configuration of mail relay.
      [ Oleh Dmytrychenko <dmytrychenko.oleh@gmail.com> github: @NitrogenUA ]
    - Improve code quality: implement typing, fstrings and make (mostly) PEP8
      compliant.
      [Stefan Davis <stefan@turnkeylinux.org> & Jeremy Davis

  * Firstboot Initialization (inithooks):
    - Refactor start up (now hooks into getty process, rather than having it's
      own service).
      [ Stefan Davis <stefan@turnkeylinux.org> ]
    - Refactor firstboot.d/01ipconfig (and 09hostname) to ensure that hostname
      is included in dhcp info when set via inithooks.
    - Package turnkey-make-ssl-cert script (from common overlay - now packaged
      as turnkey-ssl). Refactor relevant scripts to leverage turnkey-ssl.
    - Refactor run script - use bashisms and general tidying.
    - Show blacklisted password characters more nicely.
    - Misc packaging changes/improvements.
    - Support returning output from MySQL - i.e. support 'SELECT'. (Only
      applies to apps that include MySQL/MariaDB).

  * Web management console (webmin):
    - Upgraded webmin to v2.105.
    - Replace webmin-shell with webmin-xterm module by default - closes #1904.
    - Removed stunnel reverse proxy (Webmin hosted directly now).
    - Ensure that Webmin uses HTTPS with default cert
      (/etc/ssl/private/cert.pem).
    - Disabled Webmin Let's Encrypt (for now).

  * Web shell (shellinabox):
    - Completely removed in v18.0 (Webmin now has a proper interactive shell).

  * Backup (tklbam):
    - Ported dependencies to Debian Bookworm; otherwise unchanged.

  * Security hardening & improvements:
    - Generate and use new TurnKey Bookworm keys.
    - Automate (and require) default pinning for packages from Debian
      backports. Also support non-free backports.

  * IPv6 support:
    - Adminer (only on LAMP based apps) listen on IPv6.
    - Nginx/NodeJS (NodeJS based apps only) listen on IPv6.

  * Misc bugfixes & feature implementations:
    - Remove rsyslog package (systemd journal now all that's needed).
    - Include zstd compression support.
    - Enable new non-free-firmware apt repo by default.
    - Improve turnkey-artisan so that it works reliably in cron jobs (only
      Laravel based LAMP apps).

  * Set mod_evasive log location - makes debugging easier.
    [ Jeremy Davis <jeremy@turnkeylinux.org> ]

  * Include and enable mod_evasive and mod_security2 by default in Apache.
    [ Stefan Davis <Stefan@turnkeylinux.org> ]

  * Use MariaDB (MySQL replacement) v10.11.3 (from debian repos).

 -- Jeremy Davis <jeremy@turnkeylinux.org>  Wed, 13 Mar 2024 07:37:42 +0000

turnkey-redmine-17.1 (1) turnkey; urgency=low

  * Updated all Debian packages to latest.
    [ autopatched by buildtasks ]

  * Patched bugfix release. Closes #1734.
    [ autopatched by buildtasks ]

 -- Jeremy Davis <jeremy@turnkeylinux.org>  Wed, 14 Sep 2022 06:57:18 +0000

turnkey-redmine-17.0 (1) turnkey; urgency=low

  * Update to latest stable Redmine - v5.0.0.

  * Note: Please refer to turnkey-core's 17.0 changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Zhenya Hvorostian <zhenya@turnkeylinux.org>  Fri, 06 May 2022 19:37:04 +0300

turnkey-redmine-16.1 (1) turnkey; urgency=low

  * Update to latest stable Redmine - v4.2.1.

  * Note: Please refer to turnkey-core's 16.1 changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Jeremy Davis <jeremy@turnkeylinux.org>  Thu, 06 May 2021 16:54:01 +1000

turnkey-redmine-16.0 (1) turnkey; urgency=low

  * Update to latest stable Redmine - v4.1.1.

  * Update to latest stable Ruby on Rails - v6.0.3.3.

  * Update other relevant dependencies/tools:

    - ruby:     v2.6.6
    - rbenv:    v1.1.2
    - yarn:     v1.22.5

  * Explcitly disable TLS<1.2 (i.e. SSLv3, TLSv1, TLSv1.1). (v15.x
    TurnKey releases supported TLS 1.2, but could fallback as low as TLSv1).

  * Update SSL/TLS cyphers to provide "Intermediate" browser/client support
    (suitable for "General-purpose servers with a variety of clients,
    recommended for almost all systems"). As provided by Mozilla via
    https://ssl-config.mozilla.org/.

  * Updated version of mysqltuner script - now installed as per upstream
    recommendation.

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Zhenya Hvorostian <zhenya@turnkeylinux.org>  Wed, 08 Sep 2020 11:47:06 +0300

turnkey-redmine-15.2 (1) turnkey; urgency=low

  * Update to latest stable Redmine - v4.0.3.

  * Remove MariaDB workaround code (no longer required due to Debian MariaDB
    patch).

  * Disable requirement to reset admin password on first login (password set
    on firstboot).

 -- Jeremy Davis <jeremy@turnkeylinux.org>  Fri, 07 Jun 2019 08:05:06 +1000

turnkey-redmine-15.1 (1) turnkey; urgency=low

  * Rebuild to resolve inadvertent removal of mariadb during sec-updates
    - part of #1246.

 -- Jeremy Davis <jeremy@turnkeylinux.org>  Thu, 22 Nov 2018 14:41:34 +1100

turnkey-redmine-15.0 (1) turnkey; urgency=low

  * Upgraded to latest stable version of Redmine (3.4.6)

  * Install Adminer directly from stretch/main repo
  
  * Replace MySQL with MariaDB

  * Mercurial (hg) & Bazaar (bzr) support removed (related to #1050)
    [ Anton Pyrogovskyi <anton@turnkeylinux.org> ]
  
  * Add workaround for MariaDB 10.1 
  
  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.
  
 -- Zhenya Hvorostian <zhenya@turnkeylinux.org>  Mon, 18 Jun 2018 21:41:20 +0300

turnkey-redmine-14.2 (1) turnkey; urgency=low

  * Upgraded to latest stable version of Redmine.

  * Upstream source component versions:

    redmine         3.2.6

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Zhenya Hvorostian <zhenya@turnkeylinux.org>  Wed, 21 Jun 2017 10:50:13 +0300

turnkey-redmine-14.1 (1) turnkey; urgency=low

  * Upgraded to latest stable version of Redmine.

  * Upstream source component versions:

    redmine         3.2.0

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Anton Pyrogovskyi <anton@turnkeylinux.org>  Sun, 03 Jan 2016 12:22:53 +0100

turnkey-redmine-14.0 (1) turnkey; urgency=low

  * Upgraded to latest stable version of Redmine.

  * Upstream source component versions:

    redmine         3.0.3
    
  * Hardened default SSL settings

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Stefan Davis <nafets.sivad@gmail.com>  Mon, 25 May 2015 03:52:36 +0000

turnkey-redmine-13.0 (1) turnkey; urgency=low

  * Redmine:

    - Replaced ruby-enterprise with stock ruby from Debian [#102].
    - Ruby 1.9.3 uses mysql2 adapter [#108].
    - Bugfixes for package transitions [#58, #59].
    - Bugfix: email delivery settings [#12].
    - Bugfix: path_encoding UTF8 -> UTF-8 [#123].

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Alon Swartz <alon@turnkeylinux.org>  Fri, 11 Oct 2013 11:00:55 +0300

turnkey-redmine-12.1 (1) turnkey; urgency=low

  * Upgraded to latest major version of Redmine.

  * Upstream source component versions:

    redmine             2.2.3
    rubyenterprise      1.8.7-2012.02_i386_ubuntu10.04
                        1.8.7-2012.02_amd64_debian6

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Alon Swartz <alon@turnkeylinux.org>  Sun, 07 Apr 2013 08:00:00 +0200

turnkey-redmine-12.0 (1) turnkey; urgency=low

  * Redmine

    - Upgraded to latest upstream archive.
    - Updated firstboot redmine configuration (passwords are now salted).
    - Removed regen-redmine-secrets, now handled by regen-rails-secrets.
    - Updated default configurations (eg. mail) for newer rails version.
    - Bugfix: add creation dates to helloworld repos (UX).

  * Major component versions

    redmine             1.4.4 (upstream archive)
    rails               2.3.14
    ruby-enterprise     1.8.7-2012.02
    apache2             2.2.16-6+squeeze7
    mysql-server        5.1.63-0+squeeze1
    build-essential     11.5

    git-core            1:1.7.2.5-3
    bzr                 2.1.2-1
    subversion          1.6.12dfsg-6
    mercurial           1.6.4-1

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Alon Swartz <alon@turnkeylinux.org>  Wed, 01 Aug 2012 08:00:00 +0200

turnkey-redmine-11.3 (1) turnkey; urgency=low

  * Installed security updates.
  * Enabled etckeeper garbage collection by default.
  * Upgraded to latest inithooks version (adhoc re-initialization via turnkey-init)

 -- Alon Swartz <alon@turnkeylinux.org>  Mon, 05 Dec 2011 10:48:44 +0000

turnkey-redmine-11.2 (1) turnkey; urgency=low

  * Installed security updates.
  * Added HubDNS package and firstboot configuration.

 -- Alon Swartz <alon@turnkeylinux.org>  Fri, 15 Jul 2011 07:47:08 +0000

turnkey-redmine-11.1 (1) turnkey; urgency=low

  * Redmine:

    - Regenerate action_controller.session secret (security).
    - Updated project creation schema due to required fields.
    - Replaced Ruby with Ruby Enterprise (performance).
    - Replaced Ruby Enterprise rack gem with version 1.0.1 (Redmine dep).
    - Added i18n gem version 0.4.2 (Redmine dep).

  * Set Redmine admin email and password on firstboot (convenience, security).

  * Set MySQL root password on firstboot (convenience, security).

  * Force MySQL to use Unicode/UTF8.

  * Set postfix MTA myhostname to localhost (bugfix).

  * Included libreadline-dev so rails console works (bugfix).

  * Major component versions:

    redmine         1.0.5 (upstream tarball)
    ruby-enterprise 1.8.7-2010.02_i386_ubuntu10.04
    mysql-server    5.1.41-3ubuntu12.8
    apache2         2.2.14-5ubuntu8.4

    git-core        1:1.7.0.4-1ubuntu0.1
    bzr             2.1.1-1
    subversion      1.6.6dfsg-2ubuntu1
    mercurial       1.4.3-1

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Alon Swartz <alon@turnkeylinux.org>  Sun, 24 Dec 2010 09:02:55 +0200

turnkey-redmine-2009.10 (2) hardy; urgency=low

  * Installed all security updates (see manifest for package versions).

  * Install security updates on firstboot (except when running live).

  * Trick webmin into not checking for upgrades (managed by apt).

  * Updated di-live mysql mechanism and secret regeneration.

  * Included latest version of inithooks and updated scripts.

  * Included wget as per common request.

 -- Alon Swartz <alon@turnkeylinux.org>  Mon, 29 Mar 2010 09:02:11 +0200

turnkey-redmine-2009.10 (1) hardy; urgency=low

  * Initial public release of TurnKey Redmine.

  * SSL support out of the box.

  * Redmine configuration:

    - Loaded default roles, trackers, statuses, workflows and enumerations.
    - Configured projects to use all available trackers (bug, feature, support).
    - Includes custom developed init scripts for bzr and svn.
    - Includes exemplary helloworld repositories.

  * Integrated version control systems:

    - git:        git://addr/git
    - svn:        svn://addr/svn
    - bzr:        bzr://addr/bzr
    - mercurial:  http://addr:8080

  * Includes Phusion Passenger for Apache web server (mod_rails).

  * Includes postfix MTA (bound to localhost) to allow sending of email from
    Redmine (e.g., password recovery). Also added webmin-postfix module for
    convenience.

  * Regenerates all secrets during installation / firstboot (security).

  * Major component versions:

    redmine         0.8.4 (upstream tarball)

    git-core        1:1.5.4.3-1ubuntu2.1
    bzr             1.3.1-1ubuntu0.1
    subversion      1.4.6dfsg1-2ubuntu1.1
    mercurial       0.9.5-3

    apache2         2.2.8-1ubuntu0.11
    mysql-server    5.0.51a-3ubuntu5.4
    ruby            4.1
    rubygems        1.3.5
    rails           2.3.4
    rake            0.8.7
    passenger       2.2.5

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Alon Swartz <alon@turnkeylinux.org>  Tue, 29 Sep 2009 15:39:41 +0200