diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-05-01 15:08:22 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-05-01 15:08:22 +0000 |
| commit | 2f942e1c4a049cc64aa1ddd49dd87f0f011c8b37 (patch) | |
| tree | c7906d426847a6d364dc9d20f0d81c3571563fc9 /packages/hpux | |
| parent | 5c3e88c386ff80b96688b45c2806524273109b5b (diff) | |
Updated version numbers to 1.0.3.
Fixed browser bug in item_width() - would read past the end of the string
under certain circumstances.
Fixed browser resize bug - wasn't updating bounding box during check, so
it could get in an infinite loop.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@567 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'packages/hpux')
| -rw-r--r-- | packages/hpux/fltk.info | 10 | ||||
| -rwxr-xr-x | packages/hpux/makedist.sh | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/packages/hpux/fltk.info b/packages/hpux/fltk.info index 41e504954..505b9cf80 100644 --- a/packages/hpux/fltk.info +++ b/packages/hpux/fltk.info @@ -1,7 +1,7 @@ product tag fltk - revision 1.0.2 - title Fast Light Tool Kit, 1.0.2 + revision 1.0.3 + title Fast Light Tool Kit, 1.0.3 description C++ GUI toolkit for UNIX and Microsoft Windows. copyright Copyright 1998-1999, see the GNU Library General Public License for details. number HP-FLTK @@ -13,7 +13,7 @@ product fileset tag dso - title FLTK - Shared Libraries, 1.0.2 + title FLTK - Shared Libraries, 1.0.3 file -m 0000 -o root -g sys packages/hpux/links/libfltk.sl /usr/lib/libfltk.sl file -m 0555 -o root -g sys src/libfltk.sl.1 /usr/lib/libfltk.sl.1 @@ -21,7 +21,7 @@ product fileset tag doc - title FLTK - Documentation, 1.0.2 + title FLTK - Documentation, 1.0.3 file -m 0444 -o root -g sys documentation/adjuster1.gif /usr/info/fltk/adjuster1.gif file -m 0444 -o root -g sys documentation/ask.C.gif /usr/info/fltk/ask.C.gif @@ -158,7 +158,7 @@ product fileset tag dev - title FLTK - Development Software, 1.0.2 + title FLTK - Development Software, 1.0.3 file -m 0444 -o root -g sys fluid/fluid /usr/bin/X11/fluid file -m 0444 -o root -g sys FL/dirent.h /usr/include/FL/dirent.h diff --git a/packages/hpux/makedist.sh b/packages/hpux/makedist.sh index eb18489dd..a71be3a40 100755 --- a/packages/hpux/makedist.sh +++ b/packages/hpux/makedist.sh @@ -26,7 +26,7 @@ ln -sf libfltk.sl.1 links/libfltk.sl cd ../.. /usr/sbin/swpackage -v -s packages/hpux/fltk.info \ - -d packages/hpux/fltk-1.0.2-hpux.depot -x write_remote_files=true \ + -d packages/hpux/fltk-1.0.3-hpux.depot -x write_remote_files=true \ -x target_type=tape fltk echo "Compressing distribution..." @@ -34,6 +34,6 @@ echo "Compressing distribution..." cd packages/hpux rm -rf links -rm -f fltk-1.0.2-hpux.depot.gz -gzip -9 fltk-1.0.2-hpux.depot +rm -f fltk-1.0.3-hpux.depot.gz +gzip -9 fltk-1.0.3-hpux.depot |
