Skip to content

Commit

Permalink
Update release_notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
russalex committed Jun 8, 2016
1 parent 61faec5 commit 3df8d85
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions commandline/WSL/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,53 @@ author: jackchammons

# Release Notes

##Build 14361
For general Windows information on build 14361, visit: http://aka.ms/wip14361.
Github issues tracked: https://github.com/Microsoft/BashOnWindows/issues
###Fixed
- DrvFs is now case sensitive when running in Bash on Ubuntu on Windows.
- Users may case.txt and CASE.TXT on their /mnt/c drives
- Case sensitivity is only supported within Bash on Ubuntu on Windows. When outside of Bash NTFS will report the files correctly, but unexpected behavior may occur interacting with the files from Windows.
- The root of each volume (i.e. /mnt/c) is not case sensitive
- More information on handling these files in Windows can be found [here](https://support.microsoft.com/en-us/kb/100625).
- Greatly enhanced pty / tty support. Applications like TMUX now supported (GH #40)
- Fixed install issue where user accounts not always created
- Optimized command line arg structure allowing for extremely long argument list. (GH #153)
- Now able to delete and chmod read_only files from DrvFs
- Fixed some instances where the terminal hangs on disconnect (GH #43)
- chmod and chown now work on tty devices
- Allow connection to 0.0.0.0 and :: as localhost (GH #388)
- Sendmsg/recvmsg now handle an IO vector length of >1 (partial GH #376)
- Users can now opt-out of auto-generated hosts file (GH #398)
- Automatically match Linux locale to the NT locale during install (GH #11)
- Added the /proc/sys/vm/swappiness file (GH #306)
- strace now exits correctly
- Allow pipes to be reopened through /proc/self/fd (GH #222)
- Hide directories under %LOCALAPPDATA%\lxss from DrvFs (GH #270)
- Better handling of bash.exe ~. Commands like “bash ~ -c ls” now supported (GH #467)
- Sockets now notify epoll read available during shutdown (GH #271)
- lxrun /uninstall does a better job of deleting the files and folders
- Corrected ps -f (GH #246)
- Improved support for x11 apps such as xEmacs (GH #481)
- Updated initial thread stack size to match default Ubuntu setting and reporting the size correctly to the get_rlimit syscall (GH #172, #258
- Improved reporting of pico process image names (e.g., for auditing)
- Implemented /proc/mountinfo for df command
- Fixed symlink error code for child name . and ..
- Additional improvements bugfixes and improvements

###Syscall Support
Below are a list of new or enhanced syscalls that have some implementation in WSL. The syscalls on this list are supported in at least one scenario, but may not have all parameters supported at this time.
`GETTIMER`<br/>
`MKNODAT`<br/>
`RENAMEAT`<br/>
`SENDFILE`<br/>
`SENDFILE64`<br/>
`SYNC_FILE_RANGE`<br/>

<br/>
<br/>


##Build 14352
For general Windows information on build 14352, visit: http://aka.ms/wip14352.<br/>
Github issues tracked: https://github.com/Microsoft/BashOnWindows/issues
Expand Down

0 comments on commit 3df8d85

Please sign in to comment.