Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Oct 14, 2014
1 parent 96c4699 commit a812e9b
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 60 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.5.3 (2014-10-13)
-------------------
* Fix entries in the recycle bin are loaded at start when they should be ignored.
* More informative error messages when key fails to load.
* Add column to agent manager that shows where the key came from.
* Add support for Cygwin/MSYS integration

v0.5.2 (2014-7-24)
-----------------
* Fix issue with DSA authentication failing ~1% of the time because of signature
Expand Down
57 changes: 21 additions & 36 deletions KeeAgent.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
# Visual Studio 2012
VisualStudioVersion = 12.0.30324.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeeAgent", "KeeAgent\KeeAgent.csproj", "{742863F2-52ED-41E0-92A1-8EEA60EB75EF}"
Expand All @@ -25,57 +25,42 @@ Global
ReleasePlgx|Any CPU = ReleasePlgx|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3BEB6FAE-B14D-4281-8168-DB2A4A0C5FC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BEB6FAE-B14D-4281-8168-DB2A4A0C5FC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BEB6FAE-B14D-4281-8168-DB2A4A0C5FC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BEB6FAE-B14D-4281-8168-DB2A4A0C5FC4}.Release|Any CPU.Build.0 = Release|Any CPU
{3BEB6FAE-B14D-4281-8168-DB2A4A0C5FC4}.ReleasePlgx|Any CPU.ActiveCfg = Release|Any CPU
{3BEB6FAE-B14D-4281-8168-DB2A4A0C5FC4}.ReleasePlgx|Any CPU.Build.0 = Release|Any CPU
{742863F2-52ED-41E0-92A1-8EEA60EB75EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{742863F2-52ED-41E0-92A1-8EEA60EB75EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{742863F2-52ED-41E0-92A1-8EEA60EB75EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{742863F2-52ED-41E0-92A1-8EEA60EB75EF}.Release|Any CPU.Build.0 = Release|Any CPU
{742863F2-52ED-41E0-92A1-8EEA60EB75EF}.ReleasePlgx|Any CPU.ActiveCfg = ReleasePlgx|Any CPU
{742863F2-52ED-41E0-92A1-8EEA60EB75EF}.ReleasePlgx|Any CPU.Build.0 = ReleasePlgx|Any CPU
{D181A56F-743F-429F-BA31-1827C39A176C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D181A56F-743F-429F-BA31-1827C39A176C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D181A56F-743F-429F-BA31-1827C39A176C}.Release|Any CPU.Build.0 = Release|Any CPU
{D181A56F-743F-429F-BA31-1827C39A176C}.ReleasePlgx|Any CPU.ActiveCfg = Release|Any CPU
{9163B6B6-0603-4C6E-BC67-7111ED8CDDE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9163B6B6-0603-4C6E-BC67-7111ED8CDDE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9163B6B6-0603-4C6E-BC67-7111ED8CDDE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9163B6B6-0603-4C6E-BC67-7111ED8CDDE1}.Release|Any CPU.Build.0 = Release|Any CPU
{9163B6B6-0603-4C6E-BC67-7111ED8CDDE1}.ReleasePlgx|Any CPU.ActiveCfg = Release|Any CPU
{9163B6B6-0603-4C6E-BC67-7111ED8CDDE1}.ReleasePlgx|Any CPU.Build.0 = Release|Any CPU
{3BEB6FAE-B14D-4281-8168-DB2A4A0C5FC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BEB6FAE-B14D-4281-8168-DB2A4A0C5FC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BEB6FAE-B14D-4281-8168-DB2A4A0C5FC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BEB6FAE-B14D-4281-8168-DB2A4A0C5FC4}.Release|Any CPU.Build.0 = Release|Any CPU
{3BEB6FAE-B14D-4281-8168-DB2A4A0C5FC4}.ReleasePlgx|Any CPU.ActiveCfg = Release|Any CPU
{3BEB6FAE-B14D-4281-8168-DB2A4A0C5FC4}.ReleasePlgx|Any CPU.Build.0 = Release|Any CPU
{D181A56F-743F-429F-BA31-1827C39A176C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D181A56F-743F-429F-BA31-1827C39A176C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D181A56F-743F-429F-BA31-1827C39A176C}.Release|Any CPU.Build.0 = Release|Any CPU
{D181A56F-743F-429F-BA31-1827C39A176C}.ReleasePlgx|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = KeeAgent\KeeAgent.csproj
Policies = $0
$0.TextStylePolicy = $3
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchBody = True
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.BeforeIndexerDeclarationBracket = False
$2.BeforeDelegateDeclarationParentheses = False
$2.NewParentheses = False
$2.SpacesBeforeBrackets = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$3.TabWidth = 2
$3.IndentWidth = 2
$3.NoTabsAfterNonTabs = True
$3.EolMarker = Windows
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
version = 0.5.2.0
$0.TextStylePolicy = $1
$1.FileWidth = 120
$1.TabsToSpaces = False
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
version = 0.5.3.0
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
4 changes: 1 addition & 3 deletions KeeAgent/KeeAgent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@
</Prerequisites>
</PlgxConfiguration>
<PlgxToolDir>$(MSBuildProjectDirectory)\..\KeePassPluginDevTools\PlgxTools\bin\Release\</PlgxToolDir>
<ReleaseVersion>0.5.2.0</ReleaseVersion>
<ReleaseVersion>0.5.3.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{742863F2-52ED-41E0-92A1-8EEA60EB75EF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand Down
4 changes: 2 additions & 2 deletions KeeAgent/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion ("0.5.2.0")]
[assembly: AssemblyFileVersion ("0.5.2.0")]
[assembly: AssemblyVersion ("0.5.3.0")]
[assembly: AssemblyFileVersion ("0.5.3.0")]
9 changes: 2 additions & 7 deletions KeeAgentTestProject/KeeAgentTestProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D181A56F-743F-429F-BA31-1827C39A176C}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>KeeAgentTestProject</RootNamespace>
<AssemblyName>KeeAgentTestProject</AssemblyName>
<FileAlignment>512</FileAlignment>
<ReleaseVersion>0.5.2.0</ReleaseVersion>
<ReleaseVersion>0.5.3.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
Expand All @@ -35,9 +32,7 @@
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Drawing" />
Expand Down
2 changes: 1 addition & 1 deletion SshAgentLib
11 changes: 0 additions & 11 deletions create-tarball.sh

This file was deleted.

8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
keepass2-plugin-keeagent (0.5.3) trusty; urgency=medium

* Fix entries in the recycle bin are loaded at start when they should be ignored.
* More informative error messages when key fails to load.
* Add column to agent manager that shows where the key came from.

-- David Lechner <[email protected]> Mon, 13 Oct 2014 19:15:18 -0500

keepass2-plugin-keeagent (0.5.2-1) trusty; urgency=medium

* New upstream release.
Expand Down

0 comments on commit a812e9b

Please sign in to comment.