Change logs for kwalletcli source package in Oneiric

  • kwalletcli (2.11-1) unstable; urgency=low
    
      * New upstream version; changes:
        – Correct exit code for when the read routines die
        – Catch signals and terminate gracefully
        – Better protocol compliance
        – Be more strict when parsing commands
        – Quell warning for “GETINFO version”
        – Prevent converting underscores into accelerator markings
        – Document currently used exit codes
        – Add CAVEATS to manual pages
      * Merge KDE 3 and KDE 4 packaging
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  04 Jun 2011 06:10:59 +0000
  • kwalletcli (2.10-1) unstable; urgency=low
    
      * kwalletcli can do Multi-Arch: foreign as requested by vorlon
      * New upstream version; changes:
        - In pinentry-kwallet(1), replace with the slave immediately if
          $DISPLAY is unset or empty (as we cannot contact the KDE Wallet
          in that case, anyway). Fixes another case of spurious “Do you
          want to store … in the KDE Wallet?” questions.
        - Fix mis-read in recursive call case (parent, not slave).
        - Align look and feel of fallbacks (both xmessage and TUI) with
          default pinentry GUI style
        - kwalletcli_getpin(1) new options -m (message, with one button);
          -Y OK and -N Cancel (set button labels)
        - Security fix in kwalletcli_getpin(1): tty I/O now properly
          disables echoing input when asking for a passphrase
        - After scanning through ssh(1) and ssh-askpass(1) source, teach
          kwalletaskpass(1) to use boolean queries for some whitelisted
          strings and check it works with confirmation (Closes: #603910)
        - Store negative replies to “Do you want to store X in the KDE
          Wallet?” as “blacklist” in the wallet in kwalletaskpass(1) and
          pinentry-kwallet(1) to avoid asking the user every time
        - Document limits and raise kwalletcli(1) -P limit
        - Have kwalletcli(1) convert passwords from/to proper UTF-8 for Qt
      * Provide ssh-askpass, idea from Daniel Schaal (Closes: #608476)
      * debian/rules: Only dh_strip may strip, not upstream makefiles
      * Policy 3.9.2 (unchanged, I think should be enough)
     -- Angel Abad <email address hidden>   Tue,  17 May 2011 11:56:03 +0000
  • kwalletcli (2.03-1ubuntu1) natty; urgency=low
    
      * Merge from debian unstable (LP: #676299). Remaining changes:
        - Remove optional dependency on pinentry-qt, as it is no longer built
          from source and this optional dependency was preventing its removal
      * Dropped change (superceded in Debian):
        - Fix FTBFS due to indirect linking.
          + Add 01_fix_build_indirect_linking.diff
    
    kwalletcli (2.03-1) unstable; urgency=low
    
      * New upstream version; changes:
        - Fix building the kwalletcli binary with indirect linking;
          patch from Felix Geyer <email address hidden>
        - In kwalletaskpass(1), do not even attempt to call kwalletcli
          if $DISPLAY is unset or empty, it will not be able to commu-
          nicate with it anyway. Fixes spurious “Do you want to store …
          in the KDE Wallet?” questions when logged in via ssh(1).
        - Small documentation improvements, mostly re. $DISPLAY
      * Policy 3.9.1, no relevant changes
     -- Angel Abad <email address hidden>   Tue, 16 Nov 2010 23:38:21 +0100