]> wimlib.net Git - wimlib/log
wimlib
11 years agoRemove autom4te.cache from git repo
Eric Biggers [Sat, 19 May 2012 17:56:48 +0000 (12:56 -0500)]
Remove autom4te.cache from git repo

11 years agoSupport for joining WIMs.
Eric Biggers [Sat, 19 May 2012 17:28:05 +0000 (12:28 -0500)]
Support for joining WIMs.

- join command for imagex
- wimlib_join() function
- wimlib_get_part_number() functions
- Various modifications in other files to make this possible.  wimlib_open_wim()
  will open a split wim given the WIMLIB_OPEN_FLAG_SPLIT_OK flag.
- Allow finish_write() to skip writing lookup table in case it is written
  elsewhere (join_wims())
- Show more header flags in wimlib_print_header() (including
  WIMLIB_HDR_FLAG_SPANNED)
- Allow images with no name, and when extracting them, extract to directory
  named after image number rather than name

11 years agoWarning, not error, on missing image name
Eric Biggers [Fri, 18 May 2012 02:02:47 +0000 (21:02 -0500)]
Warning, not error, on missing image name

11 years agoDon't include generated html docs in git repo
Eric Biggers [Fri, 18 May 2012 01:59:11 +0000 (20:59 -0500)]
Don't include generated html docs in git repo

11 years agoUse WARNING() for warnings instead of ERROR().
Eric Biggers [Fri, 18 May 2012 01:58:00 +0000 (20:58 -0500)]
Use WARNING() for warnings instead of ERROR().

11 years agoMinor documentation fix
Eric Biggers [Tue, 15 May 2012 16:49:49 +0000 (11:49 -0500)]
Minor documentation fix

11 years agoCorrect md5sum of wimlib-0.6.3.tar.gz
Eric Biggers [Fri, 4 May 2012 20:42:18 +0000 (15:42 -0500)]
Correct md5sum of wimlib-0.6.3.tar.gz

11 years agoUse downloads.sourceforge.net URL
Eric Biggers [Fri, 4 May 2012 20:36:58 +0000 (15:36 -0500)]
Use downloads.sourceforge.net URL

11 years agoChanges to compile wimlib on FreeBSD.
Eric Biggers [Fri, 4 May 2012 03:32:22 +0000 (22:32 -0500)]
Changes to compile wimlib on FreeBSD.

11 years agoAllow libssl0.9.8 for dpkg dependency
Eric Biggers [Wed, 2 May 2012 16:46:12 +0000 (11:46 -0500)]
Allow libssl0.9.8 for dpkg dependency

11 years agoBuild Debian package with debhelper 7
Eric Biggers [Wed, 2 May 2012 16:32:26 +0000 (11:32 -0500)]
Build Debian package with debhelper 7

11 years agoInclude pkgconfig in RPM
Eric Biggers [Wed, 2 May 2012 07:52:51 +0000 (02:52 -0500)]
Include pkgconfig in RPM

11 years agoBuild system fixes
Eric Biggers [Wed, 2 May 2012 07:33:26 +0000 (02:33 -0500)]
Build system fixes

11 years agoPackages for Debian, Redhat, and ArchLinux in tree
Eric Biggers [Wed, 2 May 2012 07:12:29 +0000 (02:12 -0500)]
Packages for Debian, Redhat, and ArchLinux in tree

11 years agoAdded pkgconfig file; man pages auto-generated
Eric Biggers [Wed, 2 May 2012 06:22:48 +0000 (01:22 -0500)]
Added pkgconfig file; man pages auto-generated

11 years agofix version number in configure script
Eric Biggers [Wed, 2 May 2012 02:19:49 +0000 (21:19 -0500)]
fix version number in configure script

11 years agoStart using NEWS and stop using ChangeLog
Eric Biggers [Wed, 2 May 2012 02:07:23 +0000 (21:07 -0500)]
Start using NEWS and stop using ChangeLog

11 years agoMake repository be in 'distclean' state.
Eric Biggers [Tue, 1 May 2012 22:44:44 +0000 (17:44 -0500)]
Make repository be in 'distclean' state.
Also some minor changes to build on older systems.

11 years agoInitial commit (current version is wimlib 0.6.2)
Eric Biggers [Tue, 1 May 2012 15:20:16 +0000 (10:20 -0500)]
Initial commit (current version is wimlib 0.6.2)