Searched hist:6 (Results 476 - 500 of 7727) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/crypto/openssl/ssl/
H A Dssl_asn1.cdiff 101615 Sat Aug 10 01:46:10 MDT 2002 nectar Import of OpenSSL 0.9.6f.
diff 100936 Tue Jul 30 13:38:06 MDT 2002 nectar Import of OpenSSL 0.9.6e.
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/crypto/openssl/util/
H A Dmkdef.pldiff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
diff 72613 Sun Feb 18 03:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A Dmkerr.pldiff 101615 Sat Aug 10 01:46:10 MDT 2002 nectar Import of OpenSSL 0.9.6f.
diff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/crypto/openssl/apps/
H A Ddgst.cdiff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
diff 79998 Thu Jul 19 19:59:37 MDT 2001 kris Initial import of OpenSSL 0.9.6b
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A Ddsaparam.cdiff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
diff 72613 Sun Feb 18 03:17:36 MST 2001 kris Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
H A Denc.cdiff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
diff 79998 Thu Jul 19 19:59:37 MDT 2001 kris Initial import of OpenSSL 0.9.6b
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/contrib/libxo/
H A Dconfigure.acdiff 297894 Tue Apr 12 23:45:25 MDT 2016 phil Merge libxo 0.4.6

Reviewed by: sjg
Approved by: sjg (mentor)
diff 274672 Tue Nov 18 18:11:59 MST 2014 marcel Upgrade libxo to 0.1.6.

Summary of changes:
1. Coverity defect fixes

Obtained from: https://github.com/Juniper/libxo/releases/tag/0.1.6
diff 274672 Tue Nov 18 18:11:59 MST 2014 marcel Upgrade libxo to 0.1.6.

Summary of changes:
1. Coverity defect fixes

Obtained from: https://github.com/Juniper/libxo/releases/tag/0.1.6
/freebsd-11.0-release/sys/dev/asmc/
H A Dasmcvar.hdiff 271975 Mon Sep 22 16:28:15 MDT 2014 rpaulo Improvements to asmc(4):

1. changed the code so that 2**16 keys are supported
2. changed the number of possible fans in a system from 2 to 6
3. added write support for some fan sysctls
4. added a new sysctl which shows the ID of the fan
5. added four more apple models with their temperature keys
6. changed the maxnumber of temperature keys from 36 to 80
7. replaced several fixed buf sizes to sizeof buf

Obtained from: Denis Ahrens denis at h3q.com
MFC after: 4 weeks
diff 271975 Mon Sep 22 16:28:15 MDT 2014 rpaulo Improvements to asmc(4):

1. changed the code so that 2**16 keys are supported
2. changed the number of possible fans in a system from 2 to 6
3. added write support for some fan sysctls
4. added a new sysctl which shows the ID of the fan
5. added four more apple models with their temperature keys
6. changed the maxnumber of temperature keys from 36 to 80
7. replaced several fixed buf sizes to sizeof buf

Obtained from: Denis Ahrens denis at h3q.com
MFC after: 4 weeks
173426 Wed Nov 07 20:05:13 MST 2007 rpaulo Driver for the Apple System Management Console (SMC). This hardware is
present on the MacBook, MacBook Pro, and Intel MacMini.

This driver exports information via sysctl in its private sysctl tree
dev.asmc.*. You can get information about temperatures, fan speeds, the
keyboard light sensor and the Sudden Motion Sensor (SMS).
The SMS is very useful to park the disk heads when the laptop is
moved. Basically, the SMS is setup so that, under movement, we get an
interrupt on irq 6 and a devd notification is sent.

Sponsored by: Google Summer of Code 2007
Approved by: njl (mentor)
Reviewed by: attilio (previous version, but very similar), jhb (interrupt
specific review)
/freebsd-11.0-release/lib/libxo/
H A Dxo_config.hdiff 297894 Tue Apr 12 23:45:25 MDT 2016 phil Merge libxo 0.4.6

Reviewed by: sjg
Approved by: sjg (mentor)
diff 274672 Tue Nov 18 18:11:59 MST 2014 marcel Upgrade libxo to 0.1.6.

Summary of changes:
1. Coverity defect fixes

Obtained from: https://github.com/Juniper/libxo/releases/tag/0.1.6
diff 274672 Tue Nov 18 18:11:59 MST 2014 marcel Upgrade libxo to 0.1.6.

Summary of changes:
1. Coverity defect fixes

Obtained from: https://github.com/Juniper/libxo/releases/tag/0.1.6
/freebsd-11.0-release/libexec/rpc.rquotad/
H A DMakefilediff 201380 Sat Jan 02 09:59:07 MST 2010 ed Make WARNS=6 the default for libexec/.

Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.
diff 201380 Sat Jan 02 09:59:07 MST 2010 ed Make WARNS=6 the default for libexec/.

Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.
diff 184638 Tue Nov 04 14:33:17 MST 2008 des Whitespace and style fixes, build at WARNS level 6.

MFC after: 3 weeks
/freebsd-11.0-release/libexec/rpc.rusersd/
H A DMakefilediff 201380 Sat Jan 02 09:59:07 MST 2010 ed Make WARNS=6 the default for libexec/.

Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.
diff 201380 Sat Jan 02 09:59:07 MST 2010 ed Make WARNS=6 the default for libexec/.

Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.
diff 201146 Mon Dec 28 23:07:45 MST 2009 ed Perform cleanups to rpc.rusersd:

- Perform whitespace fixes. Use tabs instead of 8 spaces.
- Make it build at WARNS=6.
/freebsd-11.0-release/libexec/talkd/
H A DMakefilediff 201380 Sat Jan 02 09:59:07 MST 2010 ed Make WARNS=6 the default for libexec/.

Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.
diff 201380 Sat Jan 02 09:59:07 MST 2010 ed Make WARNS=6 the default for libexec/.

Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.
diff 201022 Sat Dec 26 14:36:23 MST 2009 ed Modify the sources to make WARNS=6 work.
/freebsd-11.0-release/sbin/routed/
H A DMakefilediff 198236 Mon Oct 19 16:06:16 MDT 2009 ru Switch the default WARNS level for sbin/ to 6.

Submitted by: Ulrich Spörlein
diff 190757 Mon Apr 06 07:24:27 MDT 2009 phk Only raise WARNS to 6 on i386 and amd64, strict alignment platforms still
barf at some of the gratuitous pointer gymnastics, and I do not see a
simple solution.
diff 190712 Sun Apr 05 14:21:46 MDT 2009 phk Kick WARNS level up to 6 by fixing various trivial warnings.
/freebsd-11.0-release/crypto/openssl/crypto/bio/
H A Dbio.hdiff 100928 Tue Jul 30 12:44:15 MDT 2002 nectar Import of OpenSSL 0.9.6d.
diff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/crypto/openssl/crypto/dh/
H A Ddh_key.cdiff 89837 Sun Jan 27 03:13:07 MST 2002 kris Initial import of OpenSSL 0.9.6c
diff 76866 Sun May 20 03:07:21 MDT 2001 kris Initial import of OpenSSL 0.9.6a
diff 68651 Mon Nov 13 01:03:58 MST 2000 kris Initial import of OpenSSL 0.9.6
/freebsd-11.0-release/usr.bin/grep/
H A Dfile.cdiff 211364 Sun Aug 15 22:27:20 MDT 2010 gabor - Revert strlcpy() changes to memcpy() because it's more efficient and
former may be safer but in this case it doesn't add extra
safety [1]
- Fix -w option [2]
- Fix handling of GREP_OPTIONS [3]
- Fix --line-buffered
- Make stdin input imply --line-buffered so that tail -f can be piped
to grep [4]
- Imply -h if single file is grepped, this is the GNU behaviour
- Reduce locking overhead to gain some more performance [5]
- Inline some functions to help the compiler better optimize the code
- Use shortcut for empty files [6]

PR: bin/149425 [6]
Prodded by: jilles [1]
Reported by: Alex Kozlov <spam@rm-rf.kiev.ua> [2] [3],
swell.k@gmail.com [2],
poyopoyo@puripuri.plala.or.jp [4]
Submitted by: scf [5],
Shuichi KITAGUCHI <ki@hh.iij4u.or.jp> [6]
Approved by: delphij (mentor)
diff 211364 Sun Aug 15 22:27:20 MDT 2010 gabor - Revert strlcpy() changes to memcpy() because it's more efficient and
former may be safer but in this case it doesn't add extra
safety [1]
- Fix -w option [2]
- Fix handling of GREP_OPTIONS [3]
- Fix --line-buffered
- Make stdin input imply --line-buffered so that tail -f can be piped
to grep [4]
- Imply -h if single file is grepped, this is the GNU behaviour
- Reduce locking overhead to gain some more performance [5]
- Inline some functions to help the compiler better optimize the code
- Use shortcut for empty files [6]

PR: bin/149425 [6]
Prodded by: jilles [1]
Reported by: Alex Kozlov <spam@rm-rf.kiev.ua> [2] [3],
swell.k@gmail.com [2],
poyopoyo@puripuri.plala.or.jp [4]
Submitted by: scf [5],
Shuichi KITAGUCHI <ki@hh.iij4u.or.jp> [6]
Approved by: delphij (mentor)
diff 211364 Sun Aug 15 22:27:20 MDT 2010 gabor - Revert strlcpy() changes to memcpy() because it's more efficient and
former may be safer but in this case it doesn't add extra
safety [1]
- Fix -w option [2]
- Fix handling of GREP_OPTIONS [3]
- Fix --line-buffered
- Make stdin input imply --line-buffered so that tail -f can be piped
to grep [4]
- Imply -h if single file is grepped, this is the GNU behaviour
- Reduce locking overhead to gain some more performance [5]
- Inline some functions to help the compiler better optimize the code
- Use shortcut for empty files [6]

PR: bin/149425 [6]
Prodded by: jilles [1]
Reported by: Alex Kozlov <spam@rm-rf.kiev.ua> [2] [3],
swell.k@gmail.com [2],
poyopoyo@puripuri.plala.or.jp [4]
Submitted by: scf [5],
Shuichi KITAGUCHI <ki@hh.iij4u.or.jp> [6]
Approved by: delphij (mentor)
H A Dqueue.cdiff 211364 Sun Aug 15 22:27:20 MDT 2010 gabor - Revert strlcpy() changes to memcpy() because it's more efficient and
former may be safer but in this case it doesn't add extra
safety [1]
- Fix -w option [2]
- Fix handling of GREP_OPTIONS [3]
- Fix --line-buffered
- Make stdin input imply --line-buffered so that tail -f can be piped
to grep [4]
- Imply -h if single file is grepped, this is the GNU behaviour
- Reduce locking overhead to gain some more performance [5]
- Inline some functions to help the compiler better optimize the code
- Use shortcut for empty files [6]

PR: bin/149425 [6]
Prodded by: jilles [1]
Reported by: Alex Kozlov <spam@rm-rf.kiev.ua> [2] [3],
swell.k@gmail.com [2],
poyopoyo@puripuri.plala.or.jp [4]
Submitted by: scf [5],
Shuichi KITAGUCHI <ki@hh.iij4u.or.jp> [6]
Approved by: delphij (mentor)
diff 211364 Sun Aug 15 22:27:20 MDT 2010 gabor - Revert strlcpy() changes to memcpy() because it's more efficient and
former may be safer but in this case it doesn't add extra
safety [1]
- Fix -w option [2]
- Fix handling of GREP_OPTIONS [3]
- Fix --line-buffered
- Make stdin input imply --line-buffered so that tail -f can be piped
to grep [4]
- Imply -h if single file is grepped, this is the GNU behaviour
- Reduce locking overhead to gain some more performance [5]
- Inline some functions to help the compiler better optimize the code
- Use shortcut for empty files [6]

PR: bin/149425 [6]
Prodded by: jilles [1]
Reported by: Alex Kozlov <spam@rm-rf.kiev.ua> [2] [3],
swell.k@gmail.com [2],
poyopoyo@puripuri.plala.or.jp [4]
Submitted by: scf [5],
Shuichi KITAGUCHI <ki@hh.iij4u.or.jp> [6]
Approved by: delphij (mentor)
diff 211364 Sun Aug 15 22:27:20 MDT 2010 gabor - Revert strlcpy() changes to memcpy() because it's more efficient and
former may be safer but in this case it doesn't add extra
safety [1]
- Fix -w option [2]
- Fix handling of GREP_OPTIONS [3]
- Fix --line-buffered
- Make stdin input imply --line-buffered so that tail -f can be piped
to grep [4]
- Imply -h if single file is grepped, this is the GNU behaviour
- Reduce locking overhead to gain some more performance [5]
- Inline some functions to help the compiler better optimize the code
- Use shortcut for empty files [6]

PR: bin/149425 [6]
Prodded by: jilles [1]
Reported by: Alex Kozlov <spam@rm-rf.kiev.ua> [2] [3],
swell.k@gmail.com [2],
poyopoyo@puripuri.plala.or.jp [4]
Submitted by: scf [5],
Shuichi KITAGUCHI <ki@hh.iij4u.or.jp> [6]
Approved by: delphij (mentor)
/freebsd-11.0-release/usr.bin/morse/
H A Dmorse.cdiff 221907 Sat May 14 19:12:26 MDT 2011 uqs morse(6): fix typos and space-before-tabs
diff 203921 Mon Feb 15 14:44:09 MST 2010 uqs morse(6) make WARNS=6 clean

Approved by: ed (Co-mentor)
diff 203921 Mon Feb 15 14:44:09 MST 2010 uqs morse(6) make WARNS=6 clean

Approved by: ed (Co-mentor)
diff 147110 Tue Jun 07 19:01:41 MDT 2005 joerg Add Farnsworth support to morse(6).

(For those interested: this is intented to extend the space between
characters to help people learning morse code by giving the brain some
extra time for acoustical pattern recognition.)

Note: I slightly cleaned up the submitted patch for minor stylistic
issues, and changed the default for the new -c option to be identical
to -w.

Submitted by: "Stephen P. Cravey" <cravey@gotbrains.org> N5UUU
MFC after: 2 weeks
PR: bin/81831
diff 57527 Sun Feb 27 01:21:28 MST 2000 joerg Add an eleventh-hour gimick... But since it's only in `games' and
Jordan OK'ed it, i think it's a nice one for those who need it. I
once mentioned in Usenet that i've hacked morse(6) so it can control
an external device like a tone generator or even a ham radio
transceiver, so you could actually use that `game' for really
transmitting morse code through the air. A couple of people then
bugged be to send them my hack (which it was by that time).

So i've now finally found some hours to clean it up (like freaking out
with the transmitter no longer keyed in case someone ^c's out of the
program...), and to write the man page addition.

While i was at it, i also cleaned up some minor nits in Lyndon's
/dev/speaker code, mainly #ifdef related stuff like handling getopt()
if SPEAKER is not defined etc.

enjoy & 73

Approved by: jkh, the restless...
diff 10352 Sun Aug 27 14:06:15 MDT 1995 joerg Make morse(6) realling playing the characters on the speaker.

Minor additions by me, mostly taken from the suggestion in PR # bin/709.

Submitted by: lyndon@orthanc.com (Lyndon Nerenberg, VE7TCP/VE6BBM)
/freebsd-11.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_client_private.hdiff 289180 Mon Oct 12 10:05:40 MDT 2015 peter Update from svn-1.8.14 to 1.9.2.

Formal release notes are available:
https://subversion.apache.org/docs/release-notes/1.9.html

Of particular note, the client checkout format has *not* changed so
upgrades should *not* be required.

When reading a repository (file:// or running as a local server), an
improved fsfs version 7 is available with significant performance
improvements. An optional upgrade is possible to use the new features.
Without the upgrade, this is fully read/write compatible with the
version 6 fsfs as in svn-1.8.

Relnotes: yes
diff 253734 Sun Jul 28 06:17:41 MDT 2013 peter Update subversion-1.8.0 -> 1.8.1. Update supporting
components: apr-1.4.6 -> 1.4.8 and apr-util-1.4.1 -> 1.5.2.

This is a post point-zero bug-fix / fix-sharp-edges release, including
some workarounds for UTF-8 for people who haven't yet turned on WITH_ICONV.
H A Dsvn_io_private.hdiff 289180 Mon Oct 12 10:05:40 MDT 2015 peter Update from svn-1.8.14 to 1.9.2.

Formal release notes are available:
https://subversion.apache.org/docs/release-notes/1.9.html

Of particular note, the client checkout format has *not* changed so
upgrades should *not* be required.

When reading a repository (file:// or running as a local server), an
improved fsfs version 7 is available with significant performance
improvements. An optional upgrade is possible to use the new features.
Without the upgrade, this is fully read/write compatible with the
version 6 fsfs as in svn-1.8.

Relnotes: yes
diff 253734 Sun Jul 28 06:17:41 MDT 2013 peter Update subversion-1.8.0 -> 1.8.1. Update supporting
components: apr-1.4.6 -> 1.4.8 and apr-util-1.4.1 -> 1.5.2.

This is a post point-zero bug-fix / fix-sharp-edges release, including
some workarounds for UTF-8 for people who haven't yet turned on WITH_ICONV.
H A Dsvn_ra_private.hdiff 289180 Mon Oct 12 10:05:40 MDT 2015 peter Update from svn-1.8.14 to 1.9.2.

Formal release notes are available:
https://subversion.apache.org/docs/release-notes/1.9.html

Of particular note, the client checkout format has *not* changed so
upgrades should *not* be required.

When reading a repository (file:// or running as a local server), an
improved fsfs version 7 is available with significant performance
improvements. An optional upgrade is possible to use the new features.
Without the upgrade, this is fully read/write compatible with the
version 6 fsfs as in svn-1.8.

Relnotes: yes
diff 253734 Sun Jul 28 06:17:41 MDT 2013 peter Update subversion-1.8.0 -> 1.8.1. Update supporting
components: apr-1.4.6 -> 1.4.8 and apr-util-1.4.1 -> 1.5.2.

This is a post point-zero bug-fix / fix-sharp-edges release, including
some workarounds for UTF-8 for people who haven't yet turned on WITH_ICONV.
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Dclient.hdiff 289180 Mon Oct 12 10:05:40 MDT 2015 peter Update from svn-1.8.14 to 1.9.2.

Formal release notes are available:
https://subversion.apache.org/docs/release-notes/1.9.html

Of particular note, the client checkout format has *not* changed so
upgrades should *not* be required.

When reading a repository (file:// or running as a local server), an
improved fsfs version 7 is available with significant performance
improvements. An optional upgrade is possible to use the new features.
Without the upgrade, this is fully read/write compatible with the
version 6 fsfs as in svn-1.8.

Relnotes: yes
diff 253734 Sun Jul 28 06:17:41 MDT 2013 peter Update subversion-1.8.0 -> 1.8.1. Update supporting
components: apr-1.4.6 -> 1.4.8 and apr-util-1.4.1 -> 1.5.2.

This is a post point-zero bug-fix / fix-sharp-edges release, including
some workarounds for UTF-8 for people who haven't yet turned on WITH_ICONV.
H A Dcommit.cdiff 289180 Mon Oct 12 10:05:40 MDT 2015 peter Update from svn-1.8.14 to 1.9.2.

Formal release notes are available:
https://subversion.apache.org/docs/release-notes/1.9.html

Of particular note, the client checkout format has *not* changed so
upgrades should *not* be required.

When reading a repository (file:// or running as a local server), an
improved fsfs version 7 is available with significant performance
improvements. An optional upgrade is possible to use the new features.
Without the upgrade, this is fully read/write compatible with the
version 6 fsfs as in svn-1.8.

Relnotes: yes
diff 253734 Sun Jul 28 06:17:41 MDT 2013 peter Update subversion-1.8.0 -> 1.8.1. Update supporting
components: apr-1.4.6 -> 1.4.8 and apr-util-1.4.1 -> 1.5.2.

This is a post point-zero bug-fix / fix-sharp-edges release, including
some workarounds for UTF-8 for people who haven't yet turned on WITH_ICONV.
H A Dcopy.cdiff 289180 Mon Oct 12 10:05:40 MDT 2015 peter Update from svn-1.8.14 to 1.9.2.

Formal release notes are available:
https://subversion.apache.org/docs/release-notes/1.9.html

Of particular note, the client checkout format has *not* changed so
upgrades should *not* be required.

When reading a repository (file:// or running as a local server), an
improved fsfs version 7 is available with significant performance
improvements. An optional upgrade is possible to use the new features.
Without the upgrade, this is fully read/write compatible with the
version 6 fsfs as in svn-1.8.

Relnotes: yes
diff 253734 Sun Jul 28 06:17:41 MDT 2013 peter Update subversion-1.8.0 -> 1.8.1. Update supporting
components: apr-1.4.6 -> 1.4.8 and apr-util-1.4.1 -> 1.5.2.

This is a post point-zero bug-fix / fix-sharp-edges release, including
some workarounds for UTF-8 for people who haven't yet turned on WITH_ICONV.
H A Ddiff.cdiff 289180 Mon Oct 12 10:05:40 MDT 2015 peter Update from svn-1.8.14 to 1.9.2.

Formal release notes are available:
https://subversion.apache.org/docs/release-notes/1.9.html

Of particular note, the client checkout format has *not* changed so
upgrades should *not* be required.

When reading a repository (file:// or running as a local server), an
improved fsfs version 7 is available with significant performance
improvements. An optional upgrade is possible to use the new features.
Without the upgrade, this is fully read/write compatible with the
version 6 fsfs as in svn-1.8.

Relnotes: yes
diff 253734 Sun Jul 28 06:17:41 MDT 2013 peter Update subversion-1.8.0 -> 1.8.1. Update supporting
components: apr-1.4.6 -> 1.4.8 and apr-util-1.4.1 -> 1.5.2.

This is a post point-zero bug-fix / fix-sharp-edges release, including
some workarounds for UTF-8 for people who haven't yet turned on WITH_ICONV.

Completed in 255 milliseconds

<<11121314151617181920>>