Skip to content

Commit 323ee06

Browse files
committed
Moved change log from wiki to code base.
1 parent ddf9378 commit 323ee06

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
2+
----
3+
## 1.0.3.0 (2012.04.17)
4+
5+
IMPROVEMENTS:
6+
- Swapped in enhanced ComboBox for file selectors that now shows the full file paths in a tooltip for each item in the dropdown history list (CleanCode library).
7+
- Added support for binary field types in a DB result set, overcoming an inherent weakness in the .NET DataGridView control (CleanCode library).
8+
- Updated from Visual Studio 2008 to 2010.
9+
- Switched from .NET 2.0 to .NET 3.5 obviating the need for LinqBridge library.
10+
11+
----
12+
## 1.0.2.0 (2010.06.04)
13+
14+
Maintenance Release
15+
16+
Defect Fixes:
17+
- Issue # 3: _Database dropdown for connection editor may be empty depending upon DB permissions_
18+
- Issue # 4: _Cannot resolve work item macro, invalid id._
19+
20+
IMPROVEMENTS:
21+
- About Box now displays regional and language settings in effect.
22+
- SDF now notices if user locale changes from the system control panel. The only visible manifestation of this currently is if you right-click the header row of a result grid to open its context menu, then view the submenu with date formatting choices.
23+
- Changed database dropdown for connection editor to display non-system DBs only by default but with the shift key to also include system DBs.
24+
- Fixed Connection Editor to retain correct details of currently selected connection after saving the connection set.
25+
- In meta-query library (SQL Server only), deleted DatabaseName column from several queries because their domain is always the current database.
26+
- In meta-query library (SQL Server only), standardized field names in several queries.
27+
- In meta-query library (SQL Server only), added/modified ORDER BY clauses in several queries to eliminate warning messages when TurboSort is enabled at the time a meta-query is executed.
28+
- Installer now includes a shortcut for the user guide as a stub, directing user where to download the actual user guide.
29+
- Help menu now includes a menu item to open the user guide. If the user has already downloaded the separate user guide, it just opens. If not, SDF prompts the user to download it.
30+
31+
_Very minor updates to the user manual are pending._
32+
33+
----
34+
## 1.0.1.0 (2010.05.12)
35+
36+
Maintenance Release
37+
38+
An embedded user control inadvertently assumed US regional and language settings; with non-US settings the application crashed during startup.
39+
_The user manuals are unchanged from the previous release._
40+
41+
----
42+
## 1.0.0.0 (2010.04.30)
43+
44+
Initial Public Release
45+
46+
- Requirements: .NET Framework 2.0
47+
48+
- SqlDiffFramework is designed for the enterprise! Check with your system administrator (or see the user guide) for how to:
49+
* Point to the SqlDiffFramework repository (if any) so you will be notified of updates (user guide, section 2.2.2).
50+
* Load a set of of default database connections for your environment (user guide, section 2.2.1).
51+
52+
- If you are running Windows XP and selected the large-address-space install, be sure your machine is configured to boot with the /3GB option--see [boot.ini options](http://support.microsoft.com/kb/833721).

0 commit comments

Comments
 (0)