Changeset 7f8cb75 in sasview


Ignore:
Timestamp:
Apr 27, 2012 12:53:36 PM (12 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
9e07bc4
Parents:
d874092
Message:

new release notes and version number 2.1.1

Location:
sansview
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sansview/__init__.py

    re7e1fdd r7f8cb75  
    1 __version__ = "2.1.0" 
     1__version__ = "2.1.1" 
    22__build__ = "1" 
    33try: 
  • sansview/installer.iss

    re040eb1b r7f8cb75  
    88ChangesAssociations=yes 
    99AppName=SansView 
    10 AppVerName=SansView-2.1.0 
    11 AppPublisher=(c) 2009 - 2011, University of Tennessee 
     10AppVerName=SansView-2.1.1 
     11AppPublisher=(c) 2009 - 2012, University of Tennessee 
    1212AppPublisherURL=http://danse.chem.utk.edu 
    1313AppSupportURL=http://danse.chem.utk.edu 
     
    1515ChangesEnvironment=true  
    1616DefaultDirName={pf}\SansView 
    17 DefaultGroupName=DANSE\SansView-2.1.0 
     17DefaultGroupName=DANSE\SansView-2.1.1 
    1818DisableProgramGroupPage=yes 
    1919LicenseFile=license.txt 
     
    2323SolidCompression=yes 
    2424PrivilegesRequired=none 
     25UsePreviousAppDir=no 
    2526 
    2627 
     
    7576Name: "{group}\SansView";       Filename: "{app}\SansView.exe"; WorkingDir: "{app}"; IconFilename: "{app}\images\ball.ico"  
    7677Name: "{group}\{cm:UninstallProgram, SansView}";         Filename: "{uninstallexe}"  
    77 Name: "{commondesktop}\SansView-2.1.0"; Filename: "{app}\SansView.exe"; Tasks: desktopicon; WorkingDir: "{app}" ; IconFilename: "{app}\images\ball.ico"  
    78 Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SansView-2.1.0";  Filename: "{app}\SansView.exe"; Tasks: quicklaunchicon; WorkingDir: "{app}"; IconFilename: "{app}\images\ball.ico"  
     78Name: "{commondesktop}\SansView-2.1.1"; Filename: "{app}\SansView.exe"; Tasks: desktopicon; WorkingDir: "{app}" ; IconFilename: "{app}\images\ball.ico"  
     79Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SansView-2.1.1";  Filename: "{app}\SansView.exe"; Tasks: quicklaunchicon; WorkingDir: "{app}"; IconFilename: "{app}\images\ball.ico"  
    7980 
    8081 
  • sansview/releases_notes.txt

    r92a52ff2 r7f8cb75  
    22============= 
    33 
    4 SansView 2.1.0 
     4SansView 2.1.1 (bug fixed) 
     5         
     6        - Added DataInfo for data in the DataExplorer and plots 
     7        - Added Maximize/Restore button in the title bar of the graphs 
     8        - The 'x' button now works as deleting the graph 
     9        - Added a hide button in the toolbar of the graph panel 
     10        - Fixed some bugs and improved some behaviors in the batch/grid panel. 
     11        - Edit SUM Model from the menubar can now generate more than one sum model. 
     12        - Report can now be saved as a pdf format on WIN and MAC. 
     13        - Fixed many minor bugs. 
     14         
     15        -version 2.1 
    516         
    617        - Multiprocessor support(Windows) 
Note: See TracChangeset for help on using the changeset viewer.