dwww Home | Show directory contents | Find package

redmine (5.0.4-6~bpo12+1) UNRELEASED; urgency=medium

  * Remove allow-activesupport-hwia.patch, it is now integrated upstream
    and this override now breaks various plugins.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Wed, 05 Jul 2023 17:47:27 +0900

redmine (5.0.4-5) unstable; urgency=medium

  [Jakob Haufe]
  * Add support for Thin (Closes: #1031685).

  [ Marc Dequènes (Duck) ]
  * Update lintian overrides to new format.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Wed, 22 Feb 2023 03:58:10 +0900

redmine (5.0.4-4) unstable; urgency=medium

  * Set DH_RUBY_IGNORE_TESTS to all. (Closes: #1031308)
  * Cherry-pick changes from bullseye-backports branch.
  * Revert "d/rules: Limit PARALLEL_WORKERS to 2 to attempt fix flaky tests"

 -- Utkarsh Gupta <utkarsh@debian.org>  Mon, 20 Feb 2023 19:31:13 +0530

redmine (5.0.4-3) unstable; urgency=medium

  [ Nilesh Patra ]
  * d/rules: Limit PARALLEL_WORKERS to 2 to attempt fix flaky tests.
  * Cleanup some more stuff for clean builds.

  [ Utkarsh Gupta ]
  * Add patch to stop unnecessary recursive chown'ing.
    (Closes: #1022816, #1022817)

 -- Utkarsh Gupta <utkarsh@debian.org>  Fri, 10 Feb 2023 22:57:07 +0530

redmine (5.0.4-2) unstable; urgency=medium

  * Team upload.
  * d/control (Depends): Add ruby-mocha (closes: #1029601).

 -- Daniel Leidert <dleidert@debian.org>  Wed, 01 Feb 2023 16:41:38 +0100

redmine (5.0.4-1) unstable; urgency=medium

  * New upstream version 5.0.4. (Closes: #1022818)
    - Fixes CVE-2022-44030, CVE-2022-44031, and CVE-2022-44637.
      (Closes: #1026048)
  * Refresh d/patches.
    - Keep mocha in Gemfile. (Closes: #1027340)

 -- Utkarsh Gupta <utkarsh@debian.org>  Mon, 16 Jan 2023 17:56:19 +0530

redmine (5.0.2-2) unstable; urgency=medium

  * Add patch to relax pg's version for autopkgtest.

 -- Utkarsh Gupta <utkarsh@debian.org>  Tue, 13 Sep 2022 20:29:06 +0530

redmine (5.0.2-1) unstable; urgency=medium

  [ Marc Dequènes (Duck) ]
  * Do not use bundle without command. (Closes: #999617)

  [ Vivek K J ]
  * Relax Gemfile dep rouge (use 3.30.0 instead of 3.28.0).

  [ Utkarsh Gupta ]
  * New upstream version 5.0.2
  * Refresh d/patches.
    + Allow rouge ~> 3.28 as well. (Closes: #1017525)
    + Allow src:rails ~> 6.1.6 as well. (Closes: #1019607)
  * Add patch to allow Symbols and HWIA in YAML columns.
    (Closes: #1019238)
  * Add myself as an uploader.
  * Update minimum version of ruby-rails to 6.1.6.
  * Replace ruby-deckar01-task-list with ruby-task-list.

 -- Utkarsh Gupta <utkarsh@debian.org>  Tue, 13 Sep 2022 18:28:49 +0530

redmine (5.0.0-1) unstable; urgency=medium

  * New upstream version: (Closes: #990792, #998417, #986800, #956365,
    #969206, #961630)
    + updated Files-Excluded.
    + refreshed/adapted patches.
    + removed gantt_jquery3_fix.patch, applied upstream.
    + removed openid_optional.patch, OpenID support removed.
    + removed openid_hardcoded.patch, OpenID support removed.
    + update missing source.
  * Fix import issue with tmp directory (Thanks Andre Heider) (Closes:
    #952417).
  * Bumped Standards-Version to 4.6.0 (no changes required).
  * Minor package updates suggested by dh-make-ruby.
  * Add upstream metadata.
  * Switch to watch format 4.
  * Update watch URL.
  * Ensure database choice match installed redmine-<db> packages.
  * Set Rules-Requires-Root to 'no'.
  * Remove obsolete Breaks and Conflicts.
  * Update lintian overrides.
  * Fix Passenger restart file location in example Apache config (thanks
    Pierre-Louis Bonicoli).
  * doc: async_smtp method was removed in 4.0.0.
  * Add lintian overrides for doc included in the UI.
  * Update copyright info.
  * Enable test suite at build time (courtesy of Emilio Pozuelo Monfort)
    (Closes: #988449).

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Tue, 12 Apr 2022 18:39:20 +0900

redmine (4.0.6-1) unstable; urgency=medium

  * NUR (Closes: #947779):
    + fix_jquery_deprecated_zindex.patch removed (included upstream)
    + refreshed patches
    + updated Gemfile requirements (Closes: #949039)
  * Add missing support for Chart.js.
  * Add patch to fix Gantt with JQuery 3 (Closes: #950570).

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Fri, 07 Feb 2020 00:54:24 +0900

redmine (4.0.4-3) unstable; urgency=medium

  * Clarify plugins installation documentation (partial reply to
    #807169).
  * Do not install upstream changelog generator script.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Mon, 09 Sep 2019 14:45:37 +0900

redmine (4.0.4-2) unstable; urgency=medium

  * Add patch to fix deprecated jQuery zIndex function (thanks Fabrice
    Helmbacher).
  * add tests for lighttpd host configuration.
  * Add nging host configuration and test.
  * Fix adapters loading in multi-tenancy support.
  * Fix socket path in example nginx-alias.conf.
  * Update configuration examples to use REDMINE_INSTANCE instead of the
    deprecated X_DEBIAN_SITEID.
  * Clarify doc about alternate webserver configurations.
  * Remove support for OpenID as ruby-openid is plaggued by CVE-2019-
    11027 due to a specification problem, and anyway this protocol has
    too many flaws.
  * Also test the login page with autopkgtest.

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Sat, 07 Sep 2019 03:16:56 +0900

redmine (4.0.4-1) unstable; urgency=medium

  [ Stewart Ferguson ]
  * Relaxing dependencies to allow minor version increments (Closes: #933784)
  * Bumping compat 11->12 (replacing d/compat with dep)
  * Bumping Standards-Version 4.3.0 -> 4.4.0 (no changes required)

  [ Marc Dequènes (Duck) ]
  * New upstream release, update/refresh patches.

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

 -- Marc Dequènes (Duck) <Duck@DuckCorp.org>  Sat, 17 Aug 2019 15:45:31 +0900

# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog redmine`.

Generated by dwww version 1.15 on Tue Sep 2 05:44:12 CEST 2025.