]> git.proxmox.com Git - grub2.git/history - ChangeLog
bump version to 2.06-13+pmx2
[grub2.git] / ChangeLog
2021-09-24 Colin WatsonNew upstream release (2.06)
2021-09-24 Colin WatsonImport grub2_2.06.orig.tar.xz
2019-11-08 Colin WatsonMerge commit '8a245d5c1800627af4cefa99162a89c7a46d8842'
2019-07-09 Colin WatsonDeclare fast forward from 2.02+dfsg1-20
2019-07-09 Colin WatsonNew upstream release (2.04)
2019-07-09 Colin WatsonImport grub2_2.04.orig.tar.xz
2019-07-08 Colin WatsonMerge branch 'experimental'
2019-06-25 Steve McIntyregrub2 (2.02+dfsg1-20) unstable; urgency=medium
2019-05-30 Colin WatsonNew upstream release candidate (2.04~rc1)
2019-05-14 Colin WatsonImport grub2_2.04~rc1.orig.tar.xz
2018-02-17 Colin WatsonImport grub2_2.02+dfsg1.orig.tar.xz
2018-02-11 Colin WatsonAdd 'debian/grub-extras/' from commit 'f2a079441939eee7...
2017-06-23 Colin WatsonNew upstream release (2.02)
2017-06-23 Colin WatsonImport grub2_2.02.orig.tar.xz
2016-09-18 Colin WatsonNew upstream beta release (2.02~beta3).
2016-09-18 Colin WatsonImport grub2_2.02~beta3.orig.tar.xz
2015-01-24 Vladimir SerbinenkoAutogenerate ChangeLog from git changelog.
2015-01-23 Vladimir Serbinenko * tests/file_filter/file: Really add missing file.
2015-01-23 Andrey Borzenkovaccept also hdX as alias to native Xen disk name
2015-01-22 Felix JandaRemove direct _llseek code and require long filesystem...
2015-01-21 Vladimir Serbinenko Remove potential division by 0 in gfxmenu.
2015-01-21 Vladimir Serbinenkogrub_menu_init_page: Avoid returning 0 geometry to...
2015-01-21 Vladimir Serbinenkounix/cputime.c: Cache sc_clk_tck and check it for sanity.
2015-01-21 Vladimir Serbinenko * grub-core/kern/efi/mm.c (grub_efi_get_memory_map...
2015-01-21 Vladimir Serbinenkohaiku/getroot.c (grub_util_find_partition_start_os...
2015-01-21 Vladimir Serbinenkortc_get_time_ms.c (grub_rtc_get_time_ms): Avoid divisio...
2015-01-21 Vladimir Serbinenko * grub-core/loader/i386/xnu.c (guessfsb): Avoid divisi...
2015-01-21 Vladimir Serbinenko * grub-core/kern/i386/tsc.c (calibrate_tsc): Ensure...
2015-01-21 Vladimir Serbinenko * include/grub/misc.h (grub_div_roundup): Remove as...
2015-01-21 Vladimir Serbinenko * grub-core/term/gfxterm.c: Avoid division by zero.
2015-01-21 Vladimir SerbinenkoAvoid division by zero in serial.
2015-01-21 Vladimir Serbinenko * grub-core/video/readers/jpeg.c: Avoid division by...
2015-01-21 Vladimir Serbinenko* grub-core/disk/diskfilter.c: Validate volumes to...
2015-01-21 Vladimir Serbinenkoterm.h: Avoid returining 0-sized terminal as it may...
2015-01-21 Vladimir Serbinenko * grub-core/fs/zfs.c: Avoid divisions by zero.
2015-01-21 Vladimir Serbinenko * grub-core/fs/btrfs.c: Avoid divisions by zero.
2015-01-21 Vladimir Serbinenkogrub-core/lib/pbkdf2.c (grub_crypto_pbkdf2): Check...
2015-01-21 Vladimir Serbinenkoosdep/linux/blocklist.c (grub_install_get_blocklist...
2015-01-21 Vladimir Serbinenko * grub-core/disk/i386/pc/biosdisk.c: Check disk size...
2015-01-21 Vladimir Serbinenko * grub-core/disk/ieee1275/nand.c (grub_nand_open)...
2015-01-21 Vladimir Serbinenkogrub_dmraid_nv_detect: Do not divide by zero.
2015-01-21 Vladimir Serbinenko* grub-core/fs/hfs.c (grub_hfs_mount): Additional files...
2015-01-21 Vladimir Serbinenko * grub-core/fs/minix.c: Additional filesystem sanity...
2015-01-21 Vladimir Serbinenko* grub-core/fs/ext2.c (grub_ext2_mount): Additional...
2015-01-21 Vladimir Serbinenkogrub_ufs_mount: Check that sblock.ino_per_group is...
2015-01-21 Vladimir SerbinenkoReject NILFS2 superblocks with over 1GiB blocks.
2015-01-21 Vladimir Serbinenkogrub_ata_setaddress: Check that geometry is sane when...
2015-01-21 Vladimir Serbinenko* grub-core/disk/AFSplitter.c (AF_merge): Check that...
2015-01-21 Vladimir Serbinenkogrub_cmd_play: Avoid division by zero.
2015-01-21 Vladimir Serbinenkogrub-core/fs/minix.c (grub_minix_read_file): Avoid...
2015-01-21 Vladimir Serbinenkogrub_fshelp_read_file: Don't attempt to read past the...
2015-01-21 Vladimir Serbinenkogrub_script_lexer_yywrap: Update len synchronously...
2015-01-21 Vladimir SerbinenkoReplace explicit sizeof divisions by ARRAY_SIZE.
2015-01-19 Kris MooreSupport GELI v6 and v7
2014-12-09 Andrei BorzenkovFix serial --rtscts option processing
2014-12-07 David Kozubgrub-core/kern/arm/misc.S: fix unaligned grub_uint64_t...
2014-12-07 Peter Nelson* grub-core/fs/ext2.c (grub_ext2_read_block): Support...
2014-12-07 Andrei BorzenkovAvoid use of non-portable echo -n in grub-mkconfig
2014-12-07 Curtis Larsenfix double free in grub_net_recv_tcp_packet
2014-12-05 Andrei Borzenkovfix memory corruption in pubkey filter over network
2014-12-05 Andrei Borzenkovadd file filters tests
2014-12-05 Andrei Borzenkovgrub-shell: support --files also for net boot
2014-12-01 Andrei Borzenkovgrub-core/loader/i386/xen_fileXX.c: memory leak in...
2014-12-01 Andrei Borzenkovgrub-core/fs/zfs/zfsinfo.c: memory leak in print_vdev_info
2014-11-30 Andrei Borzenkovgrub-core/lib/syslinux_parse.c: do not free array
2014-11-28 Andrei Borzenkovgrub-core/disk/lzopio.c: fix double free in error path
2014-11-28 Andrei BorzenkovFix ChangeLog
2014-11-28 Andrei Borzenkovgrub-core/disk/luks.c: fix use after free and memory...
2014-11-28 Andrei Borzenkovgrub-install-common: avoid out of bound access when...
2014-11-28 Andrei Borzenkovgrub-mkstandalone: out of bound access to tar header...
2014-11-20 Andrei Borzenkovgrub-fs-tester: consistently print output of grub ls...
2014-11-20 Andrei BorzenkovFix date in last ChangeLog entry
2014-11-17 Leif Lindholmefi: check *path non-null before grub_strrchr
2014-11-03 Michael Changicmp6 fix no respond to neighbor solicit message
2014-10-14 Andrei BorzenkovUse full initializer for initrd_ctx to avoid fatal...
2014-09-25 Colin WatsonFix in-tree --platform=none
2014-09-23 Colin WatsonAdd a new "none" platform that only builds utilities
2014-09-22 Andrey Borzenkovcleanup: grub_cpu_to_XXX_compile_time for constants
2014-09-21 Vladimir SerbinenkoRevert " Use -Wl,--no-relax rather than -mno-relax...
2014-09-21 Valentin DornauerACPIhalt: Add more ACPI opcodes.
2014-09-21 Vladimir Serbinenko * grub-core/normal/main.c: Don't drop to rescue console in
2014-09-21 Vladimir Serbinenko * grub-core/commands/keylayouts.c: Ignore unknown...
2014-09-21 Vladimir Serbinenko * grub-core/gmodule.pl.in: Accept newer binutils which...
2014-09-21 Michael Chang * grub-core/osdep/unix/config.c: Remove extraneous...
2014-09-21 Peter JonesInitialized initrd_ctx so we don't free a random pointe...
2014-09-19 Colin WatsonTidy up ChangeLog formatting.
2014-09-15 Khem RajFix build with glibc 2.20
2014-09-08 Michael ChangFix incorrect address reference in btrfs
2014-09-07 Colin WatsonSupport grub-emu on x32 (ILP32 but with x86-64 instruct...
2014-09-07 Colin Watson* configure.ac: Remove several unnecessary semicolons.
2014-08-25 Colin Watson* grub-core/kern/mips/arc/init.c (grub_machine_get_boot...
2014-08-14 Andrey BorzenkovFix typo (gettext_print instead of gettext_printf)
2014-08-13 Vladimir Serbinenko * grub-core/term/at_keyboard.c: Retry probing keyboard if
2014-08-10 Vladimir Serbinenko * grub-core/kern/disk_common.c: Clump disk size to...
2014-08-10 Vladimir Serbinenko * grub-core/disk/i386/pc/biosdisk.c (grub_biosdisk_rw...
2014-08-10 Vladimir SerbinenkoFix Changelog
2014-08-10 Vladimir Serbinenko * grub-core/fs/cbfs.c: Don't probe disks of unknow...
2014-07-08 Colin WatsonFix an infinite loop in grub-mkconfig
2014-06-26 Colin Watson* docs/grub-dev.texi (Finding your way around): The...
2014-06-21 Роман Пехов * grub-core/commands/loadenv.c (check_blocklists)...
next