[Pkg-cli-apps-commits] [keepass2] branch dfsg_clean updated (a077374 -> 2af6f9b)

Julian Taylor jtaylor.debian at googlemail.com
Sun Aug 17 15:07:34 UTC 2014


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

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

      from  a077374   Merge tag 'upstream/2.26' into dfsg_clean
      adds  79cc66c   Imported Upstream version 2.27
       new  2af6f9b   Merge tag 'upstream/2.27' into dfsg_clean

The 1 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            |   16 +-
 Docs/Chm/help/base/autotype.html                   |    2 +
 Docs/Chm/help/base/autourl.html                    |    2 +-
 Docs/Chm/help/base/configuration.html              |    8 +-
 Docs/Chm/help/base/credits.html                    |    4 +-
 Docs/Chm/help/base/placeholders.html               |   55 +-
 Docs/Chm/help/base/pwgenerator.html                |    6 +-
 Docs/Chm/help/base/security.html                   |   27 +-
 Docs/Chm/help/v2/setup.html                        |    5 +
 Docs/Chm/help/v2/xml_replace.html                  |   59 +-
 Docs/Chm/help/v2_dev/customize.html                |   14 +
 Docs/History.txt                                   |  107 +
 Ext/KeePass.exe.config                             |    4 +-
 Ext/KeePass.iss                                    |   10 +-
 Ext/KeePassMsi/KeePassMsi.vdproj                   |   14 +-
 KeePass/App/AppDefs.cs                             |    5 +
 KeePass/App/Configuration/AceApplication.cs        |    8 +
 KeePass/App/Configuration/AceIntegration.cs        |   28 +-
 KeePass/App/Configuration/AceUI.cs                 |    1 +
 KeePass/DataExchange/KdbManager.cs                 |    4 -
 KeePass/Ecas/EcasDefaultActionProvider.cs          |   24 +-
 KeePass/Forms/AutoTypeCtxForm.cs                   |   12 +-
 KeePass/Forms/ColumnsForm.cs                       |   48 +-
 KeePass/Forms/DataEditorForm.Designer.cs           |    6 +-
 KeePass/Forms/EditAutoTypeItemForm.Designer.cs     |   84 +-
 KeePass/Forms/EditAutoTypeItemForm.cs              |   20 +-
 KeePass/Forms/EntropyForm.Designer.cs              |    6 +-
 KeePass/Forms/EntropyForm.cs                       |    2 +-
 KeePass/Forms/IconPickerForm.cs                    |    2 +-
 KeePass/Forms/KeyCreationForm.Designer.cs          |   25 +-
 KeePass/Forms/KeyCreationForm.cs                   |    2 +-
 KeePass/Forms/KeyPromptForm.cs                     |   29 +-
 KeePass/Forms/MainForm.Designer.cs                 |   53 +-
 KeePass/Forms/MainForm.cs                          |  216 +-
 KeePass/Forms/MainForm.resx                        | 2782 ++++++++++----------
 KeePass/Forms/MainForm_Functions.cs                |  340 ++-
 KeePass/Forms/OptionsForm.Designer.cs              |   36 +-
 KeePass/Forms/OptionsForm.cs                       |   44 +-
 KeePass/Forms/PwEntryForm.Designer.cs              |   39 +-
 KeePass/Forms/PwEntryForm.cs                       |  116 +-
 ...orm.Designer.cs => UrlOverrideForm.Designer.cs} |    6 +-
 .../Forms/{UrlSchemeForm.cs => UrlOverrideForm.cs} |    6 +-
 .../{UrlSchemeForm.resx => UrlOverrideForm.resx}   |    0
 ...rm.Designer.cs => UrlOverridesForm.Designer.cs} |   41 +-
 .../{UrlSchemesForm.cs => UrlOverridesForm.cs}     |   62 +-
 .../{UrlSchemesForm.resx => UrlOverridesForm.resx} |    0
 KeePass/KeePass.csproj                             |   29 +-
 KeePass/Native/NativeMethods.New.cs                |   16 +
 KeePass/Native/NativeMethods.Unix.cs               |   88 +-
 KeePass/Native/NativeMethods.cs                    |    9 +
 KeePass/Program.cs                                 |   52 +
 KeePass/Properties/AssemblyInfo.cs                 |    4 +-
 KeePass/Resources/KPRes.Generated.cs               |  169 +-
 KeePass/UI/CustomListViewEx.cs                     |    3 +-
 KeePass/UI/CustomRichTextBoxEx.cs                  |  271 +-
 KeePass/UI/CustomToolStripRendererEx.cs            |    3 +-
 KeePass/UI/GlobalWindowManager.cs                  |    5 -
 KeePass/UI/ImageComboBoxEx.cs                      |    4 +-
 KeePass/UI/ProtectedDialog.cs                      |   20 +
 KeePass/UI/PwInputControlGroup.cs                  |   44 +-
 KeePass/UI/QualityProgressBar.cs                   |  129 +-
 KeePass/UI/RichTextBuilder.cs                      |    2 -
 KeePass/UI/SecureEdit.cs                           |    2 -
 KeePass/UI/SplitButtonEx.cs                        |    4 +-
 KeePass/UI/ThemeToolStripRenderer.cs               |  228 +-
 KeePass/UI/UISystemFonts.cs                        |   73 +-
 KeePass/UI/UIUtil.cs                               |   51 +-
 KeePass/Util/AutoType.cs                           |   17 +-
 KeePass/Util/ClipboardUtil.Unix.cs                 |   24 +-
 KeePass/Util/ClipboardUtil.cs                      |    8 +-
 KeePass/Util/EntryUtil.cs                          |  130 +-
 KeePass/Util/HotKeyManager.cs                      |   13 +
 KeePass/Util/IpcUtilEx.cs                          |   44 +
 KeePass/Util/SendInputEx.cs                        |  106 +-
 KeePass/Util/SendInputExt/SiEngineUnix.cs          |   31 +-
 KeePass/Util/SendInputExt/SiEngineWin.cs           |   20 +-
 KeePass/Util/SendInputExt/SiObf.cs                 |    8 +-
 ...oardEventChainBlocker.cs => ShutdownBlocker.cs} |   75 +-
 KeePass/Util/Spr/SprContext.cs                     |   26 +-
 KeePass/Util/Spr/SprEngine.cs                      |  120 +-
 KeePass/Util/Spr/SprSyntax.cs                      |  358 +++
 KeePass/Util/WinUtil.cs                            |   36 +-
 .../Util/XmlSerialization/XmlSerializerEx.Gen.cs   |    3 +
 KeePassLib/Cryptography/CryptoRandom.cs            |    5 +-
 .../PasswordGenerator/PatternBasedGenerator.cs     |   11 +
 .../Cryptography/PasswordGenerator/PwCharSet.cs    |    2 +
 KeePassLib/Cryptography/SelfTest.cs                |   34 +-
 KeePassLib/KeePassLib.csproj                       |    2 +
 KeePassLib/Native/NativeLib.cs                     |   38 +
 KeePassLib/Native/NativeMethods.Unix.cs            |  112 +
 KeePassLib/Native/NativeMethods.cs                 |   23 +-
 KeePassLib/Properties/AssemblyInfo.cs              |    4 +-
 KeePassLib/PwDatabase.cs                           |   89 +-
 KeePassLib/PwDefs.cs                               |   14 +-
 KeePassLib/PwGroup.cs                              |   43 +-
 KeePassLib/Serialization/IOConnection.cs           |  183 +-
 KeePassLib/Serialization/IOConnectionInfo.cs       |   10 +-
 KeePassLib/Utility/MemUtil.cs                      |   57 +
 .../Util => KeePassLib/Utility}/MonoWorkarounds.cs |   68 +-
 KeePassLib/Utility/StrUtil.cs                      |   34 +
 KeePassLibSD/KeePassLibSD.csproj                   |    6 +
 KeePassLibSD/Properties/AssemblyInfo.cs            |    2 +-
 ShInstUtil/ShInstUtil.rc                           |    8 +-
 Translation/DefaultText.xml                        |   39 +-
 Translation/TrlUtil/FormTrlMgr.cs                  |    4 +-
 Translation/TrlUtil/Properties/AssemblyInfo.cs     |    4 +-
 106 files changed, 4812 insertions(+), 2585 deletions(-)
 rename KeePass/Forms/{UrlSchemeForm.Designer.cs => UrlOverrideForm.Designer.cs} (95%)
 rename KeePass/Forms/{UrlSchemeForm.cs => UrlOverrideForm.cs} (91%)
 rename KeePass/Forms/{UrlSchemeForm.resx => UrlOverrideForm.resx} (100%)
 rename KeePass/Forms/{UrlSchemesForm.Designer.cs => UrlOverridesForm.Designer.cs} (76%)
 rename KeePass/Forms/{UrlSchemesForm.cs => UrlOverridesForm.cs} (71%)
 rename KeePass/Forms/{UrlSchemesForm.resx => UrlOverridesForm.resx} (100%)
 copy KeePass/Util/{ClipboardEventChainBlocker.cs => ShutdownBlocker.cs} (51%)
 create mode 100644 KeePass/Util/Spr/SprSyntax.cs
 create mode 100644 KeePassLib/Native/NativeMethods.Unix.cs
 rename {KeePass/Util => KeePassLib/Utility}/MonoWorkarounds.cs (78%)

-- 
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