[Pkg-privacy-commits] [parcimonie] annotated tag upstream/parcimonie_0.8 created (now 82fc86b)

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:29:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a change to annotated tag upstream/parcimonie_0.8
in repository parcimonie.

        at  82fc86b   (tag)
   tagging  73a600089e2e68afbf08c47529ab24abf5fb6421 (commit)
  replaces  upstream/parcimonie_0.7.1
 tagged by  intrigeri
        on  Sun Dec 15 12:52:25 2013 +0000

- Log -----------------------------------------------------------------
Upstream version 0.8

intrigeri (186):
      Import .desktop files from the Debian packaging.
      Update TODO.
      Add Makefile.PL and META.yml to the MANIFEST.
      Add missing dependency.
      Don't run tests that need X unless $DISPLAY is set.
      Releasing parcimonie 0.3.1
      Fix background daemon mode.
      Bootstrap gettext po directory.
      Generate .pot and .po files.
      Add TRANSLATORS: help messages.
      Updated PO files.
      Migrated to the "parcimonie" text domain.
      Gettext-ize every ->debug call.
      Update PO files.
      Git, please ignore .mo files.
      Update French translation.
      Update TODO.
      Update PO files.
      Move data files to share/{applications,locale}.
      Files in share/ must not be installed into the distribution 'auto' path.
      TODO update.
      Update copyright years.
      Start migrating to Dist::Zilla.
      Remove files that will be generated by dzil.
      Change license to Perl 5 one.
      Remove more cruft that will be auto-generated by Dist::Zilla.
      Add missing POD.
      More complete Dist::Zilla config.
      Remove duplicate version declaration.
      Workaround Pod::Coverage being dumb.
      Move .placeholder to placeholder to that it's ignored by ::PruneCruft.
      Cleanup from MANIFEST.SKIP stuff already done by ::PruneCruft.
      Dist::Zilla: enable PkgVersion plugin.
      Enable the Git::Check Dist::Zilla plugin.
      Update TODO.
      Get back our README. Dist::Zilla's one is much worse.
      Update gettext infrastructure to match files move.
      Only the systray applet is now translatable.
      Disable Dist::Zilla's ModuleBuild plugin.
      po: use DESTDIR and PREFIX to build the destination install directory.
      po: remove "install" target from the "all" one.
      Move back gettext directory to ./po/.
      Reindent.
      Remove obsolete comment.
      Disable Dist::Zilla PkgVersion plugin.
      Cleanup obsolete strings in PO file.
      TODO update.
      Dist::Zilla: move from MakeMaker to ModuleBuild.
      Update the .po files at release time, copy the .mo files to blib/ at build time.
      Allow the user to specify arbitrary arguments that are passed to GnuPG.
      Add /.build to .gitignore.
      Enhance POD.
      TODO test now passes.
      Run "torsocks gpg" instead of gpg.
      Croak if needed programs cannot be found in $PATH.
      Update error message.
      Consistency.
      tor_ctl_host can indeed be supplied as a hostname.
      Move tests that need Internet access to the end.
      Use Net::DBus mock object and connection when running in test harness.
      Allow no keyserver set in gpg.conf if --gnupg-extra-arg "--keyserver=.." is used.
      Stricter type constraint.
      Clearer error message.
      Deal with torNewNym failures: skip fetching a key.
      Add opt-in recording and reporting of memory usage to the daemon.
      Add opt-in recording and reporting of memory usage to the applet.
      Update usage documentation.
      Update TODO.
      Remove obsoleted line.
      Decode/encode from/to UTF-8 on IO boundaries.
      Display the trayicon for 10 seconds after key fetch end.
      Use the codeset defined by the current locale settings instead of utf-8.
      Reformat, document D-Bus signal args.
      Fit in 80-chars width.
      Enable the OurPkgVersion Dist::Zilla module.
      Disable the PodVersion Dist::Zilla plugin.
      Update README: we now ship a Build.PL.
      Move Moose role to the A::P::Role namespace.
      Add missing MooseX::StrictConstructor.
      Make the Encode::Encoding object persistent.
      Reindent.
      Build the public keys list in an optimized way.
      Update TODO.
      Remove all CPAN URLs since parcimonie has not been published there yet.
      Add missing prereq on File::ShareDir.
      Release parcimonie 0.3.2
      inc::My::Builder: subclass using "base" rather than MooseX::NonMoose.
      Add simple manpage source for parcimonie-torified-gpg.
      Releasing parcimonie 0.3.3
      Applet: add a log viewer window.
      Support connecting to Tor over the shiny new ControlSocket.
      Support password and null Tor authentication methods.
      Fix HasEncoding role on older Perl.
      Run "torsocks gpg" using exec.
      Bugfix: gpg command-line was infinitely growing.
      Fix test.
      Update mock object accordingly to current implementation.
      init_control_tor_with: short-circuit if running in test harness.
      TODO update.
      Releasing parcimonie 0.4
      Fix spelling.
      Only capture gpg's stderr.
      Filter out libtorsocks error messages.
      Really fix the ever-growing gpg command-line bug, again.
      G::I: add an already_torified attribute.
      Add a --gnupg-already-torified daemon option.
      Document how hkpms:// can be used with parcimonie.
      TODO update.
      Releasing parcimonie 0.5
      Document how Tor must be configured.
      Use new Debian default location for ControlSocket and CookieAuthFile.
      Update doc wrt. new location of control socket and authentication cookie.
      Update TODO.
      Releasing parcimonie 0.5.1
      Set strict permissions on GnuPG test home directories.
      Documentation: make it clear the torrc settings depend on the Tor version.
      Look up keys using the full fingerprint, instead of long key ID.
      Fix dependency: Gtk2 1.222 is enough.
      Update keyserver configuration instructions.
      Releasing parcimonie 0.5.2
      Tiny design document update.
      New setting: minimum_lapse_time, defaulting to Tor default MaxCircuitDirtiness.
      Remove support for controlling Tor. Don't send NEWNYM anymore.
      Convert App::Parcimonie::GnuPG::Interface to Any::Moose.
      Convert tiny roles to plain Moose.
      Fix name of role in POD.
      Move initialization code outside of useless BEGIN block.
      Migrate A::P::Daemon from MooseX::Declare to plain Moose.
      Convert A::P::Applet from MooseX::Declare to plain Moose.
      Remove obsolete dependency on MooseX::Declare.
      Update TODO wrt. memory usage.
      Convert A::P::Daemon from MooseX::Daemonize to MooseX::App::Cmd.
      TODO update.
      Convert to Any::Moose.
      Remove obsolete perlcritic configuration.
      TODO update wrt. memory savings.
      Convert ::Applet to Any::Moose.
      Make it clear we don't depend on MooseX::Types directly anymore.
      TODO update.
      Convert daemon to plain MX::Getopt without App::Cmd.
      Tell perlcritic Any::Moose enables strictures.
      Migrate dependencies from Moose* to Mouse*.
      Update TODO.
      Document the case when a custom --minimum-lapse-time should be used.
      Convert gnupg_options to a lazy attribute.
      Use namespace::autoclean in all classes and roles.
      Cleanup.
      TODO update.
      Move memory savings notes from TODO to Changes.
      Add an About dialog to the applet.
      Move some design documentation where it belongs.
      Start filling Changes.
      TODO update.
      Remove dependency on MouseX::NativeTraits.
      Remove dependency on Mo[ou]seX::StrictConstructor.
      Pass gnupg_options to checkGpgHasDefinedKeyserver.
      Fix testsuite.
      Update po/pot files.
      Releasing parcimonie 0.6.
      Update README: parcimonie was uploaded to Debian.
      Testsuite: use pool.sks-keyservers.net instead of keys.indymedia.org.
      Fix option name in test suite.
      Skip online tests unless in release testing mode.
      Untabify.
      s/Gtk2/Gtk3/
      Remove obsolete library import.
      Use new Gtk3/GDK API for event buttons.
      Use new Gtk3/GDK3 event API to access pressed key value.
      Use Gtk3::Gdk::keyval_from_name instead of obsolete (undefined) ::Keysyms.
      Use new Gtk3 API for window visibility toggling.
      Use Gtk3::MenuItem->new_with_mnemonic (->new('label') is not supported in Gtk3).
      Require Gtk3 0.007, which will be the first one supporting Gtk3::show_about_dialog.
      Releasing parcimonie 0.7.
      Use correct method name to set tooltip on status icon (fixes critical applet bug).
      Pass the -1 placeholder for text length when inserting into a TextBuffer.
      Releasing parcimonie 0.7.1.
      Adapt syntax to newer Gtk3 bindings, and depend on it.
      Fully migrate to Moo, Type::Tiny and MooX::Options, thanks to MooX::late.
      Move from the deprecated CriticTests to Test::Perl::Critic.
      Use D::Z::P::ChangelogFromGit, rename old Changes.
      Use Moo::Role before loading other libraries: exports all methods declared after it's used.
      Stop using OurPkgVersion, drop VERSION placeholders.
      Bump copyright years, don't add copyright info to libraries.
      Don't use Dist::Zilla's CheckChangeLog, it is now generated from Git.
      Release parcimonie 0.8.
      Imported Upstream version 0.8

kwadronaut (3):
      typo
      changing specific keyservers to pools
      changing help urls about HKPS

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/parcimonie.git



More information about the Pkg-privacy-commits mailing list