[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted redmine 2.4.2-1~bpo70+1 (source all)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 13 Feb 2014 21:11:28 -0300
Source: redmine
Binary: redmine redmine-mysql redmine-pgsql redmine-sqlite
Architecture: source all
Version: 2.4.2-1~bpo70+1
Distribution: wheezy-backports
Urgency: medium
Maintainer: Jérémy Lal <kapouer@melix.org>
Changed-By: Antonio Terceiro <terceiro@debian.org>
Description: 
 redmine    - flexible project management web application
 redmine-mysql - metapackage providing MySQL dependencies for Redmine
 redmine-pgsql - metapackage providing PostgreSQL dependencies for Redmine
 redmine-sqlite - metapackage providing sqlite dependencies for Redmine
Closes: 687449 700009 700754 702303 704039 709801 709990 712715 728243 731177
Changes: 
 redmine (2.4.2-1~bpo70+1) wheezy-backports; urgency=low
 .
   * Rebuild for wheezy-backports.
   * Drop version qualifiers from the following dependencies, to be able to use
     the versions already on wheezy.
     - ruby-railties
       + The `rake tmp:cache:clear` command will not work.
     - ruby-rack
   * debian/install: do not install Gemfile as passenger will try to load it,
     and will fail because this Gemfile is stricter than what we can provide in
     wheezy (e.g. it requires rails >= 3.2.12).
 .
 redmine (2.4.2-1) unstable; urgency=low
 .
   * New upstream version 2.4.2
   * Update patches for 2.4.2 release
 .
 redmine (2.4.1-1) unstable; urgency=low
 .
   * New upstream version 2.4.1
   * Refresh patches for 2.4.1 release
 .
 redmine (2.3.3-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Tighten redmine-mysql dependencies to ruby-mysql, as ruby-mysql2
     exposes another interface and does not work OOTB with the current
     postinst. (Closes: #728243)
 .
 redmine (2.3.3-3) unstable; urgency=low
 .
   * Drop unused rubygems build-dependency.
   * Add ruby-rack1.4 as alternative. Closes: #731177.
   * Remove dependency on ruby-fastercsv, this is part of the ruby1.8
     removal.
 .
 redmine (2.3.3-2) unstable; urgency=low
 .
   * Add Gemfile patch back to allow backporting redmine
   * Unplug bundler in the plugins as well
 .
 redmine (2.3.3-1) unstable; urgency=low
 .
   * Imported Upstream version 2.3.3
   * Bundler is a development tool, it is not needed at runtime:
     + remove (build-)dependency on it
     + add 2019 patch to remove calls to it
     + depend only on ruby-railties, not rails nor ruby-rails-3.2
     + do not build nor install Gemfile.lock
   * Refresh patches, unapply changeset_r11680.diff, applied upstream
   * Remove ruby-openid from Suggests, it is already in Depends
   * Depends on ruby-rails-observers to ensure observers are loaded
   * Depends on libjs-scriptaculous (Closes: #702303)
   * Standards-Version 3.9.4
   * redmine-(pgsql|sqlite|mysql) packages recommend redmine, avoids
     circular dependency (Closes: #709801) and match long description.
   * Breaks plugins installed in vendor/plugins (Closes: #712715):
     + redmine-plugin-botsfilter <= 1.02-2
     + redmine-plugin-recaptcha <=0.1.0+git20121018
   * README.Debian: update webrick example (Closes: #709990)
 .
 redmine (2.3.1-1) unstable; urgency=low
 .
   * Imported Upstream version 2.3.1
   * Upload to unstable.
 .
 redmine (2.3.0+dfsg1-6) experimental; urgency=low
 .
   * Finish replacing RAILS_CACHE with RAILS_TMP (Closes: #704039)
 .
 redmine (2.3.0+dfsg1-5) experimental; urgency=low
 .
   * Import upstream fix to log SCM stderr when log level is set to debug
     only.
 .
 redmine (2.3.0+dfsg1-4) experimental; urgency=low
 .
   * Fix missing then in the cache clear part of postinst script and don't
     remove the cache directory, just the contents.
 .
 redmine (2.3.0+dfsg1-3) experimental; urgency=low
 .
   * Put scm.stderr.log into correct directory, this will reenable scm
     commands again.
   * Remove patch reverting caching of I18N, we just need to ensure that
     /var/cache/redmine is cleared properly
   * Move cache directory under cache/ subdirectory, so the rake task
     works.
   * Depend on ruby-railties-3.2 (>= 3.2.13-2~), so the rake
     tmp:cache:clear command works.
 .
 redmine (2.3.0+dfsg1-2) experimental; urgency=low
 .
   * Add patch which reverts I18N caching and fix Redmine issue #13520
 .
 redmine (2.3.0+dfsg1-1) experimental; urgency=low
 .
   * Imported Upstream version 2.3.0+dfsg1
   * Update patches for 2.3.0 release
   * Update dependencies for redmine 2.3.0, add ruby-mysql2 as optional mysql library
 .
 redmine (2.2.3+dfsg1-1) experimental; urgency=low
 .
   * Imported Upstream version 2.2.3+dfsg1
   * Update patches to 3.2.12 release
 .
 redmine (2.2.2+dfsg1-1) experimental; urgency=low
 .
   * Imported Upstream version 2.2.2+dfsg1
 .
 redmine (2.2.1+dfsg1-1) experimental; urgency=low
 .
   * Imported Upstream version 2.2.1+dfsg1
   * Update patches to 2.2.1
   * Force to use rails 3.2.11 which contain critical security update
 .
 redmine (2.2.0+dfsg1-1) experimental; urgency=low
 .
   * Imported Upstream version 2.2.0+dfsg1
   * Refresh patches for 2.2.0 release
   * Rework the logic of replacing session tokens to trigger when the file
     doesn't exist or we are upgrading from previous version
 .
 redmine (2.1.4+dfsg2-2) experimental; urgency=low
 .
   * Regenerate session.yml on upgrades to fix the Class incompatibility
     breakage in Rails 2.3->3.2 migration.
   * Purge session.yml from ucf database before replacing it
 .
 redmine (2.1.4+dfsg2-1) experimental; urgency=low
 .
   * Update gbp.conf to filter-out lib/plugins instead of vendor/plugins
   * Update NEWS to match the news upstream version
   * Add myself to Uploaders
 .
 redmine (2.1.4+dfsg1-1) experimental; urgency=low
 .
   [ Ondřej Surý ]
   * Imported Upstream version 2.1.4
   * Update plugins directory from vendor/plugins to lib/plugins
   * debian/control:
     + Update depedencies for redmine (mainly switch from Rails 2.3 to
       Rails 3.2)
     + Add rubygems to Build-Depends
     + Adds Conflict with ruby-passenger << 3, because redmine is not
       compatible with version 2
     + Add dependency on redmine (= ${source:Version}) for all database
       packages, so they are upgraded together.
     + Bump ruby-mysql dependency to >= 2.8.1 per Gemfile
   * debian/patches/*:
     + Update (and refresh) patches to Redmine 2.1.x
     + In ActiveRecord 3.2, MysqlAdapter extends AbstractMysqlAdapter, not
       AbstractAdapter (Courtesy of Adrian Wilkins)
     + Load session.yml only if the file exists
     + Update Gemfile-comment-all-gems patch for 2.1.4 release
   * debian/postinst:
     + The rake task generate_session_store has been deprecated, using
       the generate_secret_token in postinst instead.
     + The rake task db:migrate_plugins has been deprecated, using the
       replacement version redmine:plugins:migrate instead
 .
   [ Jérémy Lal ]
   * debian/control:
     + Recommends: libfcgi-ruby1.9.1 | libfcgi-ruby,
       it is needed when using fastcgi with ruby1.9.
     + Recommends: ruby-passenger.
     + Depends on ruby-{pg,mysql,sqlite3} instead of libxxx-ruby packages.
   * debian/postinst: use exit 1 instead of illegal negative value.
     (Closes: #687449)
 .
 redmine (1.4.4+dfsg1-3) unstable; urgency=low
 .
   [ Jérémy Lal ]
   * This release is a candidate for proposed-updates.
     Changes have been kept to the minimum.
 .
   [ Ondřej Surý ]
   * Pull upstream fixes for Ruby 1.9 as default interpreter:
     + Replace missing ParseDate with DateTime (Closes: #700754)
     + Fix broken REST API (Closes: #700009)
Checksums-Sha1: 
 01a81b26e95d91bf9ae0c2883f316e2dbf66567d 2226 redmine_2.4.2-1~bpo70+1.dsc
 7453c63620e18f3abb83c2a52446267799e55aeb 42304 redmine_2.4.2-1~bpo70+1.debian.tar.gz
 fa36fb800b41c8666346b7f77565b5629e42d637 5279874 redmine_2.4.2-1~bpo70+1_all.deb
 d12dcb302197f18c68a54e092ac4ec74122040f1 65948 redmine-mysql_2.4.2-1~bpo70+1_all.deb
 c772a57915ac90f579372d80b0926f12b27f7d45 65924 redmine-pgsql_2.4.2-1~bpo70+1_all.deb
 0629f4e6fa51e2a7270e96e634d8b95aeb9939a8 65900 redmine-sqlite_2.4.2-1~bpo70+1_all.deb
Checksums-Sha256: 
 b2d0935ed06dfa92a1a07e5c664e5f68e28fb271c4f848a408cb3f8e2b95c764 2226 redmine_2.4.2-1~bpo70+1.dsc
 1329df3b8f473e0d49cf478163f9e439092ac38176c409304a5d40fe6e66cf30 42304 redmine_2.4.2-1~bpo70+1.debian.tar.gz
 73106bf949d9eb71c95b2904433303d2ebd950e34585a209b2b73666c81bef9c 5279874 redmine_2.4.2-1~bpo70+1_all.deb
 c751d6c8635ad8776c2d193666416a9f509563edcc7a1762bfc362195823dbcb 65948 redmine-mysql_2.4.2-1~bpo70+1_all.deb
 a1c623058a2e838de5d9170696ed9e8bde1a73b15d5af4080f0c54065d55ab2c 65924 redmine-pgsql_2.4.2-1~bpo70+1_all.deb
 04d01a62ba910723cc5c8c8bed80b41e4ff9f042a85feb133edf5877d8439156 65900 redmine-sqlite_2.4.2-1~bpo70+1_all.deb
Files: 
 1786383ecb21b381ed409f587a310b2d 2226 web extra redmine_2.4.2-1~bpo70+1.dsc
 dc5390e2bb4958dba8047a7d7db2b5a0 42304 web extra redmine_2.4.2-1~bpo70+1.debian.tar.gz
 e800d9408c84ea917620b95f70fb4daa 5279874 web extra redmine_2.4.2-1~bpo70+1_all.deb
 76b09c0fa8d428782c0af84887f64115 65948 web extra redmine-mysql_2.4.2-1~bpo70+1_all.deb
 8be0bea168ada783fce5eb90d7b89d43 65924 web extra redmine-pgsql_2.4.2-1~bpo70+1_all.deb
 2a83048df99a519d8c676aab803ae33c 65900 web extra redmine-sqlite_2.4.2-1~bpo70+1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJS/V/KAAoJEPwNsbvNRgveNL8QAOpBT+GuPrS2jsAOuIb0ZeO5
Y3pQ8fTXWq4Fw6QGxU/8Ov114Io9JH8eYt+CnRfFMRQmCiZk2VNPgKCTpbATCPMQ
jBP8q0RvrfSVyG5cXxpmvPZw5EKtby5lEqOa3yq8Tq6h9NnTmYVxKxxzcQbZQN1N
ke04R/FPsa20ZGG18Cr3OKAEvkDqToUSiwqgWxMsHLuzG8wKSF8IZD/BibBxKnki
kBKOlDH9ReyrSwwcuhyX/YvDQZJgm2C7BOdrv+kezxuhVreL4WOnTlp1cERyGRUa
8BKyiui0fgZoHZqllh1091+Mz9e2Lu2E7iqMU7zhRaZ9ff3UANuhSXbmyzNw8Fi0
nXDk2NaCrRTepbDtiVbxAcXrVTeUHyzxHPFWcj0qVrl2/ZhzXJNB9XQIfZTSd8le
acIrs0emDy+0FGNAq9df8zLT9/P3Gfk1l5cwo6Kx8e0obKRkc/2hkVHvdBX0nQB8
GFUNWPSHhzpUzsGqUPO3AOahsJLeLFyB/K9PPLuSH6SFw7Ar+I7G/cuW/yMwQRhv
ObCgyxz68xdyJdUgpR38KxgAj9m+7juToY1kdqdUnja48W7FKsog0GmHIOm5D+Jm
DEDl7Yvng/L6uxoKYVmeaVZk+LGRAq0pocKtGlFUnwH7a/4N40ozd48g8fhkUYQX
OrNC4r54ExqJspbd5dvK
=V0bS
-----END PGP SIGNATURE-----


Reply to: