Skip to content

Commit

Permalink
Merge remote-tracking branch 'Photon89/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	share/man/man1/shutter.1
  • Loading branch information
vadi2 committed Jan 30, 2021
2 parents 96c7b3b + f748a7a commit c6145e5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 12 deletions.
15 changes: 15 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
shutter (0.95)

* almost fully dropped the dependency on the outdated Perl Gnome2 library
* updated translations

* removed dependencies:

-- Arch: gnome-perl, gnome-vfs-perl
-- Debian: libgnome2-perl, libgnome2-vfs-perl

* new dependencies:

-- Arch: perl-number-bytes-human, perl-glib-object-introspection
-- Debian: libnumber-bytes-human-perl, libglib-object-introspection-perl

shutter (0.94.3)

This is another bugfix release which ensures functionality with Perl 5.30. Bugs fixed:
Expand Down
10 changes: 5 additions & 5 deletions README
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Shutter
Copyright (C) 2008-2013 Mario Kemper <[email protected]>
---------------------
http://shutter-project.org/
https://shutter-project.org/

Installation
------------
http://shutter-project.org/downloads/
https://shutter-project.org/downloads/

Contact
------------
Via E-Mail : http://shutter-project.org/contact/
Via Launchpad.net : https://answers.launchpad.net/shutter/+addquestion
Via E-Mail : https://shutter-project.org/contact/
Via GitHub : https://github.com/shutter-project/shutter/issues/new/choose

Found a bug?
------------
https://bugs.launchpad.net/shutter/+filebug
https://github.com/shutter-project/shutter/issues/new?labels=bug&template=bug_report.md

Shutter Licence
------------
Expand Down
14 changes: 7 additions & 7 deletions bin/shutter
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ sub escape_path_string {
#define constants
#--------------------------------------
use constant MAX_ERROR => 5;
use constant SHUTTER_REV => 'Rev.1306';
use constant SHUTTER_REV => 'Rev.1450';
use constant SHUTTER_NAME => 'Shutter';
use constant SHUTTER_VERSION => '0.94.3';
use constant SHUTTER_VERSION => '0.95';

#--------------------------------------

Expand Down Expand Up @@ -3260,11 +3260,11 @@ if ($app->is_running) {
}

sub evt_bug {
$shf->xdg_open(undef, "https://bugs.launchpad.net/shutter", undef);
$shf->xdg_open(undef, "https://github.com/shutter-project/shutter/issues/new?labels=bug&template=bug_report.md", undef);
}

sub evt_question {
$shf->xdg_open(undef, "https://answers.launchpad.net/shutter", undef);
$shf->xdg_open(undef, "https://github.com/shutter-project/shutter/issues/new?labels=question&template=question.md", undef);
}

sub evt_translate {
Expand Down Expand Up @@ -11073,9 +11073,9 @@ Do not add the screenshot to the session. This is useful when using Shutter in s
If you find a bug in Shutter, you should report it. But first, you should make sure that it really is a bug, and that it appears in the latest version of Shutter.
The latest version is always available from:
B<https://launchpad.net/shutter>
B<https://github.com/shutter-project/shutter/releases>
Once you have determined that a bug actually exists, please report it at launchpad:
B<https://bugs.launchpad.net/shutter/+filebug>
Once you have determined that a bug actually exists, please report it at github:
B<https://github.com/shutter-project/shutter/issues/new>
=cut

0 comments on commit c6145e5

Please sign in to comment.