mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

177 lines
6.8 KiB

  1. Mon May 15 10:36:53 CEST 2006 Benjamin Schieder <blindcoder@scavenger.homeip.net>
  2. * usual package updates (freeglut 2.4.0, udev 090, xorg 6.9.0, ROCK Linux 7368)
  3. * use upx2 for in-memory decompression (now bash and mount are also compressed)
  4. * improved hardware detection through the now almost-sane-again interface udev provides
  5. * feedback option
  6. * check-for-updates option
  7. * V0.5.3: released, dubbed "Naginata"
  8. Thu Mar 9 07:06:31 CET 2006 Benjamin Schieder <blindcoder@scavenger.homeip.net>
  9. * isolinux: initrd size is 16 MB, not 8 MB
  10. * V0.5.2.1: released, dubbed "CLT Bug"
  11. Thu Feb 2 19:59:36 CET 2006 Benjamin Schieder <blindcoder@scavenger.homeip.net>
  12. * usual round of updates: ROCK 6947
  13. * udev now expects its stuff in /lib: fixed
  14. * findutils 4.2.26 shares namespace with glibc 2.3.6: fixed
  15. * add a VERSION file to binary releases
  16. * mount devpts
  17. * remove livesystem dependency on cat
  18. * no more error messages when not using encryption
  19. * make author happy menu entry ;)
  20. * fix pseudo-xml output
  21. * check if we can actually use encryption
  22. * passphrase must be *at least* 20 chars, not *more than*
  23. * fix scripts for coreutils-5.93 and beyond
  24. * code cleanup: no more useless negations
  25. * code cleanup: get filesize with stat instead of ls+sed+cut
  26. * V0.5.2: released, dubbed "Go-Kyu"
  27. Tue Nov 15 20:17:48 CET 2005 Benjamin Schieder <blindcoder@scavenger.homeip.net>
  28. * removed unnecessary programs from the live system
  29. * added Copyright headers to source files
  30. * removed support for linux 2.4.x kernels
  31. * fixed hardware detection and /dev population (DIE, UDEV, DIE!)
  32. * added GPL notes to binary distribution
  33. * changed startup message to be more accurate
  34. * made question about multi language buttons for .ogm and .mkv optional
  35. * V0.5.1: released, dubbed "100% XCP free!"
  36. Sat Oct 8 17:13:24 CEST 2005 Benjamin Schieder <blindcoder@scavenger.homeip.net>
  37. * usual ROCK update
  38. * now uses devicemapper instead of loop-aes
  39. * V0.5.0: released, dubbed "backwards incompatible"
  40. Fri Feb 25 19:50:36 CET 2005 Benjamin Schieder <blindcoder@scavenger.homeip.net>
  41. * usual ROCK update
  42. * update lvp program to 0.3.3 (scrolling of the menu)
  43. * now uses linux kernel 2.6.10
  44. * batch mode for release (automatically answer default to everything)
  45. * textures in lvp program
  46. Tue Sep 28 09:54:01 CEST 2004 Benjamin Schieder <blindcoder@scavenger.homeip.net>
  47. * updated to use new ROCK Linux trunk (trunk 43xx)
  48. * now use a linear RAID for encrypted LVPs. This was done in response to a lot of
  49. wasted disk space due to the 2GB file size limit of iso9660.
  50. * package updates all over the place (gcc, glibc, mplayer, you name it)
  51. * V0.4.2: released, dubbed "Moving to Berlin"
  52. Mon May 24 12:56:20 CEST 2004 Benjamin Schieder <bs1544@bingo-ev.de>
  53. * preconfig.in: rename target to LVP
  54. * build.sh: substitute I for --compress-program=bzip2
  55. * overall: update to ROCK trunk (new build-directory layout, MPlayer 1.0pre4)
  56. * overall: use initrd instead of reading / directly from CD
  57. * initrd: search for LVP in all available CD/DVD-drives
  58. * initrd: eject discs before shutting down
  59. Mon Mar 8 11:28:08 CET 2004 Benjamin 'blindCoder' Schieder <blindcoder@scavenger.homeip.net>
  60. * overall: adapted lvp to be used as a pure ROCK Linux target
  61. * buildsystem: adapted to create a releaseable, precompiled target
  62. * buildsystem: implemented an easy-to-use user interface for releases
  63. * updated to ROCK Linux 2.0.0-final
  64. Wed Jan 28 16:24:31 CET 2004 Benjamin Schieder <bs1544@bingo-ev.de>
  65. * overall: further shrunk the livesystem to 25 MB by using upx
  66. * lvpxml/encryption: make filesystem as large as possible (using whole disk)
  67. to work around dozens of problems.
  68. * lvpxml.sh: several new options
  69. * mplayer: fix fonts to be displayed
  70. Mon Jan 26 19:07:30 CET 2004 Benjamin Schieder <bs1544@bingo-ev.de>
  71. * overall: several small patches to make everything behavke (mostly X)
  72. Sat Jan 24 10:58:58 CET 2004 Benjamin Schieder <bs1544@bingo-ev.de>
  73. * lvpxml/plain: try to hardlink files rather than copying
  74. * lvpxml/encryption: make last pseudo-fs only as big as necessary
  75. Fri Jan 23 18:00:33 CET 2004 Benjamin Schieder <bs1544@bingo-ev.de>
  76. * overall: shrunk livesystem to 38MB by using static linking and only copied necessary
  77. files.
  78. * parse-config: contains configuration for some packages to compile statically
  79. * pkg_mplayer.conf: contains special configuration for mplayer
  80. * glut: switched glut for freeglut for static linking
  81. Wed Jan 7 13:35:14 CET 2004 Benjamin Schieder <bs1544@bingo-ev.de>
  82. * create_lvpxml: changed button-arrangement
  83. * help0.txt: added version number
  84. * plain: fixed some syntax-errors
  85. * V0.2.3: released, dubbed "skipped lunch"
  86. Wed Jan 7 11:47:01 CET 2004 Benjamin Schieder <bs1544@bingo-ev.de>
  87. * encryption.sh: fixed cipher detection
  88. Mon Jan 5 17:26:31 CET 2004 Benjamin Schieder <bs1544@bingo-ev.de>
  89. * hwscan: commented line 324 (asort) to make it behave
  90. Mon Jan 5 12:57:28 CET 2004 Benjamin Schieder <bs1544@bingo-ev.de>
  91. * X: use X -configure instead of home-made config
  92. Thu Dec 11 09:04:56 CET 2003 Benjamin Schieder <bs1544@bingo-ev.de>
  93. * sysfiles: really fix the error messages
  94. Sun Dec 7 12:25:42 CET 2003 Benjamin Schieder <bs1544@bingo-ev.de>
  95. * sysfiles: fixed bash error messages (F: command not found)
  96. Tue Dec 2 10:22:07 CET 2003 Benjamin Schieder <bs1544@bingo-ev.de>
  97. * V0.2.2: released
  98. Sat Nov 29 12:19:50 CET 2003 Benjamin Schieder <bs1544@bingo-ev.de>
  99. * various scripts: moved system scripts into /etc/lvp
  100. * startup: added keymap= kernel argument to load a different keymap
  101. * kernel: added quiet patch and parameter
  102. * kernel: now using a specific configuration instead of ROCK default
  103. * live: Use only necessary packages for the live-system, gzexe all executables
  104. Fri Nov 28 09:11:58 CET 2003 Benjamin Schieder <bs1544@bingo-ev.de>
  105. * lvpxml.sh: rewritten from scratch, fixing several bugs and added -file
  106. -files and -cfg parameters
  107. Thu Nov 27 18:57:21 CET 2003 Benjamin Schieder <bs1544@bingo-ev.de>
  108. * linuxrc: added a little X autoconfiguration for nv, mga, vmware, tdfx, vesa
  109. Sun Nov 23 10:18:55 CET 2003 Benjamin Schieder <bs1544@bingo-ev.de>
  110. * encryption: encryption compatible to <2GB data
  111. * V0.2.1: released
  112. Sat Nov 22 18:58:29 CET 2003 Benjamin Schieder <bs1544@bingo-ev.de>
  113. * encryption: enabled encryption for more than 2GB-2Byte data
  114. Sun Nov 16 13:30:00 MEST 2003 Benjamin Schieder <blindcoder@scavenger.homeip.net>
  115. * V0.2: released
  116. * packages: added package blindcoder/ciphers, added 99-crypto.patch to linux24,
  117. updated util-linux to 2.12pre and added crypto.patch to util-linux
  118. This is concatenated in the lvp.diff file
  119. * build_lvp.sh: fixed several typos, one of them critical
  120. * lvpxml.sh: added CryptoAPI support
  121. * startlv2: added CryptoAPI support
  122. * xinitrc: added CryptoAPI support
  123. Wed Oct 22 13:54:17 MEST 2003 Benjamin Schieder <blindcoder@scavenger.homeip.net>
  124. * V0.1: released