[Pkg-cli-apps-commits] [keepass2] branch master updated (4c9b5ac -> f33d250)

Julian Taylor jtaylor.debian at googlemail.com
Wed May 11 20:31:15 UTC 2016


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

jtaylor-guest pushed a change to branch master
in repository keepass2.

      from  4c9b5ac   adapt icon folders again
      adds  f4d5b7c   Imported Upstream version 2.33+dfsg
       new  a67f816   Merge tag 'upstream/2.33+dfsg'
       new  575ddc0   New upstream release (Closes: #823686)
       new  dfad1eb   add moduleref exclude on ShCore.dll for new SetProcessDpiAwareness call
       new  f33d250   bump standard to 3.9.7, no changes required

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build/KeePassLib_Distrib/KeePassLib.xml            |  22 +-
 Docs/Chm/help/base/placeholders.html               |  11 +-
 Docs/Chm/help/base/pwgenerator.html                |  10 +-
 Docs/Chm/help/v2/plugins.html                      |  22 +-
 Docs/Chm/help/v2/triggers.html                     |  10 +-
 Docs/Chm/help/v2_dev/customize.html                |   4 +
 Docs/Chm/help/v2_dev/scr_sc_index.html             |   5 +
 Docs/History.txt                                   |  49 ++
 .../Nuvola/B48x48_Folder.png}                      | Bin
 Ext/KeePass.exe.config                             |   4 +-
 Ext/KeePass.iss                                    |  10 +-
 Ext/KeePassMsi/KeePassMsi.vdproj                   |  14 +-
 KeePass/App/Configuration/AceApplication.cs        |   8 +
 KeePass/App/Configuration/AceMainWindow.cs         |   8 +
 KeePass/App/Configuration/AceSecurity.cs           |   8 +
 KeePass/App/Configuration/AppConfigEx.cs           |   5 +
 KeePass/DataExchange/Formats/KeePassXml2x.cs       |   2 +-
 KeePass/DataExchange/Formats/PpKeeperHtml270.cs    |   2 +
 KeePass/Ecas/EcasDefaultActionProvider.cs          |  43 +-
 KeePass/Forms/DataEditorForm.cs                    |   6 +-
 KeePass/Forms/DataViewerForm.cs                    |   6 +-
 KeePass/Forms/DatabaseOperationsForm.Designer.cs   |   6 +-
 KeePass/Forms/EditAutoTypeItemForm.cs              |   4 +-
 KeePass/Forms/MainForm.Designer.cs                 |  44 +-
 KeePass/Forms/MainForm.cs                          |  59 +-
 KeePass/Forms/MainForm.resx                        |   3 +
 KeePass/Forms/MainForm_Events.cs                   |   2 +
 KeePass/Forms/MainForm_Functions.cs                |  28 +-
 KeePass/Forms/OptionsForm.cs                       |   4 +
 KeePass/Forms/PrintForm.cs                         |  39 +-
 KeePass/Forms/PwEntryForm.cs                       |   7 +-
 KeePass/Forms/StatusProgressForm.cs                |   6 +
 KeePass/KeePass.csproj                             |   1 +
 KeePass/Native/NativeMethods.Defs.cs               |  16 +-
 KeePass/Native/NativeMethods.New.cs                |   7 +
 KeePass/Native/NativeMethods.cs                    |   4 +
 KeePass/Program.cs                                 |   7 +-
 KeePass/Properties/AssemblyInfo.cs                 |   4 +-
 KeePass/Properties/Resources.Designer.cs           |   9 +-
 KeePass/Properties/Resources.resx                  |   3 +
 KeePass/Resources/Data/Images_App_HighRes.bin      | Bin 340550 -> 345364 bytes
 KeePass/Resources/KPRes.Generated.cs               |  66 +-
 .../Resources/Nuvola/B16x16_Folder.png             | Bin
 KeePass/UI/CustomContextMenuStripEx.cs             |   6 +
 KeePass/UI/CustomMenuStripEx.cs                    |   6 +
 KeePass/UI/CustomTreeViewEx.cs                     |  26 +
 KeePass/UI/DpiUtil.cs                              |  16 +-
 KeePass/UI/OpenWithMenu.cs                         |  33 +-
 KeePass/UI/PwInputControlGroup.cs                  |  92 ++-
 KeePass/UI/UIUtil.cs                               |  21 +
 KeePass/Util/CriticalSectionEx.cs                  |   8 +-
 KeePass/Util/PwGeneratorUtil.cs                    |  10 +-
 KeePass/Util/Spr/SprEngine.cs                      |  71 ++-
 .../Util/XmlSerialization/XmlSerializerEx.Gen.cs   |   9 +
 KeePassLib/Collections/PwObjectPool.cs             | 151 +++++
 KeePassLib/Cryptography/SelfTest.cs                |   8 +-
 KeePassLib/Native/NativeLib.cs                     |  12 +-
 KeePassLib/Native/NativeMethods.cs                 |  59 +-
 KeePassLib/Properties/AssemblyInfo.cs              |   4 +-
 KeePassLib/PwDatabase.cs                           | 673 ++++++++++++---------
 KeePassLib/PwDefs.cs                               |   6 +-
 KeePassLib/PwEntry.cs                              |   8 +
 KeePassLib/PwGroup.cs                              |  10 +-
 KeePassLib/Serialization/FileTransactionEx.cs      |  15 +
 KeePassLib/Serialization/KdbxFile.Read.cs          |   6 +
 KeePassLib/Utility/StrUtil.cs                      | 117 +++-
 KeePassLib/Utility/UrlUtil.cs                      |   6 +-
 ShInstUtil/ShInstUtil.rc                           |   8 +-
 Translation/DefaultText.xml                        |  16 +-
 Translation/TrlUtil/Properties/AssemblyInfo.cs     |   4 +-
 debian/changelog                                   |   8 +
 debian/control                                     |   2 +-
 debian/patches/disable-autoupdate-dialog.patch     |  10 +-
 debian/patches/do-not-use-the-non-free-icons.patch |  19 +-
 debian/patches/enable-local-help.patch             |   8 +-
 debian/patches/fix-XSL-search-path.patch           |  16 +-
 debian/patches/force_toolsversion_4                |  34 +-
 debian/patches/skip-sgen-run-during-build.patch    |  10 +-
 debian/patches/use-installed-ico-files.patch       | 390 ++++++------
 debian/patches/use-the-mono-signing-key.patch      |  16 +-
 debian/rules                                       |   3 +-
 81 files changed, 1703 insertions(+), 782 deletions(-)
 copy Ext/{Images_Client_HighRes/C48_Folder.png => Images_App_HighRes/Nuvola/B48x48_Folder.png} (100%)
 copy Ext/Images_Client_16/C48_Folder.png => KeePass/Resources/Nuvola/B16x16_Folder.png (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/keepass2.git



More information about the Pkg-cli-apps-commits mailing list