seahorse 3.37.2

2020-08-23 Thread Niels De Graef
News


seahorse 3.37.1
---
 * build: Fix build for libhandy
 * ci: Several updates to the CI template
 * flatpak: Remove devel prefix
 * help: Several updates to the help pages [#272]
 * gkr: Allow copying password secret with right click [#229]
 * pgp: Don't show 'Indicate trust' before importing [#286]
 * ssh: Fix "allow remote access" [#149]
 * Updated translations



Download

https://download.gnome.org/sources/seahorse/3.37/seahorse-3.37.2.tar.xz (1.62M)
  sha256sum: 7e5a416126030c34ce35866e451dd5dacc7adfb329d5d31027bf5f5062ed462a

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


gnome-contacts 3.37.2

2020-08-23 Thread Niels De Graef


Download

https://download.gnome.org/sources/gnome-contacts/3.37/gnome-contacts-3.37.2.tar.xz
 (631K)
  sha256sum: 1d3469d5e90f23d129d1276b2f9b885459f3d7b43054cd09759b85ac76c918b4

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


gnome-contacts 3.37.1

2020-08-12 Thread Niels De Graef


Download

https://download.gnome.org/sources/gnome-contacts/3.37/gnome-contacts-3.37.1.tar.xz
 (631K)
  sha256sum: 692cb74670dff778e41d3c35d627b9a52eeb37a3bd9bb811a6512cb55895eab2

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


[gcr] Created branch gnome-3-36

2020-03-11 Thread Niels De Graef
The branch 'gnome-3-36' was created pointing to:

 802aa20... Release stable version 3.36

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


[seahorse] Created branch gnome-3-36

2020-03-10 Thread Niels De Graef
The branch 'gnome-3-36' was created pointing to:

 a342b32... Release stable version 3.36

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


[gnome-contacts] Created branch gnome-3-36

2020-03-10 Thread Niels De Graef
The branch 'gnome-3-36' was created pointing to:

 6952b22... Release stable version 3.36

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


[seahorse] Created branch gnome-3-34

2019-10-01 Thread Niels De Graef
The branch 'gnome-3-34' was created pointing to:

 3b225da... Release stable version 3.34

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


[gnome-contacts] Created branch gnome-3-34

2019-09-09 Thread Niels De Graef
The branch 'gnome-3-34' was created pointing to:

 797cfc8... Release stable version 3.34

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


Re: Heads up: Geary mainline development branch renamed to `mainline`

2019-04-26 Thread Niels De Graef via release-team
On Fri, Apr 26, 2019 at 10:14 AM Ask Hjorth Larsen via
desktop-devel-list  wrote:
>
> Am Mi., 24. Apr. 2019 um 13:57 Uhr schrieb Michael Gratton :
> >
> > On Wed, Apr 24, 2019 at 13:31, Daniel Mustieles García
> >  wrote:
> > > So hardcoding the name "mainline" to the list of branches that Damned
> > > Lies' looks up resolves the problem for you... and tomorrow another
> > > maintainer decides to rename it's master branch to
> > > whatever_non_offensive_name and DL breaks again until a patch is
> > > submited... no, sorry but this is not a solution for this.
> >
> > I agree, which is why I have been working to fix it places where it's
> > hard coded.
>
> When actually working on the project, you probably type the branch
> name now and then.  This means you need to be aware of it - it is a
> piece of information which must reside within your short-term memory.
> This is not a problem if you work on one project.  It is a problem if
> you work on hundreds of projects.  Then you need to run things like
> git branch and git status, read the output, and decide what to type
> based on that.  A good workflow seeks to minimize the risk that humans
> make mistakes, and that means making things as simple as possible.
> Please do not remove this particular piece of simplicity from our
> lives.

Hi Ask,

Note that you don't need to script this kind of stuff, if you use the
following tricks:

# 1. This creates a symbolic link from master to mainline, which
solves your problem already.
$ git symbolic-ref refs/heads/master refs/heads/mainline

# 2. This worfklow doesn't even need you to specify a branch if you
start from mainline/master
$ git checkout -b feature/
# work, work, work and commit
# If you no longer want to continue on this branch, you can go back to
the previous one with
$ git checkout -

Also note that cloning Geary will immediately take you to the default
branch of the remote (so no need to specify 'mainline' or anything).

> I can also script my way out of this for most of the tasks I need to
> do.  But inconsistencies have never made life easier in computing, and
> this is an inconsistency which we could simply choose not to deal
> with.

We _could_, but if we want to (which is still Mike's decision as
maintainer of Geary), we can. Every change has its trade-offs, and
given the work Mike has put into this to make it a smooth(er)
transition, I'd say there is little inconsistency left to care about.
At least it would take less time then all the mails I (in hindsight
regrettably) read on d-d-l.

Kind regards,
Niels


> Best regards
> Ask
>
> >
> > //Mike
> >
> > --
> > ⊨ Michael Gratton, Percept Wrangler.
> > ⚙ 
> >
> >
> > ___
> > gnome-i18n mailing list
> > gnome-i...@gnome.org
> > https://mail.gnome.org/mailman/listinfo/gnome-i18n
> ___
> desktop-devel-list mailing list
> desktop-devel-l...@gnome.org
> https://mail.gnome.org/mailman/listinfo/desktop-devel-list
___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.

[gnome-contacts] Created branch gnome-3-32

2019-03-12 Thread Niels De Graef
The branch 'gnome-3-32' was created pointing to:

 332d438... Release stable version 3.32

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


[seahorse] Created branch gnome-3-32

2019-03-12 Thread Niels De Graef
The branch 'gnome-3-32' was created pointing to:

 12f9744... Release stable version 3.32

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


Seahorse - String freeze break

2019-02-20 Thread Niels De Graef via release-team
Hi all,

I would like to request for a string freeze break for the "About"
string in Seahorse. I accidentally changed it to "About Seahorse",
which is from a user's POV strange, since they only get to see
"Passwords and Keys".

A relevant MR has been made
https://gitlab.gnome.org/GNOME/seahorse/merge_requests/61 , but it is
of course up to you approve whether it should be merged.

My apologies for the inconvenience.

Kind regards,
Nels De Graef
___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


[seahorse] Created branch gnome-3-30

2018-09-12 Thread Niels De Graef
The branch 'gnome-3-30' was created pointing to:

 7e05358... Release stable version 3.30

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


gnome-contacts 3.28.1

2018-04-12 Thread Niels De Graef

Download

https://download.gnome.org/sources/gnome-contacts/3.28/gnome-contacts-3.28.1.tar.xz
 (356K)
  sha256sum: f18f7fb87b3db9e7251caed5cef72fb3cb53c1837eec7b7d9a3308e170b7319e

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


[gnome-contacts] Created branch gnome-3-28

2018-03-13 Thread Niels De Graef
The branch 'gnome-3-28' was created pointing to:

 419df17... Release stable version 3.28.

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


gnome-contacts 3.28.0

2018-03-12 Thread Niels De Graef

Download

https://download.gnome.org/sources/gnome-contacts/3.28/gnome-contacts-3.28.0.tar.xz
 (355K)
  sha256sum: 116d41f1e2861ab579761b54edf0b51367c3519a8a91b7cd366fd79dcb3412e3

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


gnome-contacts 3.27.92

2018-03-04 Thread Niels De Graef

Download

https://download.gnome.org/sources/gnome-contacts/3.27/gnome-contacts-3.27.92.tar.xz
 (354K)
  sha256sum: da8ef6915b04b9ec5eca2d0bdf1618fb313631dbc092d12705654e8b9c9621f4

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


gnome-contacts 3.27.90

2018-02-05 Thread Niels De Graef

Download

https://download.gnome.org/sources/gnome-contacts/3.27/gnome-contacts-3.27.90.tar.xz
 (347K)
  sha256sum: 3736f9b05b00af7badb7a7895c4106e21489e91cce5d7c1869797c4041b10fac

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


[gnome-contacts] Created branch gnome-3-26

2017-09-11 Thread Niels De Graef
The branch 'gnome-3-26' was created pointing to:

 cb26862... Release version 3.26

___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.


Hard code freeze break for Contacts

2017-09-10 Thread Niels De Graef

Hi,

I would like to request a hard code freeze break for GNOME Contacts.
The specific patch solves a crash affecting all users who haven't run 
the

initial address book setup.
More info and the given patch can be found at bug 787450 [1].

Cheers,
Niels De Graef (nielsdg)

[1] https://bugzilla.gnome.org/show_bug.cgi?id=787450
___
release-team@gnome.org
https://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.