[Pkg-cli-apps-commits] [keepass2] branch master updated (accb86e -> 3f9cebf)
Julian Taylor
jtaylor.debian at googlemail.com
Sat Oct 21 12:31:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
jtaylor-guest pushed a change to branch master
in repository keepass2.
from accb86e increase-tabheight.patch: workaround database tab crash (LP: #891029)
adds fc06093 New upstream version 2.37+dfsg
new 5a5dc40 Updated version 2.37+dfsg from 'upstream/2.37+dfsg'
new 7ba04d0 New upstream release
new 2c882ae refresh patches
new 3f9cebf bump standard to 4.1.1, 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 | 28 +-
Build/PrepMonoDev.sh | 4 +
Docs/Chm/help/base/autotype.html | 35 +-
Docs/Chm/help/base/autourl.html | 50 ++-
Docs/Chm/help/base/cmdline.html | 30 +-
Docs/Chm/help/base/configuration.html | 32 +-
Docs/Chm/help/base/credits.html | 66 +--
Docs/Chm/help/base/disclaimer.html | 36 +-
Docs/Chm/help/base/faq.html | 38 +-
Docs/Chm/help/base/faq_tech.html | 126 +++---
Docs/Chm/help/base/fieldrefs.html | 38 +-
Docs/Chm/help/base/firststeps.html | 30 +-
Docs/Chm/help/base/importexport.html | 42 +-
Docs/Chm/help/base/index.html | 31 +-
Docs/Chm/help/base/integration.html | 30 +-
Docs/Chm/help/base/keys.html | 30 +-
Docs/Chm/help/base/license_lgpl.html | 30 +-
Docs/Chm/help/base/multiuser.html | 34 +-
Docs/Chm/help/base/placeholders.html | 61 +--
Docs/Chm/help/base/pwgenerator.html | 30 +-
Docs/Chm/help/base/repair.html | 30 +-
Docs/Chm/help/base/secedits.html | 30 +-
Docs/Chm/help/base/security.html | 50 +--
Docs/Chm/help/base/tans.html | 30 +-
Docs/Chm/help/base/usingpws.html | 32 +-
Docs/Chm/help/v2/autotype_obfuscation.html | 32 +-
Docs/Chm/help/v2/dbsettings.html | 30 +-
Docs/Chm/help/v2/entry.html | 32 +-
Docs/Chm/help/v2/guioptions.html | 30 +-
Docs/Chm/help/v2/index.html | 9 +-
Docs/Chm/help/v2/ioconnect.html | 40 +-
Docs/Chm/help/v2/license.html | 32 +-
Docs/Chm/help/v2/plugins.html | 48 +--
Docs/Chm/help/v2/policy.html | 30 +-
Docs/Chm/help/v2/setup.html | 77 ++--
Docs/Chm/help/v2/sync.html | 42 +-
Docs/Chm/help/v2/translation.html | 34 +-
Docs/Chm/help/v2/triggers.html | 32 +-
Docs/Chm/help/v2/version.html | 30 +-
Docs/Chm/help/v2/xml_replace.html | 30 +-
Docs/Chm/help/v2_dev/customize.html | 38 +-
Docs/Chm/help/v2_dev/plg_index.html | 38 +-
Docs/Chm/help/v2_dev/scr_index.html | 30 +-
Docs/Chm/help/v2_dev/scr_kps_index.html | 30 +-
Docs/Chm/help/v2_dev/scr_sc_index.html | 46 +--
Docs/History.txt | 42 ++
Ext/KeePass.exe.config | 4 +-
Ext/KeePass.iss | 12 +-
Ext/KeePassMsi/KeePassMsi.sln | 4 +-
Ext/KeePassMsi/KeePassMsi.vdproj | 18 +-
...KeePass.exe.config => KeePass_NoVer.exe.config} | 9 -
Ext/{KeePass.exe.config => TrlUtil.exe.config} | 9 -
KeePass/App/AppDefs.cs | 5 +-
KeePass/App/Configuration/AceUI.cs | 11 +-
KeePass/DataExchange/Formats/OnePwProCsv599.cs | 9 +-
KeePass/Ecas/EcasDefaultActionProvider.cs | 4 +-
KeePass/Forms/CsvImportForm.cs | 2 +-
KeePass/Forms/DatabaseSettingsForm.cs | 2 +-
KeePass/Forms/EditAutoTypeItemForm.cs | 2 +-
KeePass/Forms/KeyCreationForm.Designer.cs | 179 +++++---
KeePass/Forms/KeyCreationForm.cs | 75 +++-
KeePass/Forms/KeyCreationForm.resx | 4 +-
KeePass/Forms/LanguageForm.Designer.cs | 2 -
KeePass/Forms/LanguageForm.cs | 99 +++--
KeePass/Forms/MainForm.Designer.cs | 84 ++--
KeePass/Forms/MainForm.cs | 42 +-
KeePass/Forms/MainForm_Functions.cs | 119 ++++--
KeePass/Forms/OptionsForm.cs | 2 +
KeePass/Forms/PrintForm.cs | 9 +-
KeePass/Forms/PwEntryForm.cs | 16 +-
KeePass/KeePass.csproj | 9 +
KeePass/Native/NativeMethods.Defs.cs | 2 +-
KeePass/Plugins/PlgxCsprojLoader.cs | 16 +-
KeePass/Plugins/Plugin.cs | 2 +-
KeePass/Program.cs | 19 +-
KeePass/Properties/AssemblyInfo.cs | 4 +-
KeePass/Properties/Resources.Designer.cs | 9 +-
KeePass/Properties/Resources.resx | 3 +
KeePass/Resources/Images/B48x35_WritingHand.png | Bin 0 -> 1257 bytes
KeePass/Resources/KPRes.Generated.cs | 448 +++++++++++++++++++--
KeePass/UI/BannerFactory.cs | 5 +-
KeePass/UI/CustomRichTextBoxEx.cs | 2 +-
KeePass/UI/EnableThemingInScope.cs | 2 +-
KeePass/UI/FileDialogsEx.cs | 47 ++-
KeePass/UI/GlobalWindowManager.cs | 6 +-
KeePass/UI/HotKeyControlEx.cs | 2 +-
KeePass/UI/OpenWithMenu.cs | 2 +-
KeePass/UI/PwInputControlGroup.cs | 6 +-
KeePass/UI/RichTextBuilder.cs | 10 +
KeePass/UI/ToolStripRendering/ProExtTsr.cs | 8 +-
KeePass/UI/ToolStripRendering/TsrPool.cs | 2 +-
KeePass/UI/ToolStripRendering/VisualStyleTsr.cs | 4 +-
KeePass/UI/UISystemFonts.cs | 8 +
KeePass/UI/UIUtil.cs | 24 +-
KeePass/Util/AutoType.cs | 2 +-
KeePass/Util/BinaryDataUtil.cs | 9 +-
KeePass/Util/EmergencySheet.cs | 382 ++++++++++++++++++
KeePass/Util/EntryUtil.cs | 290 ++++++++++++-
KeePass/Util/PrintUtil.cs | 138 +++++++
KeePass/Util/SendInputExt/SiEngineWin.cs | 20 +-
KeePass/Util/TempFilesPool.cs | 48 ++-
KeePass/Util/UpdateCheckEx.cs | 4 +-
KeePass/Util/WinUtil.cs | 30 +-
.../Util/XmlSerialization/XmlSerializerEx.Gen.cs | 3 +
KeePass/Util/XmlUtil.cs | 2 +-
.../Cryptography/Cipher/StandardAesEngine.cs | 20 +-
KeePassLib/Cryptography/CryptoUtil.cs | 37 ++
.../Cryptography/KeyDerivation/AesKdf.GCrypt.cs | 402 ++++++++++++++++++
KeePassLib/Cryptography/KeyDerivation/AesKdf.cs | 55 +--
KeePassLib/Cryptography/SelfTest.cs | 23 +-
KeePassLib/KeePassLib.csproj | 2 +
KeePassLib/Native/ClipboardU.cs | 190 +++++++++
KeePassLib/Native/NativeLib.cs | 6 +-
KeePassLib/Native/NativeMethods.Unix.cs | 101 +++++
KeePassLib/Properties/AssemblyInfo.cs | 4 +-
KeePassLib/PwDefs.cs | 33 +-
KeePassLib/Serialization/KdbxFile.Read.Streamed.cs | 71 +++-
KeePassLib/Utility/GfxUtil.cs | 14 +
KeePassLib/Utility/MonoWorkarounds.cs | 71 +++-
KeePassLib/Utility/StrUtil.cs | 2 +-
KeePassLib/Utility/UrlUtil.cs | 62 ++-
ShInstUtil/ShInstUtil.cpp | 2 +-
ShInstUtil/ShInstUtil.rc | 8 +-
Translation/DefaultText.xml | 106 ++++-
Translation/TrlUtil/MainForm.cs | 2 +-
Translation/TrlUtil/Properties/AssemblyInfo.cs | 4 +-
debian/changelog | 7 +
debian/control | 2 +-
debian/patches/disable-clipboard-workaround.patch | 2 +-
debian/patches/do-not-use-the-non-free-icons.patch | 28 +-
debian/patches/dont-display-as-dev-version.patch | 2 +-
debian/patches/force_toolsversion_4 | 4 +-
debian/patches/skip-sgen-run-during-build.patch | 2 +-
133 files changed, 3894 insertions(+), 1383 deletions(-)
copy Ext/{KeePass.exe.config => KeePass_NoVer.exe.config} (52%)
copy Ext/{KeePass.exe.config => TrlUtil.exe.config} (52%)
create mode 100644 KeePass/Resources/Images/B48x35_WritingHand.png
create mode 100644 KeePass/Util/EmergencySheet.cs
create mode 100644 KeePass/Util/PrintUtil.cs
create mode 100644 KeePassLib/Cryptography/KeyDerivation/AesKdf.GCrypt.cs
create mode 100644 KeePassLib/Native/ClipboardU.cs
--
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