UIFE: network-manager-openvpn 0.9.0 upstream release

Bug #846037 reported by Mathieu Trudel-Lapierre
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
network-manager-openvpn (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Updating network-manager-openvpn to 0.9.0.

This adds a few small fixes, including unbreaking translations of strings in the UI: those were previously always actually translated; but the UI code was incorrect blocking the translations from being used. The rest is code cleanup and small fixes.

However, there is one additional change: adding a password type combo; which introduces three extra strings to be translated: "Saved", "Always Ask", and "Not required", being types of passwords for details on how to save them in the keyring.

Technically, another extra string is added for the RSA-MD4 HMAC digest algorithm; but this is not a translatable string (extra option for digest algo. to be chosen by the user, relevant for documentation).

Upstream changelog: (http://git.gnome.org/browse/network-manager-openvpn/log/)
2011-08-20 Updated Indonesian translation Andika Triwidada 1 -133/+227
2011-08-19 ui: fix gtk_builder_set_translation_domain() calling Ozan Çağlayan 2 -4/+4
2011-08-17 build: fix handling of GTK requirement if none was given Dan Williams 1 -5/+11
2011-08-11 Updated Polish translation Piotr Drąg 1 -61/+53
2011-07-27 Updated Brazilian Portuguese translation Antonio Fernandes C. Neto 1 -77/+91
2011-07-19 Updated Norwegian bokmål translation Kjartan Maraas 1 -60/+163
2011-07-16 Updated Lithuanian translation. Aurimas Černius 1 -136/+245
2011-07-15 [l10n] Updated German translation Mario Blättermann 1 -63/+62
2011-07-14 Updated Slovenian translation Matej Urbančič 1 -64/+73
2011-07-14 Updated Spanish translation Daniel Mustieles 1 -68/+80
2011-07-14 properties: add password type combo (saved, ask, not required) Dan Williams 2 -11/+160
2011-07-14 properties: update builder .ui file Dan Williams 1 -914/+1085
2011-07-13 auth-dialog: use a simplified password request dialog Dan Williams 7 -941/+579
2011-07-13 common-gnome: remove unused keyring stuff Dan Williams 5 -216/+1
2011-07-13 auth-dialog: simplify keyring access and don't save secrets Dan Williams 2 -34/+37
2011-07-13 properties: remove dead code and simplify password widget setup Dan Williams 4 -231/+26
2011-07-13 properties: preserve secret flags and consolidate secrets handling Dan Williams 3 -164/+214
2011-07-07 release: bump version to 0.8.9997 (0.9-rc3)0.9-rc30.8.9997 Dan Williams 1 -1/+1
2011-06-20 auth-dialog: use gtk_box_new() instead of gtk_(h/v)box_new() Jiří Klimeš 1 -0/+16
2011-06-19 Updated Spanish translation Daniel Mustieles 1 -40/+44
2011-06-16 [l10n] Updated German translation Mario Blättermann 1 -41/+45
2011-06-13 Updated Polish translation Piotr Drąg 1 -40/+44
2011-06-11 Updated Slovenian translation Matej Urbančič 1 -43/+47
2011-06-10 Updated Russian translation Yuri Kozlov 1 -102/+249
2011-06-02 core: add RSA-MD4 HMAC digest algorithm Olivier Lambert 3 -0/+5
2011-06-02 auth-dialog: ensure saved secrets are passed back to NM Dan Williams 1 -5/+4
2011-05-25 Updated Brazilian Portuguese translation Antonio Fernandes C. Neto 1 -88/+240
2011-05-21 l10n: Updated Greek translation for network-manager-openvpn

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

mtrudel@artemis ~/Public/results % sudo dpkg -i ~/ubuntu/build/network-manager-openvpn*.deb
(Lecture de la base de données... 261246 fichiers et répertoires déjà installés.)
Préparation du remplacement de network-manager-openvpn 0.8.999-1ubuntu1 (en utilisant .../network-manager-openvpn_0.9.0-0ubuntu1_amd64.deb) ...
Dépaquetage de la mise à jour de network-manager-openvpn ...
Préparation du remplacement de network-manager-openvpn-gnome 0.8.999-1ubuntu1 (en utilisant .../network-manager-openvpn-gnome_0.9.0-0ubuntu1_amd64.deb) ...
Dépaquetage de la mise à jour de network-manager-openvpn-gnome ...
Paramétrage de network-manager-openvpn (0.9.0-0ubuntu1) ...
Paramétrage de network-manager-openvpn-gnome (0.9.0-0ubuntu1) ...

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

mtrudel@artemis ~/Public/results % sudo dpkg -i ~/ubuntu/build/network-manager-openvpn*.deb
(Lecture de la base de données... 261246 fichiers et répertoires déjà installés.)
Préparation du remplacement de network-manager-openvpn 0.8.999-1ubuntu1 (en utilisant .../network-manager-openvpn_0.9.0-0ubuntu1_amd64.deb) ...
Dépaquetage de la mise à jour de network-manager-openvpn ...
Préparation du remplacement de network-manager-openvpn-gnome 0.8.999-1ubuntu1 (en utilisant .../network-manager-openvpn-gnome_0.9.0-0ubuntu1_amd64.deb) ...
Dépaquetage de la mise à jour de network-manager-openvpn-gnome ...
Paramétrage de network-manager-openvpn (0.9.0-0ubuntu1) ...
Paramétrage de network-manager-openvpn-gnome (0.9.0-0ubuntu1) ...

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Attaching debdiff

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :
Revision history for this message
Martin Pitt (pitti) wrote :

Updates a prerelease version to the final, and aligns this with our version of NM and the other plugins. The three new strings come from upstream and should also get translations from there. Approved.

Changed in network-manager-openvpn (Ubuntu):
status: New → Confirmed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package network-manager-openvpn - 0.9.0-0ubuntu1

---------------
network-manager-openvpn (0.9.0-0ubuntu1) oneiric; urgency=low

  * New upstream release 0.9.0. (LP: #846037)
    - ui: fix gtk_builder_set_translation_domain() calling
    - build: fix handling of GTK requirement if none was given
    - properties: add password type combo
    - properties: update builder .ui file
    - auth-dialog: use a simplified password request dialog
    - common-gnome: remove unused keyring stuff
    - auth-dialog: simplify keyring access and don't save secrets
    - properties: remove dead code and simplify password widget setup
    - properties: preserve secret flags and consolidate secrets handling
    - auth-dialog: use gtk_box_new() instead of gtk_(h/v)box_new()
    - core: add RSA-MD4 HMAC digest algorithm
    - auth-dialog: ensure saved secrets are passed back to NM
  * debian/control:
    - Bump NM Build-Depends to >= 0.9.
    - Replace Recommends for network-manager-openvpn-kde with
      plasma-widget-networkmanagement.
 -- Mathieu Trudel-Lapierre <email address hidden> Fri, 09 Sep 2011 18:09:11 -0400

Changed in network-manager-openvpn (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.