summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
Commit message (Collapse)AuthorAgeFilesLines
* WHATSNEW: add one more change.Michael Adam2008-04-221-0/+1
| | | | Michael
* WHATSNEW: update the section on registry configuration.Michael Adam2008-04-221-3/+12
| | | | Michael
* WHATSNEW: list special meaning of "include = registry" under smb.conf changes.Michael Adam2008-04-221-0/+2
| | | | Michael
* WHATSNEW: re-establish alphabetic ordering in smb.conf changesMichael Adam2008-04-221-1/+1
| | | | Michael
* WHATSNEW: update my changes for 3.2.0pre3Michael Adam2008-04-221-0/+11
| | | | Michael
* Fix wbinfo --group-info if the winbind separator set to non \Volker Lendecke2008-04-221-0/+1
| | | | | | In getgrsid_lookupsid_recv() we use parse_domain_user which itself looks at lp_winbind_separator(). Thus when building up that group name we should better use it as well.
* WHATSNEW.txt: Update list of changes.Karolin Seeger2008-04-221-12/+22
| | | | Karolin
* WHATSNEW: Update release date for 3.2.0pre3.Karolin Seeger2008-04-221-1/+1
|
* WHATNEW.txt: add my latest changesStefan Metzmacher2008-04-191-0/+8
| | | | metze
* Update WHATSNEW entry for pre3Volker Lendecke2008-04-131-0/+13
|
* Fill in WHATSNEW.txt for pre3.Günther Deschner2008-04-121-0/+16
| | | | Guenther
* WHATSNEW.txt: list my changesStefan Metzmacher2008-04-121-0/+21
| | | | metze
* update WHATSNEWMichael Adam2008-04-111-0/+9
| | | | Michael
* WhatsnewGünther Deschner2008-04-081-0/+2
|
* WHATSNEW: Start to add changes since 3.2.0pre2.Karolin Seeger2008-03-261-0/+64
| | | | Karolin
* Start to prepare WHATSNEW for 3.2.0pre3.Karolin Seeger2008-03-201-3/+7
| | | | Karolin
* Fix bug 4901Volker Lendecke2008-03-141-0/+1
|
* Merge commit 'origin/v3-2-stable' into v3-2-testStefan Metzmacher2008-03-061-7/+8
|\ | | | | | | | | | | | | | | This brings the release-3-2-0pre2 tag into the v3-2-test history. I skipped the source/VERSION changes. metze
| * Update release date.Karolin Seeger2008-03-041-1/+1
| | | | | | | | Karolin
| * Continued revamping of libsmbclient.Derrell Lipman2008-03-041-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - James suggested using gcc's "deprecated" attribute to mark the context structure fields to generate warnings. This creates a scenario with the best of all worlds. I'm able to move to an organization that more easily allows future enhancements, while avoiding any mandatory changes by applications. Thanks, James! - Updated WHATSNEW.txt so that it accurately reflects the current state of affairs. Derrell (cherry picked from commit a67f96fbe9683b46c2149f7cb439d13f7f0e6ecd)
| * Update WHATSNEW for libsmbclient changesDerrell Lipman2008-03-041-0/+65
| | | | | | | | (cherry picked from commit f07407a32e178a47c8f9b3e3703aa5a20f0a4f06)
| * Update WHATSNEW.Karolin Seeger2008-02-291-2/+2
| | | | | | | | | | | | Parameter 'hidden' has been renamed to 'administrative share'. Karolin
| * Fill in WHATSNEW.txt.Günther Deschner2008-02-291-2/+42
| | | | | | | | | | Guenther (cherry picked from commit 55e85ccd3ec59afc05b955f1458d9fc655cee752)
| * Merge commit 'origin/v3-2-test' into v3-2-stableKarolin Seeger2008-02-291-21/+74
| |\ | | | | | | | | | | | | | | | Conflicts: WHATSNEW.txt
| * | Update release notes for vfs_ea_rename to complete the recent merge.Gerald (Jerry) Carter2008-01-151-1/+1
| | |
| * | Add notes from Michael Adam for the commit log in release notesGerald (Jerry) Carter2008-01-151-1/+10
| | |
| * | Add First draf of release notes.Gerald (Jerry) Carter2008-01-151-21/+115
| | |
* | | Update release date.Karolin Seeger2008-03-041-1/+1
| | | | | | | | | | | | | | | Karolin (cherry picked from commit 491535d0911c64869055b85a210c2ef076086b83)
* | | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman2008-03-031-2/+2
|\ \ \
| * | | Update WHATSNEW.Karolin Seeger2008-03-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Parameter 'hidden' has been renamed to 'administrative share'. Karolin
* | | | Continued revamping of libsmbclient.Derrell Lipman2008-03-031-11/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - James suggested using gcc's "deprecated" attribute to mark the context structure fields to generate warnings. This creates a scenario with the best of all worlds. I'm able to move to an organization that more easily allows future enhancements, while avoiding any mandatory changes by applications. Thanks, James! - Updated WHATSNEW.txt so that it accurately reflects the current state of affairs. Derrell
* | | Update WHATSNEW for libsmbclient changesDerrell Lipman2008-03-011-0/+65
| | |
* | | Fill in WHATSNEW.txt.Günther Deschner2008-02-291-2/+42
| |/ |/| | | | | Guenther
* | Add vfs_aio_forkVolker Lendecke2008-02-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | This is used for two purposes: First, I'm using it to test the async I/O code. In the forked process it is pretty easy to delay a reply for a random amount of time. See the BUILD_FARM_HACKS snippet. Second, there are systems around that claim to have Posix AIO but which is broken. This might be some help for those systems. Also add tests how to pass file descriptors
* | Update WHATSNEW.Karolin Seeger2008-02-281-1/+6
| | | | | | | | Karolin
* | Add missing full stops and blank lines.Karolin Seeger2008-02-281-9/+11
| | | | | | | | Karolin
* | WHATSNEW: Add changes by Andreas Schneider.Michael Adam2008-02-281-0/+4
| | | | | | | | Michael
* | Add another WHATSNEWVolker Lendecke2008-02-281-0/+2
| |
* | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-02-281-0/+2
|\ \ | | | | | | | | | v3-2-test
| * | WHATSNEW: add another change.Michael Adam2008-02-281-0/+2
| | | | | | | | | | | | Michael
* | | Updated comments on the encryption support.Jeremy Allison2008-02-281-6/+4
|/ / | | | | | | Jeremy.
* | WHATSNEW: add two more items to my changes.Michael Adam2008-02-281-0/+3
| | | | | | | | Michael
* | WHATSNEW: Also merge changes in "Major enhancements" section from v3-2-stable.Michael Adam2008-02-281-0/+2
| | | | | | | | Michael
* | WHATSNEW: give a new date for the upcoming prerelease.Michael Adam2008-02-281-1/+1
| | | | | | | | Michael
* | WHATSNEW: Fix spacingsMichael Adam2008-02-281-14/+14
| | | | | | | | Michael
* | WHATSNEW: fix a typo and spacingsMichael Adam2008-02-281-1/+1
| | | | | | | | Michael
* | WHATSNEW: Merge additions from v3-2-stable's WHATSNEW. :-}Michael Adam2008-02-281-0/+91
| | | | | | | | Michael
* | WHATSNEW: Move Volker's post pre1 changes to the appropriate section.Michael Adam2008-02-281-4/+7
| | | | | | | | Michael
* | WHATSNEW: adapt section on registry configuration to new facts.Michael Adam2008-02-281-3/+6
| | | | | | | | | | | | Also add to smb.conf changes. Michael
* | WHATSNEW: Fix some typos.Karolin Seeger2008-02-281-5/+5
| | | | | | | | Karolin