Iso9660 Analyzer Tool is a free utility tool for detecting the
structure of DVD/CD-ROM image file formats; the tool supports many
CD/DVD-ROM data image file formats.
Iso9660 Analyzer Tool provides the conversion of any image format
to an UDF/ISO for easy mounting in your favorite Operating System.
The tool also permits the creation of TOC or CUE file descriptor
to burn the image easily with your favorite burner on your favorite
Operating System. If the image is not compliant with TOC or CUE,
it should be converted to UDF/ISO format which can be mounted upon
any Operating System.
If the Operating System does not support image of DVD/CD-ROM, then
creating the TOC file descriptor is a good option burn 1:1 original
image. Iso9960 Analyzer Tool provides option to create TOC file
descriptor. Note some application does not support TOC descriptor.
Similarly, if the Operating System does not support image of
DVD/CD-ROM, then creating the CUE file descriptor is also a good
option. Iso9960 Analyzer Tool provides option to create CUE file
descriptor. Note the creation of CUE might not work with protected
image.
2.01.01alpha72:
Cdrecord:
- The CDRWIN cue sheet parser has been enhanced to give better error messages:
- There are now hints on what is missing in the CUE file
- The error message now also contains the column where the problem was detected
- Allow cdrecord to compile again on a pre-C99 compiler (there was a variable delaration
past a statement in a function.
- A description for the *.inf file fomat was added to the cdrecord man page
- New (previously missing) CD-Text tags have been added to auinfo.c (*.inf file parser):
Albumsongwriter=
Albumcomposer=
Albumarranger=
Albummessage=
Albumclosed_info=
Note that these tags do not appear in the CDDB database.
Cdda2wav (Maintained/enhanced by J
- New arg "all" to -t option.
cdda2wav -B extracts all audio tacks into separate files
cdda2wav -tall extracts all audio tacks into a single files
- cdda2wav now by default writes a file "xxx.cdtext" with raw binary
CD-Text data in case cdda2wav was told to retrieve CD-Text.
- A new option -no-textfile allows to disable the creation of the file "audio.cdtext"
This version of cdda2wav creates a file "audio.cdtext" or similar (depending on
the set up file name base) in case that there is CD-Text on the medium and that
the drives supports to read the CD-Text data with MMC SCSI commands.
- Fixed a bug in cdda2wav that caused cdda2wav to set up the file name base too late.
This resultes in the files "audio.cdindex" and "audio.cddb" alwas to have this name
while the *.inf files use the name base from the cdda2wav arguments. Now all
files created by cdda2wav honor the file name base.
- Cdda2wav by default fills empty track specific CD-Text data with the Disk global
value (if present). A new option -no-textdefaults allows to disable this fallback
and leaves the related fields empty if they are empty on the mester CD.
- Fixed a problem with cdda2wav -interactive (used by GNOME GSTREAMER CD-DAE plugin)
that could cause cdda2wav to dump core in case that there is a data
session past the last audio track.
- New (previously missing) CD-Text tags have been added to the *.inf files:
Albumsongwriter=
Songwriter=
Albumcomposer=
Composer=
Albumarranger=
Arranger=
Albummessage=
Message=
Albumclosed_info=
Closed_info=
Note that these tags do not appear in the CDDB database.
Mkisofs (Maintained/enhanced by J
- Fixed a bug with file descriptor handling in mkisofs/apple.c
2.01.01a71:
All:
- include/schily/stat.h now supports nonosecond timestamps in struct stat on AIX.
- New autoconf test for nanosecond time stamps on AIX.
- conf/mkdir.sh
- conf/mkdep-aix.sh was changed to avoid warnings for #pragma weak a = b
as the IBM C-compiler calls a non "#pragma weak" cpp when called with -E
Cdrecord:
- Cdrecord now is able to use -isosize even in case that the image data
is read from stdin. This makes it easier to use "mkisofs | cdrecord".
All:
- Added support for Hurd on i686 to the Schily Makefilesystem.
- Modified conf/mkdir.sh to work around a deviation found in
/usr/xpg4/bin/sed on Solaris
- Modified conf/src-get to include conf/src-get in PATH to make
recursive calls to src-get work.
Libfind:
- Added $(LIB_ACL_TEST) to the libs for libfind to allow a shared libfind
with ACL support on Linux.
Cdrecord:
- Cdrecord now defaults to -sao in case that cuefile=something was specified
- man page restructured
Cdda2wav (Maintained/enhanced by J
- The default outout format is now .wav for all platforms.
Before, the default for Solaris was .au.
- man page restructured
Readcd:
- man page restructured
src/pynotify.c should be generated, but broken one exists in tarball.
(regeneration rule require gmake)
http://trac.galago-project.org/ticket/121
* fixes path of override *.pc.in file.
Bump PKGREVISION.
hashes to files on a (not mounted) data CD/DVD): limit the buffer
size to 32k, otherwise physio()/MAXPHYS strikes
being here, add typecasts in some isspace(char) cases
bump PKGREVISION
Erase harddisk partitions in a very secure manner (35-pass pattern
overwrite with patterns for all encoding schemes). Also supports
overwrite with random data. Can erase whole disks or slices only.
Homepage at http://neb-stoehr.sourceforge.net
2.01.01a69:
All:
- Support for 64 Bit compilation was added for IRIX.
Call smake CCOM=cc64 or smake CCOM=gcc64 as usual.
- C++ compilation support fior IRIX was added to the makefile system
- Schily Makefile rules no longer contain Simple Suffix Rules.
All default rules are now based on Pattern Matching Rules.
This speeds up smake.
- Added autoconf test to distinct Linux ACLs from IRIX ACLs
Libschily:
- Removed some GCC warnings from libschily/getargs.c
Libfind:
- let libfind deal with the differences between Linux ACLs and IRIX ACLs
Libscg:
- Removed some GCC warnings from libscg/scsi-sgi.c
Cdrecord:
- Work around a bug in the firmware from drives
developed by PIONEER in November 2009. This affects
drives labelled "Pioneer", "Plextor" and "TEAC".
Do no longer call cdr_buffer_cap() before the drive
buffer was not at least filled once to avoid that
the the drive throughs away all data.
- Man page reworked
Cdda2wav (Maintained/enhanced by J
- Man page reworked
- Removed some (int) casts before the SNDCTL_DSP_* ioctl()s
Readcd:
- Man page reworked
Scgcheck:
- Man page reworked
Btcflash:
- Man page reworked
Mkisofs (Maintained/enhanced by J
- Various Cstyle changes
2.01.01a68:
All:
- VMS rules for libraries not create an archive XXX.olb instead of libXXX.a
- schily/utypes.h enhanced to allow to define maxint_t which is
missing on VMS
- Better autoconf test for union wait vs. int for platforms that
define union wait but use int as wait() parameter.
- schily/vfork.h now includes unistd.h as the related definitions
are there on Solaris
- Fixed a configure bug with opendir() inherited from GNU autoconf
- Enhanced the vfork() autoconf test to avoid a hang on VMS
Libschily:
- libschily/spawn.c now uses vfork()
- libschily/fexec.c now supports IO redirection on VMS
Libparanoia (Ported/enhanced by J
- Some #define inline definitions removed as "inline" is already
handled by schily/mconfig.h
Libfind:
- Fixed a typo in idcache.c
Libfile:
- Some changes for better VMS support
Libhfs_iso:
- Removed a warning from the HP-UX C-compiler about a possible endless loop
Libsiconv:
- Add the VMS C-compiler to the list of exceptions for not fully C99 compliant
compilers to allow compilation.
Libscg:
- changed a include path in libscg/scsi-mac-iokit.c to allow
compilation on "Snow Leopard"
Cdrecord:
- Added a workaround for a firmware oddity with DVD+RW on
'_NEC ' 'DVD_RW ND-3500AG' with media written from other drives.
Cdda2wav (Maintained/enhanced by J
- Added a forgotten modification in ringbuff.c that caused an abort due to
a wrong assert() condition.
Mkisofs (Maintained/enhanced by J
- Fixed a bug (writing to stdout instead of stderr) recently introduced with better
RR recognition support.
- "isoinfo" now supports iconv() based locales for Joliet.
Robert Elz in PR 42083.
bsd.own.mk tags "all" with .NOTMAIN, so including bsd.own.mk before
defining "all" causes it to be skipped in favor of whatever comes next
in the makefile. Hack around this by putting "all:;" at the top.
I can't *really* test it because the syscalls script blows its mind if
given a NetBSD 5.x syscalls.master file.
================
Version 2.28.0.1
================
libmenu
* Fix sorting of menu items during merge to actually work (and not
crash) (Frédéric Crozat)
Python
* Link the python module to libpython (Frédéric Crozat, Vincent)
==============
Version 2.28.0
==============
Translators
* Amitakhya Phukan (as)
* Petr Kovar (cs)
* Peter Bach (da)
* Philip Withnall (en_GB)
* Rajesh Ranjan (hi)
* Luca Ferretti (it)
* Shankar Prasad (kn)
* Gintautas Miliauskas (lt)
* Rajesh Ranjan (mai)
* Peter Ani
* Sandeep Shedmake (mr)
* Nils-Christoph Fiedler (nds)
* A S Alam (pa)
* Adi Roiban (ro)
* Matej Urbančič (sl)
* Daniel Nylander (sv)
* Krishna Babu K (te)
* Baris Cicek (tr)
* Maxim Dziumanenko (uk)
* Chao-Hsiung Liao (zh_HK)
* Chao-Hsiung Liao (zh_TW)
===============
Version 2.27.92
===============
This releases features new API that applications can use to display the full
name contained in .desktop files that is now in the X-GNOME-FullName key. If an
application chooses to use this, then it should set the sort key so that
.desktop files are correctly sorted.
libmenu
* Add gmenu_tree_entry_get_display_name() API (Vincent)
This will return X-GNOME-FullName if available, and fallback to Name.
* Add gmenu_tree_get_sort_key()/gmenu_tree_set_sort_key() (Vincent)
The default sort key is still Name. Users of
gmenu_tree_entry_get_display_name() should use
gmenu_tree_set_sort_key().
Python
* Bind new API (Vincent)
* Add missing bindings for gmenu_tree_entry_get_generic_name() (Vincent)
Menu Editor
* Remove deprecated Encoding key from desktop file (Frédéric Péters)
* Use display name instead of name (Vincent)
Translators
* Khaled Hosny (ar)
* Alexander Shopov (bg)
* Runa Bhattacharjee (bn_IN)
* Denis (br)
* Mario Blättermann (de)
* Iñaki Larrañaga Murgoitio (eu)
* Claude Paroz (fr)
* Seán de Búrca (ga)
* Anton Meixome (gl)
* Sweta Kothari (gu)
* Gabor Kelemen (hu)
* Francesco Marletta (it)
* Takayuki KUSANO (ja)
* Changwoo Ryu (ko)
* Kjartan Maraas (nb)
* Mario Blättermann (nds)
* Manoj Kumar Giri (or)
* Tomasz Dominikowski (pl)
* Duarte Loreto (pt)
* Krix Apolinário (pt_BR)
* Горан Ракић (sr)
* Goran Rakić (sr@latin)
* Dr.T.Vasudevan (ta)
* Theppitak Karoonboonyanan (th)
* 甘露 (Lu Gan) (zh_CN)
==============
Version 2.27.5
==============
Misc
* Use silent-rules with automake 1.11 (Vincent)
Translators
* Ilkka Tuohela (fi)
==============
Version 2.27.4
==============
libmenu
* Improve performance by using a cache to not compute the same thing
again and again (Michael Meeks, Vincent)
* Add API to access GenericName (Robert Staudinger)
* Fix DefaultLayout attributes not being inherited (Vincent)
* Do not always inherit parent DefaultLayout attributes (Vincent)
* Sort inlined items unless inline_header is used (Vincent)
Menu Editor
* Add --help and --version arguments (Vincent)
* Port to GtkBuilder (Pedro Fragoso, Vincent)
Misc
* Use shave to improve build log readability (Vincent)
Translators
* Jordi Mallach (ca@valencia)
* Huxain (dv)
* Jorge González (es)
* Mattias Põldaru (et)
* Seán de Búrca (ga)
* Yaron Shahrabani (he)
* Daniel Nylander (sv)
Changes since 2.10:
Enhancements in v4.00:
* New Features
- Major Architectural changes
- First pass twice faster (reduced iterations)
- Detect DDR2/3 brands and part numbers on Intel DDR2/3 chipsets
- Added detection for Intel "Clarkdale" CPU
- Added detection for Intel "Gulftown" CPU
- Added detection for AMD "Magny-Cours" CPU
- Added detection for Intel XMP Memory
- Added for CPU w/ 0.5/1.5/3/6/12/16/18/24MB L3
- Added "clean" DMI detection for DDR3/FBDIMM2
- Better detection of Integrated Memory Controllers
* Bug Fixes
- Corrected detection for Intel "Lynnfield" CPU
- Corrected detection for AMD 45nm K10 CPU
- Solved crash with AMD Geode LX
- Complies with SMBIOS 2.6.1 specs
- Fixed compilation issues with gcc 4.2+
- Many others bug fixes
Memtest86+ "3.00" was skipped and renamed 4.00 in order to avoid confusion with the original Memtest.
Enhancements in v2.11 :
- Added support for Intel Core i5 (Lynnfield) CPU
- Added support for Intel P55 Southbridge
- Added support for Intel PM45/GM45/GM47 Mobile chipset
- Added support for Intel GL40/GS45 Mobile chipset
- Corrected DDR2/DDR3 detection on Intel x35/x45
- Corrected detection on some Core i7 CPU
- Fixed a bug with some AMI BIOS (freeze at startup)
- Various bug fixes
This is not the jump to 0.25 people expected, but there are some things to
clear before doing that, so go to the last 0.24 version for now.
Changes since 0.24.7:
- Fixed#2077 - ralsh user broken on OSX
- Fixed#2004 - ssh_authorized_key fails if no target is defined
- Fixed#1629 - incorrect permissions on ssh_authorized_keys created files
- Fixed#2000 - No default specified for checksum
- Fixed#2026 - Red Hat ignoring stop method
- Added ext/dbfix.sql script - fixes common errors in stored configuration
databases
- Fixed#1963 - Failing to read /proc/mounts for selinux kills file
downloads
- Fixed#2025 - gentoo service provider handle only default init level
- Fixed#1910 - updated logcheck
- Fixed#1871 - Sensitive information leaked in log reports
- Fixed#1956 - Cleaned up variable names to be more sane, clarified
error messages and fixed incorrect use of 'value' variable rather than
'member'.
- Fixed#1831 - Added sprintf function
- Fixed#1830 - Added regsubst function
- Updated up2date and service confines to add support for Oracle EL and VM
- Fixing #1948 and #1953 - augeas ins bug: wrong number of arguments (1 for 3)
- Fixing #944 - changing error message from warning to info - connection
recycled
- Fixed#961 - puppetd creating too many/not closing TCP connections
- Fixed#1959 - Added column protection for environment schema migration
- Fixing #1869 - autoloaded files should never leak exceptions
- Fixing #1543 - Nagios parse errors no longer kill Puppet
- Fixed#1420 - nagios_serviceescalation not allowing host_name more than
one type
- Fixed#1884 - Exported resources are marked as unexported when collected
on the exporting host
- Fixed#1922 - Functions squash all arguments into a single hash
- Fixed#1538 - Yumrepo sets permissions wrongly on files in
/etc/yum.repos.d
- Fixed#1936 - Added /* */ support to the vim file
- Fixed#1541 - nagios objects write files to clientbucket on every change
- Fixed#1542 - cannot purge nagios objects
- Fixing #1912 - gid still works with no 'should' value fixing ralsh issues
- Fixing the Rakefile to use 'git format-patch'
- Added README.rst file
- Enhancements to Stored Configuration performance
- Added Reductive Labs build library to tasks directory
- Fixed#1852 - Correct behaviour when no SELinux bindings
- Updated Red Hat spec file 0.24.7
- Fixed#1920 - Shadow password corruption
All:
- Prevent a compiler warning when compiling 64 bit binaries on HP-UX
using make CCOM=cc64
- Some files in include/schily/*.h have been enhanced to better support VMS
- config.guess now knows about OpenVMS
- Changed bash test to use --version instead of -version as bash on OpenVMS
is bash-1.x
- include/schily/xmconfig.h (containing a "static" configuration for VMS
because "configure" does not work on VMS) was enhanced.
- Trying to add support for OpenVMS to RULES/*
- New autoconf tests for the type "long double" and a new "max size" type.
Libschily:
- libschily/*bytes.c now support 64 bit compilation and use a "ssize_t"
typed count parameter instead of "int".
Rscsi:
- First complete version of a man page for rscsi.
Cdda2wav (Maintained/enhanced by J
- cdda2wav now correctly deals with the case when no sound device
was specified. Thanks to Robert Grimm <rob@news.robgri.de>
for reporting.
Mkisofs (Maintained/enhanced by J
- Make "isovfy" CD-ROM-XA aware
- Make "isodump" CD-ROM-XA aware
- Print error from D-Bus in case of failure on start. This should greatly help debugging.
- Don't consider empty user password as invalid.
- Make gtk-doc code documentation use inlined section comments, so that it is updated on every change. This will ensure the documentation does not get outdated again.
NEW features of cdrtools-2.01.01a65:
All:
- *BSD comes with a broken sed(1), so we need to go back to tr(1) based
code for GNU make in the Schily Makefilesystem.
- Added support for amd64-netbsd-cc.rul to the Schily Makefilesystem
- Added support for DragonFly BSD to config.guess and config.sub
Libscg:
- Added a hack to liscg to allow cdrecord -scanbus to work on NetBSD
- Added a hack to liscg to allow cdrecord -scanbus to work on OpenBSD
Mkisofs (Maintained/enhanced by J
- Avoid signed chars ad parameter to toupper
NEW features of cdrtools-2.01.01a66:
- Added support for 64 bit compilation on HP-HX using "cc".
Use make CCOM=cc64 as usual to switch to 64 bit compilation.
Libschily:
- libschily/fconv.c reworked to deal with non-C99 compliant systems and to deal
with the constraints found in HP-UX-11.11.
Libsiconv:
- Fixed a problem in libsiconv in case that the the locale is specified as
"iconv:name".
Libscg:
- Make libscg deal with the new error code from HP-UX that
is returned for a non-existing ATAPI slave.
- Some minor changes in libscg to make scgcheck report less problems
with HP-UX
Cdrecord:
- Better man page with repect to dev=
- The cdrecord man page has been restructured.
- Fixed a bug in the workaround code for a firmware bug for DVD+R
media in HL-DT-ST drives.
Cdda2wav (Maintained/enhanced by J
- Better man page with repect to dev=
- The cdda2wav man page has been restructured.
Readcd:
- readcd now only send the Plextor specific SCSI commands for the -cxscan
option in case that the drive identifies as Plextor.
- Better man page with repect to dev=
Scgcheck:
- Better man page with repect to dev=
Btcflash:
- Better man page with repect to dev=
Mkisofs (Maintained/enhanced by J
- mkisofs man page reworked
- isoinfo man page reworked
- New file mkisofs/rock.h
- isodump now prints more information about Rock Ridge attributes to
help debugging non-compliant Rock Ridge ISO images.
- isoinfo now correctly identifies ISO images made with the Mac OS X
program "hdiutil" by e.g. calling:
hdiutil makehybrid -iso -hfs -verbose -o xxx.iso some_dir
As filesystems that violate the Rock Ridge standard.
Check e.g. by "isoinfo -i xxx.iso -d"
Interpreting Rock Ridge on such images can be enforced by calling:
"isoinfo -i xxx.iso -lR -debug"
- mkisofs now ignores the broken Rock Ridge attributes that have been
created by the Mac OS X program "hdiutil".
DMG2IMG is an Apple's compressed dmg to standard (hfsplus)
image disk file convert tool.
Taken from a nudge by Chuck Swiger on netbsd-users@, with thanks.
* Fix 1352 about double free with regexp and big filenames on windows
* Apply Graham's idea for recovering from disk full by recursing
when doing fixup_write_error ...
* Make fix for VirtualFull changing device
* Fix concurrent Job recycle bug 1288
* Backport part of one possible fix from bug 1346
* Fix bug 1382 newly created disk volumes -> file not found warning
* Fix Alpha ifdefing -- should fix bug 1359
* Use old code for selecting file during restore.
* tweak space on projects file
* Fix seg fault in ignoredir code
* Apply Frank's slash patch
* Add more info when SD-connection refused
* Fixes bug 1371 about segfault in SD
* Fixes bug 1355 Director crashes with double free in Accurate SQL query
* Fixes bug 1365 and 1366 about MacOSX resource forks.
* Fixes bug 1369 about "Exclude Dir Containing" fileset option
* Fixes bug 1368 ASSERT Failure on MacOS.
* Fixes bug 1364 and 1363 about compression buffer error.
estd-r7
* Add support for ACPI P-States on DragonFly.
* Improve multi-core support on DragonFly. For each CPU domain with individually
controllable CPU frequency, the load of the most loaded CPU is used instead of
the overall avarage load.
This avoids issues on SMP systems where a single-threaded CPU bound process
will lead to at most 50% overall load.
* Ove Soerensen has asked me to take over maintainership of estd.
The new project page is at http://www.ecademix.com/JohannesHofmann/estd.html
1.5.7
=====
07dca60 Added additional exclusion to rcov process
8398238 Added rcov support to spec task
7194454 Updated CI Rake task
2472048 Clarify licensing as GPLv2 (or any later version)
4bc05e9 Added new format ChangeLog
5bc8db3 Incremented version and updated CHANGELOG
eb3a8a7 Issue #2414 - add unit test
7623e25 Fix errors when alias IP's are defined
bfe8a2a Fix 2455 - improve error handling on fact load
49470cf Fix broken solaris zone tests on EC2
9515a40 Issue #2548 netblock fact
33be9e0 Add Darwin netmask support on top of Jim's patch
9d846b4 Fix#2306 netmask and ipaddress on SunOS and BSDs
7d4a5f9 Updated Rakefile and moved Rake tasks to tasks/rake directory
5982deb Added default Rake task
0e0483a Fix bug where you'd get an 'undefined method' error if trying to access a fact's value when collection has not being yet initialized.
fe41fb8 Fix#2470 - duplicate entries in interfaces fact
be9e484 Update OS X minor version fact to cope with '10.x' values and provide test coverage
f3ad66f Update install.rb to cope with all OS X versions, not just 10.5
c02d3b6 Issue #2292 Add tests for virtual facts
6c9fec5 Added path fact
51c6e3d Issue #2314 OpenBSD sysctl
95e5fea Fix broken ci build with explicit clearing before tests
efc30e7 Change spec output to enable broken build debugging
6d71410 Fixed CI spec task
82d97e2 Fix operatingsystemrelease on Red Hat based distros
bee55c4 Consolidate operatingsystemrelease for CentOS, Fedora, oel, ovs, and RedHat
1.5.6
=====
f4cb619 Updated CHANGELOG and bumped version for 1.5.6
dcdd5ce Fixes#2307 - Minor fix for zone in virtual.rb
ba44f08 Removed --no-thread and --no-chain-reply-to from rake mail_patches task
806f49f Added facter branding to format patch command
96c015c Added spec.executables to Facter gemspec in Rakefile
d97a63e Sync rpm spec file with latest from Fedora/EPEL
dad4569 Added path to Rakefile
365cb8e CHANGELOG updates
68e0b24 Fix#2278 Revert fix for 2120
b533e78 Tighten operatingsystemrelease regex on CentOS < 5
48aa135 Fix operatingsystemrelease for CentOS < 5
253fef1 Added spec files to package list
b37d683 Added install.rb to Rakefile package task
7995d05 Bumped release to 1.5.5rc2
1.5.5rc2
========
1de8891 Bumped release to 1.5.5rc2
1.5.5
=====
dad4569 Added path to Rakefile
365cb8e CHANGELOG updates
68e0b24 Fix#2278 Revert fix for 2120
b533e78 Tighten operatingsystemrelease regex on CentOS < 5
48aa135 Fix operatingsystemrelease for CentOS < 5
253fef1 Added spec files to package list
b37d683 Added install.rb to Rakefile package task
7995d05 Bumped release to 1.5.5rc2
56760d3 Facter #2120 - Solaris support for Facter[virtual]
2fb91ca Tests for #2227 - multiple interfaces on Darwin
00b192a Added SELinux tests
aecac08 Fix#2155 - architecture facts on Gentoo
831d937 Refactor #2154 - Modified patch from Benedikt Bohm to simplify openvz and vserver detection
7f3d237 Cleaned up Rakefile and removed requirement for Reductive Labs build library
a6adf59 Facter ticket 2214 - Fix facts for OVS
e101faf Fixed#2131 - Facter doesn't populate lsbmajdistrelease on OEL (also OEL/OVS and other facts)
73e6656 Facter fix#2231 typo
2518312 Fix#2236 - don't use each_line on arrays
f94abfc Fixed#1327 - Added SELinux facts
8768371 Fixed#2119 - Added support for non-global Solaris 10 zones
23a5b3d Fixed#2215 - Added support for SUSE Linux Enterprise Desktop to operatingsystem and operatingsystemrelease
e93b1e6 Added support for ArchLinux to operatingsystem fact
8e4a689Fixes#2169 Correctly recognises dom0 and domUs
636a91d Partial fix for #2191 - Facter compatibility for Ruby 1.9
9df0583 Added COPYING in and CHANGELOG updates
516402c Fixing #1918 - facter --puppet always works
d89ea7a Fixing ifconfig warnings generated on OS X
7fa2576 Fixed#2132 - support for named interface aliases under linux
7a81945 correctly compare values - fixes#2021
1288b26 Fixed#2080 - IPAddress resolutions should be reordered
a6d6ba5 Use resultion.exec util instead of which checks
89a3aa8 Fix to stdout in resolution.rb
add6d47 Fixed#2081 - Fixed interfaces fact for vlan subinterfaces
8def362 Fixed#2063 - added kernelmajversion fact
5d94f7fFixed#2055 - SunoS Interface error
9376e5b Fixed#2044 - virtual fact thread fix
c754949 Fix for rake task for reductive-build library
75db918 Fixed lib install permissions
ba2e470 Fixed#2040 - Facter should provide a macosx_productversion_major fact
77fa46b Fix virtual fact if xen but /proc/virtual present
9722e1f Fixed#2003 - Added is_virtual fact
7a30a6a Fixed CHANGELOG
c6c30a4 Fixed#2035 - Missing brace for OSX preflight
b6f0f99 more consistent indentation and alignment. also removal of trailing whitespace
9bc174f Further fix#2032 - close IO
6b904a0 Added EC2 facts
86b01bf Fixed#2032 - file.open hanging on /proc/uptime on some platform
91d8cb7 Updated to version 1.5.4
a99d043 Fixed#1966 - Added physicalprocessorcount fact
94ea807 This commit refs #1555, #1898 and fixes#1761
04389db Added support for Oracle VM Server to operatingsystem and operatingsystemrelease
552f150 Added support for Oracle Enterprise Linux to operatingsystem
a932a69 Added README.rst for Facter
e52f962 Added Reductive Labs build library
0726437 Updated README
1.5.4
=====
91d8cb7 Updated to version 1.5.4
a99d043 Fixed#1966 - Added physicalprocessorcount fact
94ea807 This commit refs #1555, #1898 and fixes#1761
04389db Added support for Oracle VM Server to operatingsystem and operatingsystemrelease
552f150 Added support for Oracle Enterprise Linux to operatingsystem
a932a69 Added README.rst for Facter
e52f962 Added Reductive Labs build library
0726437 Updated README
f4bc74d Fixing #1927 - failing facts don't kill Facter
063e4dc Fixed#1850 - Facter updates for Ruby 1.9
b85ab0a Fixed#1924 - Fixed lo / lo:0 local interface matching
4dcd012 Fixed generic uptime fact
d93ca69 Fixed Ubuntu operatingsystem identification
effb82f Cleaner fix for #1926
ccafc00 Fixed#1926 - IPAddr to_s issue
d9eef19 Added timezone fact
1.5.3
=====
b86a1fb Updated to version 1.5.3
a73e803 Fixing the usage of the macosx util module; I somehow missed renaming it here
23289bd Fixed uptime refactor issues on non-Linux platforms
a194c91 Adding mail_patches rake task
a82f476 Renaming Facter::Macosx to Facter::Util::Macosx
1f1fa9b Fixing #1838 - profiler failures don't throw exceptions
5f202c9 Fixed#1867 - Fixed OpenSuSE detection
0bcdb71 Fixing #1854 - Adding ArchLinux support
fab9d1c Added network fact
da52e30 Fixed#1870 - Format all subnet masks as human-readable
c2de35f Added uptime facts
02c2912 Refactor - rename ipmess to interfaces
db4face Fixed autotest on win32
c149b49 Fix bug #1870 and add interface fact support for darwin systems
aa56886 Refactoring the IP support, and fixing #1846.
91e25b9 Fixing indentation everywhere
074eda9 Fixing autotest, now that vendor/ is gone
01754f6 Removing the vendor/ gems.
e6d987d Fixing #1761 - Solaris no longer uses /etc/release
a70184a Fixed#1791 - support for virtual fact on Solaris 10
99833a1 Fixed#1793 - Added more Solaris 10 facts
85b2a55 minor fix to operatingsystemversion to correctly parse /etc/release on OpenSolaris 2008.11.
8247304 Fixed errors on unrecognised option in binary
0fe4611 Added ci namespace and Rake tasks
7ddea77 Fix for #1727 - id fact should not rely on whoami on Solaris
f9a346a Sync specfile with latest from Fedora
fd07cd2 Removed EPM task
43d0aea Fixed#1697 - Typo in ipaddress.rb causes timeout under Solaris 10 SPARC
4e707c6 Fixed#1650 - OS X package creation script should be more selective about cleaning out prior versions
8a38aa5 Added Ubuntu to a variety of confines
051c843 Removed ENV path setting from virtual.rb
6393e82 Fixed#1634 - Update virtual fact to differentiate OpenVZ hardware nodes and virtual environments
de39f6c Revamp domain resolution
4d7b44c Fixed#1619 - Applying patch by seanmil, adding support for SLES.
84b83c4 Fixed#1509 - Fixed version recognition for SLES.
20650ac Fixes#1582 - Fix MAC address reporting for Linux bonding slave interfaces
a86577c Fixing the GPL/LGPL incompatibility by choosing the oldest-mentioned license (GPL).
c1d937c Fixed#1575 - CentOS fix for Facter SPEC file
1d00253 Fixed#1547 - finally killed dots in IP address facts
9c9c79a Fixed#1567 - fixed createpackage.sh output
d4cf657 Fixed#1569 - createpackage.rb bug