ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
(Generate patch)

Comparing trunk/UPDATING (file contents):
Revision 4811 by laffer1, Sat Apr 7 15:16:24 2012 UTC vs.
Revision 7789 by laffer1, Mon Sep 5 16:43:09 2016 UTC

# Line 1 | Line 1
1   Updating Information for MidnightBSD users.
2  
3 + 20160905:
4 +        Add a resource limit for the total number of kqueues
5 +        available to the user. Kqueue now saves the ucred of the
6 +        allocating thread, to correctly decrement the counter on close.
7 +        Based on FreeBSD SVN 256849
8 +
9 + 20160904:
10 +        Introduced experimental TCP sysctls starting with
11 +        net.inet.tcp.experimental.initcwnd10
12 +
13 + 20160814:
14 +        switched default desktop port to midnightbsd-desktop. This gives us flexibility to change it
15 +        in the release after the fact.
16 +
17 +        tzdata 2016a
18 +
19 + 20160811:
20 +        libdispatch 210
21 +
22 +        Added quirks for several models of SSDs to enable advanced format/4k mode. List includes
23 +        Samsung 830, 840, 850 and 750 series, Intel x25 and a few Toshiba models. Also
24 +        added WD Red drives.
25 +
26 +        Updated list of pci device vendors.
27 +
28 +        Updated list of usb devices.
29 +
30 + 20160807:
31 +        Implement several changes to libmport to fix some memory corruption issues.
32 +
33 + 20160806:
34 +        sqlite3 3.13.0
35 +
36 + 20160805:
37 +        Merged fixes for libmport that improve error handling when installing packages. Also
38 +        support mkdir -p like behavior for plist entries.
39 +
40 + 20160531:
41 +        Fix four security issues with MidnightBSD.
42 +
43 +        The implementation of TIOCGSERIAL ioctl(2) does not clear the output
44 +        struct before sending to userland in the linux emulation layer.
45 +
46 +        The compat 43 stat(2) system call exposes kernel stack to userland.
47 +
48 +        libarchive - CVE-2015-2304 and CVE-2013-0211 fix issues with
49 +        cpio directory traversal and an integer signedness error in the archive
50 +        write zip data routine.
51 +
52 +
53 + 20160528:
54 +        Fixed minor issues with mined(1) and msearch(1).
55 +
56 + 20160526:
57 +        Add support for Ivybridge and Haswell Intel CPUs to hwpmc(4).
58 +
59 +        Fix libpmc(3) build with clang compiler.
60 +
61 + 20160519:
62 +        Kernel Security updates
63 +
64 +        atkbd(4) - Incorrect signedness comparison in the ioctl(2) handler allows a malicious
65 +        local user to overwrite a portion of the kernel memory.
66 +
67 +        Incorrect argument handling in sendmsg(2)
68 +
69 +        Incorrect argument handling in the socket code allows malicious local
70 +        user to overwrite large portion of the kernel memory.
71 +
72 + 20160505:
73 +        OpenSSL security patch
74 +
75 +        The padding check in AES-NI CBC MAC was rewritten to be in constant time
76 +        by making sure that always the same bytes are read and compared against
77 +        either the MAC or padding bytes. But it no longer checked that there was
78 +        enough data to have both the MAC and padding bytes. [CVE-2016-2107]
79 +
80 +        An overflow can occur in the EVP_EncodeUpdate() function which is used for
81 +        Base64 encoding of binary data. [CVE-2016-2105]
82 +
83 +        An overflow can occur in the EVP_EncryptUpdate() function, however it is
84 +        believed that there can be no overflows in internal code due to this problem.
85 +        [CVE-2016-2106]
86 +
87 +        When ASN.1 data is read from a BIO using functions such as d2i_CMS_bio()
88 +        a short invalid encoding can casuse allocation of large amounts of memory
89 +        potentially consuming excessive resources or exhausting memory.
90 +        [CVE-2016-2109]
91 +
92 + 20160412:
93 +        0.8 stable branch created. Continue development as 0.9.
94 +
95 +        Fix several issues with wait6 system call addition.
96 +
97 + 20160409:
98 +        libmport now supports two new plist formats:
99 +        @(root,wheel,4775) myfile
100 +        @dir(root,wheel,775) mydir
101 +
102 +        On delete, absoluate paths are now handled properly.
103 +
104 + 20160317:
105 +        OpenSSH doesn't have the luck of the Irish.
106 +
107 +        Fix a security issue with OpenSSH X11 forwarding that can allow an attacker
108 +        run shell commands on the call to xauth.
109 +
110 +        Incorrect argument validation in sysarch(2)
111 +
112 +        A special combination of sysarch(2) arguments, specify a request to
113 +        uninstall a set of descriptors from the LDT.  The start descriptor
114 +        is cleared and the number of descriptors are provided.  Due to invalid
115 +        use of a signed intermediate value in the bounds checking during argument
116 +        validity verification, unbound zero'ing of the process LDT and adjacent
117 +        memory can be initiated from usermode.
118 +
119 +        Patch obtained from FreeBSD.
120 +
121 + 20160229:
122 +        top now displays information on ZFS arc cache.
123 +
124 + 20160228:
125 +        llvm + clang 3.3 is now the default compiler in MidnightBSD.
126 +
127 + 20160222:
128 +        Introduce pipe2 to linux emulation layer.
129 +
130 + 20160114:
131 +        OpenSSL
132 +
133 +        The signature verification routines will crash with a NULL pointer dereference
134 +        if presented with an ASN.1 signature using the RSA PSS algorithm and absent
135 +        mask generation function parameter. [CVE-2015-3194]
136 +
137 +        When presented with a malformed X509_ATTRIBUTE structure, OpenSSL will leak
138 +        memory. [CVE-2015-3195]
139 +
140 +        If PSK identity hints are received by a multi-threaded client then the values
141 +        are incorrectly updated in the parent SSL_CTX structure.  [CVE-2015-3196]
142 +
143 +        Fix security on bsnmpd configuration file during installation.
144 +
145 +        TCP MD5 signature denial of service
146 +
147 +        A programming error in processing a TCP connection with both TCP_MD5SIG
148 +        and TCP_NOOPT socket options may lead to kernel crash.
149 +
150 +        SCTP
151 +
152 +        A lack of proper input checks in the ICMPv6 processing in the SCTP stack
153 +        can lead to either a failed kernel assertion or to a NULL pointer
154 +        dereference.  In either case, a kernel panic will follow.
155 +
156 + 20160102:
157 +        Happy New Year
158 +
159 + 20151101:
160 +        Increase kern.ipc.somaxconn default to 256.
161 +
162 + 20151017:
163 +        Add initial statistics api to libmport and a driver to print
164 +        it in mport(1).
165 +
166 + 20151002:
167 +        Revised rpcbind(8) patch to fix issues with NIS
168 +
169 + 20150930:
170 +        In rpcbind(8), netbuf structures are copied directly, which would result in
171 +        two netbuf structures that reference to one shared address buffer.  When one
172 +        of the two netbuf structures is freed, access to the other netbuf structure
173 +        would result in an undefined result that may crash the rpcbind(8) daemon.
174 +
175 + 20150926:
176 +        libmport now supports @preexec, @postexec, @preunexec and @postunexec
177 +        to replace @exec and @unexec.  
178 +
179 +        pre exec runs afer pre-install scripts but before actual installation
180 +
181 +        post exec runs after install but before post install scripts and
182 +        pkg message.
183 +
184 +        pre unexec runs before pre uninstall scripts
185 +
186 +        post unexec runs before de-install scripts and after file removal.
187 +
188 + 20150917:
189 +        Fix kqueue write events for files > 2GB
190 +
191 + 20150825:
192 +        kernel:
193 +        fix a security issue on amd64 where the GS segment CPU register can be changed via
194 +        userland value in kernel mode by using an IRET with #SS or #NP exceptions.
195 +
196 +        openssh:
197 +        A programming error in the privileged monitor process of the sshd(8)
198 +        service may allow the username of an already-authenticated user to be
199 +        overwritten by the unprivileged child process.
200 +
201 +        A use-after-free error in the privileged monitor process of he sshd(8)
202 +        service may be deterministically triggered by the actions of a
203 +        compromised unprivileged child process.
204 +
205 +        A use-after-free error in the session multiplexing code in the sshd(8)
206 +        service may result in unintended termination of the connection.
207 +
208 + 20150818:
209 +        expat security fix
210 +
211 + 20150815:
212 +        libc changes:
213 +        setmode(3) now returns errno consistently on error.
214 +        libc will compile without error using clang
215 +
216 + 20150814:
217 +        wait6 system call added.
218 +
219 +        date(1) now handles non numeric numbers passed to -r
220 +        like GNU coreutils for improved compatibility.
221 +
222 + 20150811:
223 +        ata(4) AMD Hudson2 SATA controller support.
224 +        Intel lynxpoint SATA.
225 +
226 +        Fix some const warnings when building several device drivers
227 +        with llvm/clang.
228 +
229 +        Sync cas(4) with FreeBSD 9-stable.
230 +
231 +        Fix some minor issues with ath(4).
232 +
233 + 20150809:
234 +        xz 5.0.8
235 +
236 + 20150808:
237 +        libmport now logs installation and removal of packages to syslog.
238 +
239 + 20150805:
240 +        routed - fix a potential security issue where traffic from outside
241 +        the network can disrupt routing.
242 +
243 +        bsd patch - fix a bug with ed(1) scripts allowing unsanitized input
244 +        to run.
245 +
246 + 20150802:
247 +        jansson 2.7 library added. (libjansson is a JSON library in C)
248 +
249 + 20150728:
250 +        Heimdal 1.5.2 (kerberos implementation)
251 +
252 +        OpenSSL 1.0.1o
253 +
254 +        cpucontrol(8) now supports VIA CPUs. Synced with FreeBSD 9.2.
255 +
256 +        TCP Resassemly resource exhaustion bug:
257 +        There is a mistake with the introduction of VNET, which converted the
258 +        global limit on the number of segments that could belong to reassembly
259 +        queues into a per-VNET limit.  Because mbufs are allocated from a
260 +        global pool, in the presence of a sufficient number of VNETs, the
261 +        total number of mbufs attached to reassembly queues can grow to the
262 +        total number of mbufs in the system, at which point all network
263 +        traffic would cease.
264 +        Obtained from: FreeBSD 8
265 +
266 +        OpenSSH
267 +
268 +        Fix two security vulnerabilities:
269 +        OpenSSH clients does not correctly verify DNS SSHFP records when a server
270 +        offers a certificate. [CVE-2014-2653]
271 +
272 +        OpenSSH servers which are configured to allow password authentication
273 +        using PAM (default) would allow many password attempts. A bug allows
274 +        MaxAuthTries to be bypassed. [CVE-2015-5600]
275 +
276 +
277 +        Switch to bsdpatch (from FreeBSD & OpenBSD)
278 +
279 + 20150726:
280 +        BSD Sort updated
281 +
282 +        sqlite 3.8.10.2
283 +
284 + 20150725:
285 +        Import reallocarray from OpenBSD's libc.  
286 +
287 +        The reallocarray() function is similar to realloc() except it operates on
288 +        nmemb members of size size and checks for integer overflow in the
289 +        calculation nmemb * size.
290 +
291 + 20150722:
292 +        Fix a bug where TCP connections transitioning to LAST_ACK
293 +        state can get stuck. This can result in a denial of service.
294 +
295 + 20150715:
296 +        libmport now supports @shell and @sample in plists. This means that
297 +        a shell port can automatically add an entry to /etc/shells and remove
298 +        it upon uninstallation. For sample files, a copy is made without the
299 +        .sample extension if one does not exist and it is removed automatically
300 +        only if the md5 hash of the two files is the same.
301 +
302 + 20150709:
303 +        flex 2.5.39
304 +
305 + 20150702:
306 +        ZFS in MidnightBSD now supports lz4 compression. You can enable it
307 +        with zfs set compression=lz4 pool/path.
308 +
309 +        Verify it's working with
310 +        zfs get compressratio pool/path
311 +        du -h -s *
312 +
313 +        Note you must write new data when turning on compression to see
314 +        changes. Existing files are not compressed.
315 +
316 +        Note: While we used the same basic implementation of lz4 that
317 +        FreeBSD and OpenZFS uses, we did not yet implement features support
318 +        and the zfs version still reports 28. This may come in a future update
319 +        to ZFS.
320 +
321 + 20150621:
322 +        libmport now automatically stops services when deleting packages.
323 +
324 +        The package must have installed an rc.d script in /usr/local/etc
325 +        for this to work. This is equivalent to running service <name> onestop
326 +
327 + 20150618:
328 +        Sendmail
329 +
330 +        With the recent changes to OpenSSL to block 512 bit certificates,
331 +        sendmail can't connect with TLS to some servers.
332 +
333 +        Increase the default size to 1024 bit for client connections to
334 +        match the server configuration.
335 +
336 +        ZFS
337 +
338 +        Added ZFS TRIM support which is enabled by default. To disable
339 +        ZFS TRIM support set vfs.zfs.trim.enabled=0 in loader.conf.
340 +
341 +        Creating new ZFS pools and adding new devices to existing pools
342 +        first performs a full device level TRIM which can take a significant
343 +        amount of time. The sysctl vfs.zfs.vdev.trim_on_init can be set to 0
344 +        to disable this behaviour.
345 +
346 +        ZFS TRIM requires the underlying device support BIO_DELETE which
347 +        is currently provided by methods such as ATA TRIM and SCSI UNMAP
348 +        via CAM, which are typically supported by SSD's.
349 +
350 +        Stats for ZFS TRIM can be monitored by looking at the sysctl's
351 +        under kstat.zfs.misc.zio_trim.
352 +
353 +        rc.d
354 +
355 +        Reworked handling of cleanvar and FILESYSTEMS so that FILESYSTEMS
356 +        implies everything is mounted and ready to go.
357 +
358 +        Changed how ip6addressctl maps IPv6 on startup.
359 +
360 + 20150613:
361 +        tzdata 2015d
362 +
363 + 20150612:
364 +        OpenSSL 0.9.8zg
365 +
366 + 20150419:
367 +        MidnightBSD 0.6 stable branch created. Continue 0.7
368 +        development.
369 +
370 + 20150418:
371 +        sqlite 3.8.9
372 +
373 + 20150407:
374 +        Fix two security vulnerabilities:
375 +
376 +        The previous fix for IGMP had an overflow issue. This has been corrected.
377 +
378 +        ipv6: The Neighbor Discover Protocol allows a local router to advertise a
379 +        suggested Current Hop Limit value of a link, which will replace
380 +        Current Hop Limit on an interface connected to the link on the MidnightBSD
381 +        system.
382 +
383 + 20150319:
384 +        OpenSSL 0.9.8.zf
385 +
386 +        mksh R50e
387 +
388 +        Apple mDNSResponder 561.1.1
389 +
390 + 20150306:
391 +        Upgrade OpenSSL to 0.9.8ze
392 +
393 + 20150225:
394 +        Fix two security vulnerabilities.
395 +
396 +        1. BIND servers which are configured to perform DNSSEC validation and which
397 +        are using managed keys (which occurs implicitly when using
398 +        "dnssec-validation auto;" or "dnssec-lookaside auto;") may exhibit
399 +        unpredictable behavior due to the use of an improperly initialized
400 +        variable.
401 +
402 +        CVE-2015-1349
403 +
404 +        2. An integer overflow in computing the size of IGMPv3 data buffer can result
405 +        in a buffer which is too small for the requested operation.
406 +
407 +        This can result in a DOS attack.
408 +
409 + 20141211:
410 +        Fix a security issue with file and libmagic that can allow
411 +        an attacker to create a denial of service attack on any
412 +        program that uses libmagic.
413 +
414 + 20141109:
415 +        Fix building perl during buildworld when the GDBM port is installed.
416 +
417 + 20141106:
418 +        tzdata 2014i
419 +
420 + 20141102:
421 +        serf 1.3.8
422 +
423 + 20141031:
424 +        tnftp 20141031 fixes a security vulnerability with tnftp,
425 +        CVE-2014-8517.
426 +
427 + 20141028:
428 +        OpenSSL 0.9.8zc
429 +
430 + 20141021:
431 +        Fix several security vulnerabilities in routed, rtsold,
432 +        and namei with respect to Capsicum sandboxes looking up
433 +        nonexistent path names and leaking memory.
434 +
435 +        The input path in routed(8) will accept queries from any source and
436 +        attempt to answer them.  However, the output path assumes that the
437 +        destination address for the response is on a directly connected
438 +        network.
439 +
440 +        Due to a missing length check in the code that handles DNS parameters,
441 +        a malformed router advertisement message can result in a stack buffer
442 +        overflow in rtsold(8).
443 +
444 + 20141011:
445 +        mksh R50d - fix field splitting regression and null
446 +        pointer dereference
447 +
448 +        xz 5.0.7
449 +
450 +        OpenSSH 6.6p1
451 +
452 + 20141004:
453 +        mksh R50c - security update for environment var bug with
454 +        foo vs foo+    
455 +
456 + 20141002:
457 +        sqlite 3.8.6
458 +
459 +        sudo 1.7.8 - some issues with the current version, but we're slowly
460 +        getting up to date.
461 +
462 + 20141001:
463 +        mksh R50b
464 +
465 +        libmport now supports plist commands @dir, @owner, @group, @mode.
466 +
467 +        sudo 1.7.6p2
468 +
469 + 20140916:
470 +        Fix a security issue with TCP SYN.
471 +
472 +        When a segment with the SYN flag for an already existing connection arrives,
473 +        the TCP stack tears down the connection, bypassing a check that the
474 +        sequence number in the segment is in the expected window.
475 +
476 + 20140909:
477 +        Fixed a bug with our clearenv(3) implementation that caused segfaults
478 +        with some programs including Dovecot.
479 +
480 +        OpenSSL security patch:
481 +
482 +        The receipt of a specifically crafted DTLS handshake message may cause OpenSSL
483 +        to consume large amounts of memory. [CVE-2014-3506]
484 +
485 +        The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak
486 +        memory. [CVE-2014-3507]
487 +
488 +        A flaw in OBJ_obj2txt may cause pretty printing functions such as
489 +        X509_name_oneline, X509_name_print_ex et al. to leak some information from
490 +        the stack. [CVE-2014-3508]
491 +
492 +        OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to
493 +        a denial of service attack. [CVE-2014-3510]
494 +
495 + 20140902:
496 +        We're now 0.6-CURRENT
497 +
498 +        Update USB quirks to support K70 Corsair keyboard, and several
499 +        other devices.
500 +
501 + 20140827:
502 +        Perl 5.18.2
503 +
504 + 20140728:
505 +        Jails now run shutdown scripts.
506 +
507 + 20140710:
508 +        Fix a vulnerability in the control message API. A buffer is not properly cleared
509 +        before sharing with userland.
510 +
511 + 20140701:
512 +        MKSH R50
513 +
514 + 20140630:
515 +        File 5.19
516 +
517 + 20140605:
518 +        Fix four security issues with OpenSSL
519 +
520 + 20140604:
521 +        Sendmail failed to properly set close-on-exec for open file descriptors.
522 +
523 +        ktrace page fault kernel trace entries were set to an incorrect size which resulted
524 +        in a leak of information.
525 +
526 + 20140430:
527 +        Fix a TCP reassembly bug that could result in a DOS attack
528 +        of the system. It may be possible to obtain portions
529 +        of kernel memory as well.
530 +
531 + 20140411:
532 +        Update zlib to 1.2.7
533 +
534 + 20140122:
535 +        Support for username with length 32. Previous limit was 16
536 +
537 + 20140114:
538 +        Fix two security vulnerabilities.
539 +
540 +        bsnmpd contains a stack overflow when sent certain queries.
541 +
542 +        bind 9.8 when using NSEC3-signed zones zones, will crash with special
543 +        crafted packets.
544 +
545 + 20131228:
546 +        Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
547 +
548 +        Updated em(4), igb(4) and ixgbe(4)
549 +
550 +        MidnightBSD now works with Z87 Intel chipsets.
551 +
552 + 20131207:
553 +        Remove sparc64 architecture. It hasn't been working for awhile
554 +        and it's not useful for desktops anymore.
555 +
556 + 20131205:
557 +        OpenSSH 6.4p1
558 +
559 + 20131203:
560 +        Perl 5.18.1 imported.
561 +
562 +        Update less to v458
563 +
564 + 20131130:
565 +        Remove named from base. We still include the client utilities for
566 +        now until replacements can be found.
567 +
568 + 20131004:
569 +        rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
570 +
571 + 20130917:
572 +        Support for 65,536 routing tables was added.  A new fib specific
573 +        field has been added to mbuf.  This is an increase from 16.
574 +
575 + 20130910:
576 +        Security updates: (kern.osreldate 5001)
577 +
578 +        nullfs(5)
579 +
580 +        The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
581 +        check whether the source and target of the link are both in the same
582 +        nullfs instance.  It is therefore possible to create a hardlink from a
583 +        location in one nullfs instance to a file in another, as long as the
584 +        underlying (source) filesystem is the same.
585 +
586 +        ifioctl
587 +
588 +        As is commonly the case, the IPv6 and ATM network layer ioctl request
589 +        handlers are written in such a way that an unrecognized request is
590 +        passed on unmodified to the link layer, which will either handle it or
591 +        return an error code.
592 +
593 +        Network interface drivers, however, assume that the SIOCSIFADDR,
594 +        SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
595 +        handled at the network layer, and therefore do not perform input
596 +        validation or verify the caller's credentials.  Typical link-layer
597 +        actions for these requests may include marking the interface as "up"
598 +        and resetting the underlying hardware.
599 +
600 + 20130824:
601 +        Fix a bug in sendmail 8.14.7 that interferes with how it
602 +        handles AAAA records interoperating with Microsoft DNS servers.
603 +        FreeBSD has already reported this to Sendmail and a fix
604 +        will be included in the next release.
605 +
606 +        Subversion 1.8.1 is now in the base system as a static
607 +        binary.  It has limited functionality, but can be used to
608 +        checkout/commit code.  It is named svnlite.
609 +
610 + 20130822:
611 +        Fix two security vulnerabilities.
612 +
613 +        Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
614 +        This could be exploited to read memory by a user process.
615 +
616 +        When initializing the SCTP state cookie being sent in INIT-ACK chunks,
617 +        a buffer allocated from the kernel stack is not completely initialized.
618 +
619 +        Import xz 5.0.4
620 +
621 +        Import sqlite 3.7.17
622 +
623 +        Import BIND 9.8.5-P2
624 +
625 + 20130814:
626 +        mksh R48 imported.
627 +
628 +        Sendmail 8.14.7 imported.
629 +
630 + 20130717:
631 +        libmport bug was fixed causing hash verification to fail.
632 +
633 +        virtio(4) imported from FreeBSD 9-stable. SCSI support not
634 +        included.
635 +
636 + 20130612:
637 +        RELENG_0_4 created for 0.4. Development continues on 0.5.
638 +
639 + 20130402:
640 +        Update BIND and OpenSSL to resolve security advisories.
641 +
642 + 20130305:
643 +        MKSH R44 imported.
644 +
645 + 20130213:
646 +        MKSH R42b imported
647 +
648 + 20130211:
649 +        MKSH R42 imported
650 +
651 + 20130125:
652 +        MKSH R41 imported
653 +
654 + 20130122:
655 +        OpenSSH 5.8p2 imported
656 +
657 +        SQLite 3.7.15.2 imported
658 +
659 +        Fixed a longstanding bug in libmport extrating new index files.
660 +
661 + 20120710:
662 +        BSD licensed sort imported from FreeBSD-CURRENT
663 +
664 +        For now, GNU sort is installed as gnusort, but it will
665 +        go away in time.
666 +
667 + 20120708:
668 +        tcsh 6.18.01 imported.
669 +
670 +        NetBSD's iconv imported.
671 +
672 +        libc gains strnlen(3), memrchr(3), stpncpy(3).
673 +
674 + 20120612:
675 +        BIND security update related to CVE-2012-1667.
676 +
677 +        Zero length resource records can cause BIND to crash resulting
678 +        in a DOS attack or information disclosure.
679 +
680   20120407:
681          mksh R40f (fixes regression)
682  
# Line 1197 | Line 1874 | Contact Warner Losh if you have any questions about yo
1874   this document.
1875  
1876   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1877 < $MidnightBSD: src/UPDATING,v 1.159 2012/03/28 04:56:48 laffer1 Exp $
1877 > $MidnightBSD$

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 4811 by laffer1, Sat Apr 7 15:16:24 2012 UTC vs.
Revision 7789 by laffer1, Mon Sep 5 16:43:09 2016 UTC

# Line 1 | Line 0
1 1.160

Comparing trunk/UPDATING (property svn:keywords):
Revision 4811 by laffer1, Sat Apr 7 15:16:24 2012 UTC vs.
Revision 7789 by laffer1, Mon Sep 5 16:43:09 2016 UTC

# Line 0 | Line 1
1 + MidnightBSD=%H

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines