Changed changelog format

This commit is contained in:
NIN101 2013-06-23 01:55:53 +02:00
parent 644165757d
commit 1cd11913e7
1 changed files with 53 additions and 49 deletions

102
CHANGELOG
View File

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