pfsshell-deb/debian/changelog

148 lines
5.2 KiB
Plaintext

pfsshell (1.1.2~git-1) UNRELEASED; urgency=medium
[ crt0mega ]
* Initial release. (Closes: #nnnn) <nnnn is the bug number of your ITP>
[ uyjulian ]
* Initial commit
* 64-bit support works partially
* Add remove partition support
* Silenced all warnings
* type cleanup
* Squashed a bug relating to directories
* made some changes to docs and makefiles
* massive cleanup
* sync with latest ps2sdk and fix size calculation
* update to ps2sdk f87ce7ba7b6173ea633c10659bf18fa90e295cbc
* update hdlfs from HDLGameInstaller v0.809A
* pfs update
* Mega commit (cleanup, correct time, 64bit, static lib)
* Cleanup
* PFS/APA/iomanX module update
* remove unused code + cleanup
* Autodetect O_BINARY
* include cleanup
* updated hdlfs and fixed compile of atad.c
* Few compile fixes
* macOS fixes for getting size of device and formatting PFS Patch thanks to Michael Nickerson
* Modules updated
[ Michael Nickerson ]
* Fix months being off-by-one
[ U-KUUSHINSAI-SAN\techy ]
* 64bit seek and off_t. Manual sector size and count check
* Hardcode traditional block size. Use _FILE_OFFSET_BITS 64.
[ Edward Matijevic ]
* Fix compilation issues.
Solution to issue #3, as posted in issue #3 by TheMuso.
I have taken ParzivalWolfram's changes and have squashed them into one commit.
[ uyjulian ]
* Use libtool instead of ar
* Sync and cleanup changes with apa, pfs, iomanX, and hdlfs
* Improve documentation
* Fix MinGW build
* Build MinGW as static by default
* Add documentation for building
* Fix build when not Darwin
* Use printf instead of echo
* Revert "Merge github.com:techyzen101/pfsshell"
This reverts commit 872a37ff80bfe6ec31c1f665e970ac1cddafc628, reversing
changes made to 25a1225f06145962acf914120f7bce55cd9a16bb.
* Support for getting size of disk on Win32
* Use proper argument for CloseHandle
* Define _FILE_OFFSET_BITS to 64
* Fix build for POSIX systems
* Switch buildsystem to Meson
* clang-format
* Re-add proper semaphore support
* Add unnamed semaphore support for non Darwin system
* Support installing executable in meson buildsystem Closes #13
* Add information about transfering files to Quick start section of README.md
* Meson: move compiler flags to default_options
* Silence additional warnings
* Automatically generate archive for win32
* Add version to meson build file
* Meson: use pthread on linux
* Version v1.1.0
[ Velocet ]
* Added UNC path retrieval on Windows
[ uyjulian ]
* Allow removal of partitions beginning with __
* Build libps2hdd shared library
* Bump version
* Add continuous integration
[ Bignaux Ronan ]
* Add a simple test case
* Fix missing newline in Command List (shell.c)
[ uyjulian ]
* Use JST instead of local time for fresh timestamp
* Use the correct gmtime function on win32
* C standard and MSCRT are different in gmtime_s
* Specify pfs.irx arguments in _init_pfs caller
* Add FUSE interface 'pfsfuse'
[ AKuHAK ]
* Some source control improvements
* Improved testing
* Added pfsfuse artifacts
* Improved ls command added optional -l flag that prints verbose output added datetime calculation for partitions added last symbol for faster recognizing of file/partition type
* Removed mkfs option mkpart merged with mkfs initialize merged with mkfs
* Added support for drives/images smaller than 40Gb mkpart now supports any size size should end with M or G literal (MiB/GiB), preceding with any number mkpart will not erase already existing partitions
* FUSE: implemented statvfs (except inodes) this fixes an error "No free space on device" "df" command now shows correct information
* Documentation and small fixes
* FUSE: fixed typo in chmod Added ftruncate method. Now you can edit files directly in partition Added fsync method to prevent file corruption. Created private lseek method (not used in current fuse revision).
[ Bignaux Ronan ]
* Add -Wno-format-security to cflags.
Will ensure compiling on hardened plateform
[ Matías Israelson ]
* Update README.md
[ Alexander López-Parrado ]
* Added native Windows port of pfsfuse
[ AKuHAK ]
* added <fstype> argument to mkpart mkpart errors now are more informative #31 clang-format a bit adjusted
* ls -l command now prints starting sector fixed github workflow
* Bump github actions
[ uyjulian ]
* Correct types of iomanX functions
* Move sysclib include somewhere non-intrusive
* Replace malloc.h include with stdlib.h include
* Move loadcore include somewhere else
[ Jean-Philip Desjardins ]
* Fix named semaphore init value.
[ uyjulian ]
* CI/macOS: use coreutils instead of truncate
* Define XXX_POSIX_VER
* Replace `IOMANX_` definitions with `FIO_` definitions
* replace `iomanx_` with `iomanX_`
* Fix last commit
* Implementation of `host:` filesystem
* Host adapter fixes for win32
* Make atad_device_path into a setter function
* Allow pass param to apa
* Add pfs2tar tool
* Make pfs2tar an option
* Explicitly initialize apa with arguments
* Simplify apa and pfs init
* Formatting
[ Brandon ]
* Updated documentation to include list of commands
---------
Co-authored-by: nfract <nfractt@gmail.com>
-- crt0mega <crt0mega@c-r-t.tk> Tue, 24 Oct 2023 19:49:25 +0200