Changed changelog format
Tento commit je obsažen v:
rodič
644165757d
revize
1cd11913e7
102
CHANGELOG
102
CHANGELOG
@ -1,82 +1,86 @@
|
||||
1.1 2013-...
|
||||
FIX Correclty detach ubifs (thx, Pali)
|
||||
|
||||
|
||||
1.0 2013-03-23
|
||||
==============
|
||||
-Using buildroot now to create the rootfs.
|
||||
-updated userspace tools(e. g. busybox).
|
||||
-glibc replaced with uclibc and everything recompiled against uclibc
|
||||
-/rescueOS/usb-mass-storage-enable.sh: Work if sd card is inserted or not(known mmcblkX number issue on N900)
|
||||
-shipping wifi firmware
|
||||
-corrected dhcp business with /etc/resolv.conf
|
||||
-decreased size of the initrd
|
||||
RescueOS's own configs and scripts are now hosted here:
|
||||
https://github.com/NIN101/N900_RescueOS
|
||||
NEW Using buildroot now to create the rootfs.
|
||||
NEW updated userspace tools(e. g. busybox).
|
||||
NEW glibc replaced with uclibc and everything recompiled against uclibc
|
||||
FIX /rescueOS/usb-mass-storage-enable.sh: Work if sd card is inserted or not(known mmcblkX number issue on N900)
|
||||
NEW shipping wifi firmware
|
||||
FIX corrected dhcp business with /etc/resolv.conf
|
||||
INFO decreased size of the initrd
|
||||
INFO RescueOS's own configs and scripts are now hosted here:
|
||||
https://github.com/NIN101/N900_RescueOS
|
||||
|
||||
====
|
||||
|
||||
0.5.4 2013-01-05
|
||||
Nothing special but useful changes:
|
||||
-midnight commander removed as it was eating too much space and I doubt people were actually using it.
|
||||
-Now after bootup, the system asks the user whether he wants to enable anonymous ftp up and downloads everywhere.
|
||||
Then whether telnetd should be started and finally asks whether usb networking should be enabled.
|
||||
REMOVED midnight commander removed as it was eating too much space and I doubt people were actually using it.
|
||||
NEW Now after bootup, the system asks the user whether he wants to enable anonymous ftp up and downloads everywhere.
|
||||
Then whether telnetd should be started and finally asks whether usb networking should be enabled.
|
||||
=================================
|
||||
0.5.3
|
||||
Short note: it disappeared from the server (some problems with my hoster).
|
||||
Development is pretty much stalled. I am focusing on other things.
|
||||
Contributions otoh are still welcome.
|
||||
INFO it disappeared from the server (some problems with my hoster).
|
||||
Development is pretty much stalled. I am focusing on other things.
|
||||
Contributions otoh are still welcome.
|
||||
|
||||
|
||||
-Including Pali's script which should fix some messed up maemo /dev/ device nodes (iirc, this can happen with uboot fun)
|
||||
NEW Including Pali's script which should fix some messed up maemo /dev/ device nodes (iirc, this can happen with uboot fun)
|
||||
|
||||
|
||||
0.5 2012-03-03, version 0.5.2
|
||||
Boring and nothing exciting:
|
||||
* tar is now gnu tar, not busybox's version for convenience
|
||||
* /tmp/ for some reason never existed, now it does :S
|
||||
* Mountpoints /mnt/free1, /mnt/free2, /mnt/free3 (how noteworthy!)
|
||||
* PS1 was set to show the current directory you are in.
|
||||
NEW tar is now gnu tar, not busybox's version for convenience
|
||||
NEW /tmp/ for some reason never existed, now it does :S
|
||||
NEW Mountpoints /mnt/free1, /mnt/free2, /mnt/free3 (how noteworthy!)
|
||||
NEW PS1 was set to show the current directory you are in.
|
||||
|
||||
|
||||
0.5 2012-01-22, version 0.5.1
|
||||
* Battery capacity watchdog tells user at 45 % capacity to charge the
|
||||
battery. Type "stfu" if the messages annoy you.
|
||||
NEW Battery capacity watchdog tells user at 45 % capacity to charge the
|
||||
battery. Type "stfu" if the messages annoy you.
|
||||
|
||||
0.5 2011-11-02, version 0.5
|
||||
* Updated busybox to 1.19.3
|
||||
* User can append autostart=/path... option in the kernel
|
||||
* command line to run a script right after bootup.
|
||||
* tcpsvd included for ftpd. For example, "tcpsvd -v 0.0.0.0 21
|
||||
ftpd -w" enables anonymous down- and uploads everywhere.
|
||||
* By Request: Midnight Commander 4.8 included. As functions
|
||||
keys are not available/mapped, use ESC+number. Still borked.
|
||||
* cleaner shutdown.
|
||||
NEW Updated busybox to 1.19.3
|
||||
NEW User can append autostart=/path... option in the kernel
|
||||
command line to run a script right after bootup.
|
||||
NEW tcpsvd included for ftpd. For example, "tcpsvd -v 0.0.0.0 21
|
||||
ftpd -w" enables anonymous down- and uploads everywhere.
|
||||
NEW By Request: Midnight Commander 4.8 included. As functions
|
||||
keys are not available/mapped, use ESC+number. Still borked.
|
||||
NEW cleaner shutdown.
|
||||
|
||||
|
||||
0.4 2011-09-02:
|
||||
* e2fsprogs
|
||||
* dosfstools
|
||||
* Now also available as an initrd image.
|
||||
NEW e2fsprogs
|
||||
NEW dosfstools
|
||||
NEW Now also available as an initrd image.
|
||||
|
||||
|
||||
0.3 2011-08-26:
|
||||
* Battery charging support. (via ShadowJK's h
|
||||
http://enivax.net/jk/n900/">meegocharge script</a>)
|
||||
NEW Battery charging support. (via ShadowJK's h
|
||||
http://enivax.net/jk/n900/">meegocharge script</a>)
|
||||
|
||||
0.2 2011-08-21:
|
||||
* Decreased rootfs size by a factor of 10
|
||||
* First poor-man script to create an archive of the maemo rootfs.¹)
|
||||
* Takes the WiFi-Firmwares on first boot from maemo root if wished by
|
||||
the user.¹
|
||||
* Bug which caused the wlan interface number to increase on every reboot
|
||||
fixed.
|
||||
* bash and job control
|
||||
* Typo in /rescueOS/umount-maemo-root.sh fixed
|
||||
INFO Decreased rootfs size by a factor of 10
|
||||
NEW First poor-man script to create an archive of the maemo rootfs.¹)
|
||||
NEW Takes the WiFi-Firmwares on first boot from maemo root if wished by
|
||||
the user.¹
|
||||
FIX Bug which caused the wlan interface number to increase on every reboot
|
||||
fixed.
|
||||
NEW bash and job control
|
||||
FIX Typo in /rescueOS/umount-maemo-root.sh fixed
|
||||
|
||||
0.1 2011-07-31:
|
||||
* First release
|
||||
* WiFi Support
|
||||
* ubifs mounting support (maemo root for example)
|
||||
* USB networking
|
||||
* USB mass-storage mode
|
||||
* EMMC mounting
|
||||
NEW First release
|
||||
NEW WiFi Support
|
||||
NEW ubifs mounting support (maemo root for example)
|
||||
NEW USB networking
|
||||
NEW USB mass-storage mode
|
||||
NEW EMMC mounting
|
||||
|
||||
|
||||
|
||||
|
Načítá se…
Odkázat v novém úkolu
Zablokovat Uživatele