Skip to content

Commit

Permalink
Preparing for 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mortheres committed May 19, 2014
1 parent 741d333 commit ca800dd
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
9 changes: 5 additions & 4 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
Revision history for Ocsinventory::Agent

2.1.1
* Add number of socket in Linux/Archs/i386/CPU.pm
* Add hyperthreading support in Linux/Archs/i386/CPU.pm
* Fix bug #1312830
* Fix Bug #1312830 about missing CPU information
* Update memconf command to last revision
* Add new file to detect Oracle distro
* Fix CPU.pm which couldn't retrieve multi socket processors
* Fix regression (bug #1045356)
* Fix Bug #1045356 about regression in ifconfig parsing
* Fix a mistake in </MACADDR> tag in 6876.xml
* Move lib/Ocsinventory/Oracle and lib/Ocsinventory/Apache directories in lib/Ocsinventory/agent/Modules directory
* Fix a mistake in Hooks.pm which makes Download.pm and Snmp.pm not loaded by agent
* Fix problem path of arch command
* Fix problem on path of arch command
* Fix debug trace in CPU.pm
* Fix a translation mistake in MacOSX agent French installer

2.1
* Fix #bug 1272425 about status of libvirt virtual machines not reported
* Fix #Bug 1272425 about status of libvirt virtual machines not reported
* Fix blueprint about installation date in the report of the installed software
* Fix blueprint about UUID value in the hardware Table
* Fix Bug #1247190 about default gateway as gateway for all interfaces under Linux
Expand Down
2 changes: 1 addition & 1 deletion lib/Ocsinventory/Agent/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Ocsinventory::Agent::Config;
use strict;
use Getopt::Long;

our $VERSION = '2.1';
our $VERSION = '2.1.1';
my $basedir = '';
my $default = {
'daemon' => 0,
Expand Down
4 changes: 2 additions & 2 deletions tools/macosx/installer_gui/iceberg/iceberg_project.packproj
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@
<key>IFPkgDescriptionTitle</key>
<string>Ocsinventory Agent MacOSX</string>
<key>IFPkgDescriptionVersion</key>
<string>2.1</string>
<string>2.1.1</string>
</dict>
</dict>
<key>Display Information</key>
Expand All @@ -547,7 +547,7 @@
<key>CFBundleName</key>
<string>Ocsinventory Agent MacOSX</string>
<key>CFBundleShortVersionString</key>
<string>2.1</string>
<string>2.1.1</string>
</dict>
<key>Options</key>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion tools/macosx/installer_gui/ocs_agent_config/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.1</string>
<string>2.1.1</string>
<key>InstallerSectionTitle</key>
<string>Configuration</string>
<key>NSMainNibFile</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.1</string>
<string>2.1.1</string>
<key>InstallerSectionTitle</key>
<string>Daemon options</string>
<key>NSMainNibFile</key>
Expand Down
2 changes: 1 addition & 1 deletion tools/macosx/ocsng_app-xcode/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>OCNG</string>
<key>CFBundleVersion</key>
<string>2.1</string>
<string>2.1.1</string>
<key>LSUIElement</key>
<true/>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion tools/macosx/ocsng_app-xcode/ocscontact-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2.1</string>
<string>2.1.1</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit ca800dd

Please sign in to comment.